Welcome to Portal

?Unknown\pull-down

Welcome to Zoho Cares

Bienvenido a Soporte de Zoho

Search our knowledge base, ask the community or submit a request.

Hello

I use that :
  1. po = zoho.books.updateRecord("purchaseorders",XXXX,purchaseorder_id,updateCustomFieldseMap,"el_books_connection");
  2. c_f_Map2 = Map();
  3. c_f_Map2.put("label","EL ORDER ID");
  4. c_f_Map2.put("value",el_order_id);
  5. c_f_List.add(c_f_Map2);
  6. updateCustomFieldseMap = Map();
  7. updateCustomFieldseMap.put("custom_fields",c_f_List);
This is working because "EL ORDER ID" is an number field, when trying doing the same with a lookup fiels it's not working
I try also with customfield_id instead of label, not working

Thanks for any ideas



1 user has this problem.
Reply
Reply to fab4_33A
/* */
  • 12
  • Insert
  • Plain text
Add Comment
(Up to 20 MB )