This utility lets you make use of the forms of your Zoho Creator applications in your Android apps.
This should be called to execute the "on user input" deluge script of a field in a form. It should be called after a user has completed giving input for the field.
Parameters:
| zcField | An object which holds the details of the field. |
This should be called to execute the "on add row" deluge script in a subform every time a new entry has to be added. It should be called before showing the subform.
Parameters:
| zcForm | The activity instance that has to be used to invoke the next activity. |
| zcField | An object which holds the details of the field. |
This should be called to execute the "on delete row" deluge script in a subform every time an entry is deleted.
Parameters:
| zcForm | The activity instance that has to be used to invoke the next activity. |
| zcField | An object which holds the details of the field. |
This should be called to execute the "on user input" deluge script of a field in a subform. It should be called after a user has completed giving input for the field.
Parameters:
| subForm | An object which holds the details of the subform. |
| onUserInputField | An object which holds the details of the field. |
This should be called to execute the "button click" workflow when a button is clicked in a form where data is not stored in Zoho Creator.
Parameters:
| zcButton | An object which holds the details of the button. |