Assuming balances is required, the following 3 results were found.
whether reconnecting a new feed (and thereby generating a new Open Banking token) would have any impact on existing balances or manually imported transactions. The short answer is that reconnecting or refreshing a feed does not affect historical...
if(v_XeroPhoneType == "MOBILE") { v_CrmMobile = v_XeroFullPhoneNumber; } } } m_CrmAccount.put("Phone",v_CrmPhone); // // balances v_XeroReceivables = 0.0; v_XeroPayables = 0.0; for each m_XeroBalance in m_XeroContact.get("Balances") {...
if(v_XeroPhoneType == "MOBILE") { v_CrmMobile = v_XeroFullPhoneNumber; } } } m_CrmAccount.put("Phone",v_CrmPhone); // // balances v_XeroReceivables = 0.0; v_XeroPayables = 0.0; for each m_XeroBalance in m_XeroContact.get("Balances") {...