Basic App Configuration- Form
- In Canvas Studio, click App Designer on the top right pane.
- Click to create a new App.
- Provide the basic app configuration details based on the description in the following table:
#
Field Name
Description
Sample Values
1 App Display Name
Label key of the localized text that appears as App title.
Fund Transfer
2 App ID
Unique ID for the App.
PAYMENT
3 View ID
Unique ID for the App View. The View ID will be auto-generated based on the App ID whereas you can choose to edit while you create the App.
PAYMENT991
4 App Resource Bundle
Name of the bundle key associated with the property file.
This file can contain label keys for the App title, and keys for all label text appearing on the app view. The bundle key allows only alphabets, numbers, hyphens and underscores.
common
Entitlement ConfigurationÂ
5 Product Code
Name of the Product that the app stands for. Only the users who are authorized to this product can view the data in this app.
To add new entitlement details, make an entry of the product code in OD_PRODUCT_MASTER_MB and OD_FUNCTION_PRODUCT_MAP_MB tables in database.
CUSER
6 Sub Product Code
Name of the Sub Product within the Product for which the app stands for. The users who are authorized only to this sub product can view the data in this app.
To add new entitlement details, make an entry of the sub product code in OD_PRODUCT_MASTER_MB and OD_FUNCTION_PRODUCT_MAP_MB tables in database.
CUSER
7 Function Code
Name of the Function within the Sub Product for which the app stands for. The users who are authorized only to this function can view the data in this app.
To add new entitlement details, make an entry of the function code in OD_FUNCTION_MASTER_MB and OD_FUNCTION_PRODUCT_MAP_MB tables in database.
VSBLTY
- Go to View Type > Miscellaneous and select FORM from the listed App View types.
- To select the Form Data Source, click the lookup icon.
The List of Forms appear. Select the check box, adjacent to the form and click Add.Â
Click the Search Forms text field and type the form name.Â
- Click Proceed to design the app.Â