Create a Decision Matrix Set
Create a decision matrix and add your address update service process name and document types. The Address Update Service process uses the Business Rules Engine to create rules using decision matrices and expression sets to show a list of valid document types that a user can select. Document types are a list of supporting documentation that a user can request from a client to validate the client’s new address.
Required Editions
| Available in: Lightning Experience |
| Available in: Professional, Enterprise, and Unlimited Editions |
| User Permissions Needed | |
|---|---|
| To set up Address Update service process: | Industries Service Process, Industry Service Excellence, OmniStudio, Document Checklist, Business Rules Engine Case, Service Catalog Request, and Document Checklist Items objects Read, Create, Edit, Delete, View All Records Decision Matrix, Decision Matrix Columns, Decision Matrix Rows, Decision Matrix Versions, Expression Set, Expression Set Object Aliases, Expression Set Step Relationships, Expression Set Versions objects Read, Create, Edit, Delete, View All Records AND Financial Services Cloud Extension OR FSC Service OR Financial Services Cloud Basic OR Financial Services Cloud Standard |
| To use Address Update service process: | Industries Service Process, Industry Service Excellence, OmniStudio, Document Checklist, and Business Rules Engine Case, Service Catalog Request, and Document Checklist Items objects: Read, Create, Edit, Delete Decision Matrix, Decision Matrix Columns, Decision Matrix Rows, Decision Matrix Versions, Expression Set, Expression Set Object Aliases, Expression Set Step Relationships, Expression Set Versions objects: Read, View All Records AND Financial Services Cloud Extension OR Financial Services Cloud Basic OR Financial Services Cloud Standard |
A decision matrix matches the input values to a table row and returns the row's output values. The GetAllDocuemntTypesIP Integration Procedure in the FSCAddressUpdate/CreateRequest OmniScript reads the table values. It shows users as picklist values in the Document Type field on the FSCCaseDetailsServiceCatalogRequest FlexCard on the Person Account record page.
- From the App Launcher, find and select Business Rules Engine.
- In the OmniStudio app, from the navigation bar, select Lookup Tables.
- Click New.
- Click Decision Matrix, and then click Next.
-
Enter the Name GetAllRequiredDocumentTypes. For Type, select
Standard. Then click Save.

- Click the Related tab.
- In the Decision Matrix Versions, click the name of the decision matrix.
-
Click Add Column.
- In the Column Header enter ProcessName.
- For Header Type, select Input.
- For Data Type select Text.
- Click Done.
-
Click Add Column.
- In the Column Header enter DocumentTypes.
- For Header Type select Output.
- For Data Type, select Text.
- Click Done.
- Click Add Row.
-
Click the edit icon in the ProcessName box.
- Enter the value of your Service Process Definition API Name from the Create an Address Update service process. Press Enter to confirm the name.
-
Click the edit icon in the DocumentTypes box.
-
In a comma-separated list, enter the document types you created in Create Document Types.
Press Enter to confirm the list.

-
In a comma-separated list, enter the document types you created in Create Document Types.
Press Enter to confirm the list.
- Click Save.
- To activate the decision matrix, click Activate.

