Execute a field action | Zoho Creator Help

Execute a field action

FormUtil

This util lets you manage the different functionalities in a form.

Note: Zoho Creator's Mobile SDK is currently a Beta feature. We do not recommend using it for apps in the production stage.

Execute a Field action in Java

executeFieldActions(ZCField zcField)

This should be called to evaluate and execute the field action / rule for a field. Use "ZCField.isFieldActionsExists()" to find out if the field has field action / rule.

Parameters:

zcFieldAn object which holds the details of the field.