Hello,
I created a custom field in zoho booking form. the fiels is societe ( it s account in french)
but it does not matter in zoho CRM. There seems to be an error in the code.
I need to import this fiels to creat account et opportunities.
// You can get the booking info as below using bookingInfo map WE-00026
// info bookingInfo;
// info bookingInfo.get("booking_id");
// info bookingInfo.get("customer_name");
// info bookingInfo.get("customer_email");
infoBook = bookingInfo.get("customer_more_info");
info infoBook.get("Societe");
info zoho.crm.getRecordById("Contacts",290247000000259245);