Namespace: WIZARD

WIZARD

Methods

staticZOHO.CRM.WIZARD.post(record_data){Promise}

Send data to wizard
Name Type Description
record_data Object Field data to be set to the record in wizard
Returns:
Type Description
Promise resolved when the data is set to the record in wizard
Example
var record_data ={
     "field_api_name1":"field_value",
     "field_api_name2":"field_value"
};
ZOHO.CRM.WIZARD.post(record_data);