CreateDialogCommand
The CreateDialogCommand is used to launch a new User-defined dialog. These dialogs are created using Know-how Apps UX context and must be deployed in the runtime view or you must have the component containing the dialog definition loaded in the session.
Signature
CreateDialogCommand(iDialogName: String) : DialogCommandInvocation
Arguments
| Name | Input / Output | Required? | Type | Comment |
|---|---|---|---|---|
iDialogName | In | Yes | String | - |
ReturnType
DialogCommandInvocation
Example
let myCustomDialog(DialogCommandInvocation)
myCustomDialog = CreateDialogCommand("myDialog")
myCustomDialog.StartDialog()