Problem with getting SalesOrder ID BUG??
Hello
I am trying to access Product Details in the Sales Order form and trying to do it through Sales Order ID. I put a Zoho CRM field on my form called SalesOrder Name and I was expecting to have a SalesOrder_Name_ID provided to me in the Deluge "Refer Fields" list but all I get is a field called Zoho_CRM_ID. So I tried it:
crmresp = zoho.crm.getRecordById("SalesOrders", input.Zoho_CRM_ID);
input.SO_ID = input.Zoho_CRM_ID;
Nothing shows up in SO_ID field on my form.
Can you help my understanding on how I can access the SAlesOrder through ID?
Thanks
Barb