Field actions | Zoho Creator Help

Field actions

This API service lets you manage the different functionalities in a form.

Field actions

Methods
executeFieldAction(forFieldLinkName:with:completionHandler:)This should be called to evaluate and execute the field action / rule for a field.
Use "Form.hasRule(for:)" to find out if the field has field action/rule.
 
executeFieldAction(forFieldLinkName:with:completionHandler:)

Parameters

fieldLinkNameThe link name of the field which has the field action / rule.
formA Form object in which the actions are to be executed.
completionHandlerThe Form object and Error will be returned to the completionHandler.
  1. Adding a record from a report
  2. Adding a record in a form
  3. Adding an entry in a Lookup field
  4. Editing a record in a report
  5. Bulking editing records
  6. Fetch choices
  7. Upload media
  8. Deluge script executions
  9. Formula calculations