Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

  1. In Canvas Studio, click App Designer on the top right pane.



  2. Click to create a new App.

  3. 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.

    Intellect AD

    2

    App ID

    Unique ID for the App.

    INT_AD

    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.

    INT_AD467

    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

  4. Go to View Type > Miscellaneous and select ADS from the listed App View types.



  5. Perform any of the following:

    • For static data, unselect Use Existing Data Source checkbox. Enter the parameter map identifier in SQL Param Map ID field and provide the instruction class in Instruction Class field, where the default instruction class can also be used by selecting the Use Default Instruction Class? checkbox. Proceed to step 8.
    • For dynamic data, select Use Existing Data Source checkbox. Refer Creating Web Service Connection and Data Source for more information on web service connection and creating a data source. Proceed to next step.

  6. Click the Data source from the list of existing data sources.

    Here, AD data source which was created earlier is chosen.

  7. Select Use Default Instruction Class? Checkbox to use of the default instruction class.
  8. Click Proceed to design the App.












  • No labels