Dynamic Form Interconnect (Web Only)

Use this system function to call another form when the application ID, form ID, and data structure values are not known until runtime.

Parameters

Application ID

Input (string), required. The ID of the calling application.

Form ID

Input (string), required. The identifier of the called form data structure.

Version

Input (string), optional. The version of the called form.

DS Value

Input (string), optional. Contains all the data structure values needed to be passed to the form in the format id|value|id|value... and so on.