Loading
Inhoudsopgave
Filters selecteren

          Geen resultaten
          Geen resultaten
          Hier zijn enkele zoektips

          Controleer de spelling van uw trefwoorden.
          Gebruik meer algemene zoektermen.
          Verwijder filters om uw zoekopdracht uit te breiden.

          De Help van Salesforce volledig doorzoeken
          Determine the Relevant Authorization Form Text to Show in a Loan Application

          Determine the Relevant Authorization Form Text to Show in a Loan Application

          Set up a decision matrix and then update an Omniscript to automate the process of retrieving and showing relevant authorization form language in a loan application based on the Application Form Product selected by the loan applicant.

          Required Editions

          Available in: Lightning Experience
          Available in: Professional, Enterprise, and Unlimited Editions
          User Permissions Needed
          To create, update, and delete decision matrices and matrix versions: Rule Engine Designer
          To use decision tables in Business Rules Engine: Rule Engine Runtime

          Before you begin, make sure that you create data use purpose, authorization form, authorization form text, and authorization form data use records for each loan product that you offer.

          Decision matrices are lookup tables that contain user-defined input and output columns. The engine takes in inputs and then looks up the appropriate outputs. When a decision matrix element in an Omniscript calls a decision matrix, the engine locates the table row that matches the input values and returns the output value for that row.

          1. From the App Launcher, find and select Business Rules Engine.
          2. From the app navigation menu, select Lookup Tables.
          3. Click New.
          4. Select Decision Matrix, and click Next.
          5. Enter a name for the decision matrix.
            For example, Data Use Purpose Map.
            Note the decision matrix name. Reference it from the GetDataUsePurposeforApplicationFormProduct decision matrix action element in the DigitalLendingIndiaDisclosureConsentInformation Omniscript.
          6. Select Standard as the type of matrix.
          7. Save your changes.
          8. On the record page of your new decision matrix, on the Related tab, click version 1 of the matrix.
          9. On the Matrix tab, create four columns with these settings.
            Column Header Header Type Data Type
            productType Input Text
            applicantType Input Text
            level Input Text
            dataUsePurposeName Output Text
          10. Click Done.
          11. Add rows and values that represent each loan product that you offer.
            Here’s the sample input data and output data.
            productType applicantType Level dataUsePurposeName
            Home Loan Primary Applicant ApplicationFormProduct Consent for Information Verification for Home Loan
            Personal Loan Primary Applicant ApplicationFormProduct Consent for Information Verification for Personal Loan
            Auto Loan Two-Wheeler Primary Applicant ApplicationFormProduct Consent for Information Verification for Auto Loan Two-Wheeler
            Auto Loan Four-Wheeler Primary Applicant ApplicationFormProduct Consent for Information Verification for Auto Loan Four-Wheeler

            productType is mapped to the Loan Type field of the Application Form Product object, applicantType is mapped to the Role field of the Applicant object, level is mapped to the Application Form Product object, and dataUsePurposeName is mapped to the name of the data use purpose record related to the loan product.

          12. Save your changes.
          13. Activate the decision matrix.
          14. Update the decision matrix name in the cloned version of the DigitalLendingIndiaDisclosureConsentInformation Omniscript to the name of the decision matrix that you created earlier.
            1. From the App Launcher, find and select OmniStudio.
            2. In the Omnistudio app, from the navigation bar, select OmniScripts.
            3. Find and select DigitalLendingIndiaDisclosureConsentInformation.
            4. Open the highest version of the Omniscript.
              If the Omniscript is active, deactivate it to make any changes.
            5. Select GetDataUsePurposeforApplicationFormProduct.
            6. Under Properties, expand Remote Properties.
            7. Select the decision matrix that you created earlier.
            8. Activate the Omniscript.
           
          Wordt geladen
          Salesforce Help | Article