Configuring stage processing
To set a stage point in the parent case processing flow, call the application.
Work-.ProcessMilestoneReqmnts subflow (or extend the flow to meet your own needs). In the following Mortgage processing flow, this subflow is called three times, once for each stage in the process. It is called with a parameter that indicates which stage should be processed.
Runtime results
At runtime, the FNMAConforming30YearFixedRateMortgage product described above is selected, and the mortgage property information is entered as shown below.
When the Requirement Sets for the product are processed, the necessary Requirements are created.
As specified by the product model, the system:
- Creates the requirements as listed in the MortgageProcessingReqSet, and applies them to the Process Loan stage. Note that because the mortgage property is in FL, the When rule PropertyIsInAZ is not True, and so the Proof of Residency requirement is not created for this parent case.
- Creates the requirements as listed in the MortgageUnderwritingReqSet, and applies them to the Underwrite Loan stage.
- Creates the requirements as listed in the MortgageClosingReqSet, and applies them to the Close Loan stage.
Previous topic Selecting a requirement set Next topic Passing data between a requirement and its parent case