I need to create a Sales Order in CRM from Creator and I need to know the fields to populate and how to structure the Product information when there ware multiple product lines for a Sales Order.
I know the basic is:
response = zoho.crm.create("Sales_Orders", mapped_fields);
It's those mapped_fields that I need the structure for to correctly populate and create the record in CRM Sales Orders.