...
When you create a view in Canvas Studio, the details of the view including the entitlement criteria mapping for the view columns/fields gets stored in the VIEW_COLUMN_DEFINITION table. Please note that Canvas currently enables you to define entitlement criteria at the database level only. However, the defined criteria can be mapped to the View columns in the App Designer or Create View Definition screen in Studio. For more information on configuring Views and Apps, refer Legacy App Configuration or refer Designing Apps using App Designer.
...
Column Name | M / O | Type | Purpose |
---|---|---|---|
OD_USER_NO | M | String | Unique ID provided to the user. |
OD_ACC_NO | M | String | Product or service values whose data is to be fetched based on the criteria defined. Example, Home Loan. |
CRITERIA_TYPE | M | String | In this column, specify the entitlement criteria to be respected for the view fields/columns in App Designer or Create View Definition screen in Studio. |
OD_PRODUCT_CODE | M | String | This is the product code that is recognized by Canvas and is used as part of its internal storage of profiles, etc. |
OD_SUBPROD_CODE | M | String | This is the sub product under the provided product that is to be used. This is the code that is recognized by Canvas and is used as part of its internal storage of profiles, etc. |
...