Hi.
. I can not create an entry in Quotes. The problem in the
section of
"Product Details " in Module
Quotes . Either this section blank , or an error.
For example :
______ mp = zoho.crm.getRecordById("Quotes",1402978000000223001);
______ mp.put("QuoteID","");
______ resp = zoho.crm.create("Quotes",mp);
______ "Product Details " - empty.
Or
mp=map();
mProd1=map();
mp.put("Subject","Тест4");
mProd1={ "Product Details" : { "Product Id" : "1402978000000087066", "Product Name" : "Кухня jivo"} };