/
GET_FORM_URL
GET_FORM_URL
This method can be used to obtain a URL to a FAB App.
The URL can be for a new Instance of a FAB App (pass I_FORM_NAME) or for an existing Instance (pass I_INSTANCE parameter).
Note
When using the parameter I_USE_URL_PARAMETERS = ‘X', the resulting URL will use the URL parameters formName and instance to identify the App Instance. For example:
https://fiorifesdev.iqxbusiness.com/sap/bc/bsp/iqx/fab_bsp/index.html?formName=DEMO_WORKFLOW_TUTORIAL3&instance=000D3AA3EB421EDAB1CABFB0FDF8C0CA
otherwise, the (default) is to use the Routing parameters (hash). For example:
https://fiorifesdev.iqxbusiness.com/sap/bc/bsp/iqx/fab_bsp/index.html?#UltraForm/DEMO_WORKFLOW_TUTORIAL3/000D3AA3EB421EDAB1CABFB0FDF8C0CA/_newForm
Related content
GET_FORM_URL
GET_FORM_URL
More like this
Passing in App Name and Instance via URL Parameters
Passing in App Name and Instance via URL Parameters
More like this
Passing in App Name and Instance via URL Parameters
Passing in App Name and Instance via URL Parameters
More like this
How to Create new Instance of an App from Code
How to Create new Instance of an App from Code
More like this
How to Create new Instance of an App from Code
How to Create new Instance of an App from Code
More like this
Runtime Environment
Runtime Environment
More like this