loadChoices(ZCRecordValue zcRecordValue,boolean isChoiceSearch)
This loads first 50 choices (if available) for the lookup and integration fields.(add search)
Parameters:
| zcRecordValue | An object which holds the details of the record. |
| isChoiceSearch | Set value as 'true' if you are searching for choices or set 'false' if you want to load choice list. |
loadMoreChoices(ZCRecordValue zcRecordValue, boolean isChoiceSearch)
This loads additional 50 choices (if available) for the lookup and integration fields. (search)
Parameters:
| zcRecordValue | An object which holds the value of a field. |
| isChoiceSearch | Set value as 'true' if you are searching for choices or set 'false' if you want to load choice list. |
getCRMRecordByID(ZCField field, String recordId)
This returns the particular CRM record based on the record ID.
Parameters:
| field | An object which holds the details of the CRM field. |
| recordId | An object which holds the details of the CRM record. |