Adding an entry in a lookup field | Zoho Creator Help

Adding an entry in a lookup field

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.

Adding an entry in a lookup field in Java

getLookedUpFormForNewEntry(ZCField lookupField)

This fetches the meta-data of the form that can be accessed through "Allow new entries" property of the lookup field.

Parameters:

lookupFieldAn object which holds the details of the lookup field.

 

submitForm(ZCForm zcForm)

This submits the data in the form. In case media fields are present, you need to use the upload API before using this method

Parameters:

zcFormAn object which holds the details of the form.