This API service lets you manage the different functionalities in a form.
Field actions
MethodsexecuteFieldAction(forFieldLinkName:with:completionHandler:) Parameters
| fieldLinkName | The link name of the field which has the field action / rule. |
|---|
| form | A Form object in which the actions are to be executed. |
|---|
| completionHandler | The Form object and Error will be returned to the completionHandler. |
|---|