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 Current »

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

  • No labels