Assuming xerolineitem is required, the following 2 results were found.
// // initializing l_CrmLineItems = List(); // // loop through line items on the Xero Quote for each m_XeroLineItem in m_ThisQuote.get("LineItems") { // // initialize v_CrmProductID = ""; l_CrmProductAvailableTaxes = List(); // // checking this is a...
// // initializing l_CrmLineItems = List(); // // loop through line items on the Xero invoice for each m_XeroLineItem in m_ThisInvoice.get("LineItems") { // // initialize v_CrmProductID = ""; l_CrmProductAvailableTaxes = List();...