Assuming crmproduct is required, the following 2 results were found.
through line items on the Xero invoice for each m_XeroLineItem in m_ThisInvoice.get("LineItems") { // // initialize v_CrmProductID = ""; l_CrmProductAvailableTaxes = List(); l_CrmProductAvailableTaxes.add("NONE"); // // checking this is a valid line...
// 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 valid line item and not an error message by it...