4.2.6 Configuring Origination Workflow (Loan Requirement Step)
This topic provides information on Configuring Origination Workflow (Loan Requirement Step).
- OBO Host Configuration:
No Configuration required.
- Third Party Configuration:
Execute following queries to update UI component names of origination workflow steps.
update digx_or_steps set ui_definition='{"ui-component": "auto-loan-requirement","showInReview": true,"category": "LOANS","productClass": "AUTOMOBILE"}'where step_id='AUTOLNINFO' and determinant_value='OBDX_BU';update digx_or_steps set ui_definition='{"ui-component": "home-loan-requirements","showInReview": true,"category": "LOANS","productClass": "HOME_LOAN"}' where step_id='HOMELNINFO' and determinant_value='OBDX_BU';
Parent topic: Additional (functional) Configuration