Assuming crmlineitemtax is required, the following 2 results were found.
= v_DiscountPercent / 100; v_DiscountAmount = v_LineItemTotal * v_DiscountFactor; } // tax even if it's zero l_CrmLineItemTax = List(); m_CrmLineItemTax = Map(); v_ZohoLineItemTaxPercent =...
m_CrmLineItem.put("Quantity",m_XeroLineItem.get("Quantity")); l_CrmLineItemTax = List(); m_CrmLineItemTax = Map(); v_ZohoLineItemTaxPercent = ifnull(m_ZohoTaxRates.get(m_XeroLineItem.get("TaxType")),0.0).toDecimal();...