Deluge script to create new record in custom module not working
The below results in an error message when using the API name of a custom module
voidCreate_building_from_name(string Address1,int lead_id)
- building_map = map();
- building_map.put("Buildings_Name", input.Address1);
- building_map.put("Address_1", input.Address1);
- create_building = zoho.crm.create("Buildings", building_map);
- info create_building;
- info building_map;
Results in:
{"code":"MANDATORY_NOT_FOUND","details":{"api_name":"Name"},"message":"required field not found","status":"error"}{"Buildings_Name":"test","Address_1":"test"}
Similarly, it results in the same error message when done this way
- building_map = map();
- building_map.put("CustomModule6_Name", input.Address1);
- building_map.put("Address_1", input.Address1);
-
- create_building = zoho.crm.create("CustomModule6", building_map);
- info create_building;
- info building_map;
-
This is getting very frustrating, especially since I can't also find out why I require underscores for my code to work while all the online documentation doesn't mention this at all. Furthermore, I've seen conflicting information; one side saying use the "CustomModule" name and on the the other, use the API name of the custom module.
Please could someone clear this up for me?
Thanks
Sticky Posts
Share your success story
We would like to hear from our passionate users how much Zoho Creator has changed the way you work and benefited you. If you would like to share your story to us and be featured as a proud user of Zoho Creator, then this is for you. Fill up the form below and if you want to be included in a case study, we will get in touch with you to get further details. So what are you waiting for? Tell us your story. Charles
Merge and Store v1 API depreciation
Hi Zoho Writer users, The Merge and Store v1 API allows you to store the merged document in Zoho WorkDrive. The response of this API will be returned with the document's ID only after the merge is complete. In Deluge, the maximum timeout for operation
Zoho Creator Developer's Conference 2017 !!!
We welcome all our Creator Developers! You're invited to join us for our annual Zoholics Developers conference August 29th–31st! This is your chance to get training and guidance on Zoho Creator from our most knowledgeable custom app builders. Zoholics Developers is a three-day event where you'll participate in interactive workshops to hone your app-building skills, get questions answered by Creator experts with personal one-on-one sessions, and connect with other Creator developers from around