Assuming crmlineitem is required, the following 3 results were found.
// // -------------------------------- Quote Line Items -------------------------------- // // initializing l_CrmLineItems = List(); // // loop through line items on the Xero Quote for each m_XeroLineItem in m_ThisQuote.get("LineItems") { // //...
1 line item is mandatory l_CrmProductLineItems = r_CrmProductLineItems.get("data").get(0).get("Quoted_Items"); for each r_CrmLineItem in l_CrmProductLineItems { m_BooksLineItem = Map(); v_BooksItemID = 0; v_CrmProductID =...
// // -------------------------------- Invoice Line Items -------------------------------- // // initializing l_CrmLineItems = List(); // // loop through line items on the Xero invoice for each m_XeroLineItem in m_ThisInvoice.get("LineItems") { // //...