mp = Map();
mp.put("Statut du Devis","Perdus fermés");
update = zoho.crm.updateRecord("Quotes",quoteID.toLong(),mp);
info mp;
info update;
return "Success" + quoteID.toLong();
The function pass but nothing happen.
"Statut du Devis" remain the same.
What should I do ?
Thanks.