Assuming xerocontact is required, the following 3 results were found.
it will be oldest) d_CrmAccountLastUpdated = zoho.currenttime.toString("yyyy-MM-dd HH:mm:ss").toTime().subYear(100); v_XeroContactID = m_ThisInvoice.get("Contact").get("ContactID"); v_XeroContactName = m_ThisInvoice.get("Contact").get("Name"); // //...
it will be oldest) d_CrmAccountLastUpdated = zoho.currenttime.toString("yyyy-MM-dd HH:mm:ss").toTime().subYear(100); v_XeroContactID = m_ThisQuote.get("Contact").get("ContactID"); v_XeroContactName = m_ThisQuote.get("Contact").get("Name"); // // search...
if(r_Event.get("eventCategory").containsIgnoreCase("CONTACT")) { // get contact record from Xero to see what changed... r_XeroContact = invokeurl [ url :v_DataEndpoint + "/Contacts/" + v_Xero_ResourceID type :GET headers:m_Header ]; //...