crm.create doesn't seem to be working for me
Hello, thank you for your help in advance I am trying to do a simple zoho.crm.create("potentials",map)
I have placed the script under the submit onclick button, but when I look in the crm I do not see the new potential added.
Any help would be greatly appreciated (I also have it so you can edit the application already) it is under test/add_potential
this is how the script looks
NewOpp={ "Description" : input.Plombier,
"Nom de l’Opportunité" : "Test!",
"Nom du Compte" : "Test", "Statut" : "Perdu",
"Date d’échéance" : zoho.currentdate };
crmResp = zoho.crm.create("potentials",NewOpp);
Edit,
I also tried it on a different "on success" form
work/work
with somewhat the same fields and it says it has added successfully (probably because i did not give it a condition to fail) but still cannot find it in my potentials
Thank you