Assuming stage is required, the following 21 results were found.
fields we can populate v_CrmQuoteStatus = m_TranslateStatuses.get(m_ThisQuote.get("Status")); m_UpsertCrmQuote.put("Quote_Stage",v_CrmQuoteStatus); if(!isNull(m_ThisQuote.get("Date"))) { v_XeroQuoteDate = m_ThisQuote.get("Date"); // quote module has...