Assuming tenantid is required, the following 3 results were found.
= zoho.crm.getRecordById("Integrations",v_TokenCrmID); v_DataEndpoint = ifnull(r_TokenDetails.get("Data_Endpoint"),""); v_TenantID = ifnull(r_TokenDetails.get("Tenant_ID"),""); // // get access token (does not need REST API url as we're calling it from...
= "123456000000789012"; // r_IntegrationRecord = zoho.crm.getRecordById("Integrations",v_XeroIntegrationRecordID); v_TenantID = r_IntegrationRecord.get("Tenant_ID"); v_AccessToken = standalone.fn_API_GetXeroAccessToken(); // // get Zoho tax rates...
query Xero records // See my article: https://www.joellipman.com/articles/crm/zoho/zoho-deluge-sync-to-xero-api.html // v_TenantID = ""; v_AccessToken = ""; r_Response =...