Add CRM Event from Creator Form
I am trying to add an event in my CRM calendar based on the field Bid_Due from my Creator form. The creator form is not relative to any account or lead in our CRM nor does it need to be. Maybe this is an issue?
So On Add -> On Success I drag and drop CALL FUNCTION from deluge tasks and select CRM integration and Create Record. Module Name is "Events" and I have mapped the field like so.
crm_Resp = zoho.crm.create("Events", { "Subject" : input.Title, "Start DateTime" : input.Bid_Due, "End DateTime" : input.Bid_Due }, 2);
I am certain I have followed the instructions from the folks at Creator Support but it's still not working. Any suggestions?
Cheers!