Assuming lineitems is required, the following 7 results were found.
format with 2 decimals and thousandth separator, eg. 1,000.00): l_TemplateQuotedItems = List(); v_Index = 1; if(!isnull(r_LineItems.get("data"))) { l_LineItems = r_LineItems.get("data").get(0).get("Quoted_Items"); for each r_LineItem in l_LineItems {...
} // // get line items from source and populate this subform l_QuotedItems = r_QuoteDetails.get("Product_Details"); c_LineItems = Collection(); for each m_LineItem in l_QuotedItems { r_Row = Quotes.Line_Items(); r_Row.Product =...
as an adjustment with the description "Rounding Off": v_TotalAdjustments = 0.00; for each m_ZCrm_LineItem in l_ZCrm_LineItems { v_ListPrice = ifnull(m_ZCrm_LineItem.get("List_Price"),0); if(v_ListPrice.toString().contains(".")) {...
r_Tax.get("tax_id")); } info m_Taxes; // // set Tax ID for a sales order line item l_LineItems = List(); r_SoDetails = zoho.crm.getRecordById("Sales_Orders",0123456789012345678); for each r_LineItem in r_SoDetails.get("Product_Details") { m_LineItem =...
}, "Reference": "TEST Invoice (DO NOT ACTION) 1", "DueDate": "2021-09-13", "Date": "2021-08-13", "LineItems": [ { "Description": "My expensive product #1", "Quantity": 1, "UnitAmount": 240, "TaxType": "OUTPUT2", "TaxAmount": 48, "AccountCode": 3610,...
// // -------------------------------- Invoice Line Items -------------------------------- // // initializing l_CrmLineItems = List(); // // loop through line items on the Xero invoice for each m_XeroLineItem in m_ThisInvoice.get("LineItems") { // //...
// // -------------------------------- Quote Line Items -------------------------------- // // initializing l_CrmLineItems = List(); // // loop through line items on the Xero Quote for each m_XeroLineItem in m_ThisQuote.get("LineItems") { // //...