... the data for my widgets), I have to write it as such:
SELECT
'CRM Accounts' AS "DataSource",
date(t1."ModifiedTime") AS "Date",
t1."RecordID" AS "Record ID",
t1."RecordName" AS "Record Name",
...
What?
This is an article to show how to setup a scheduled function that checks and restores a missing webhook as well as the snippets when receiving the webhooks and storing them.
Why?
We found ...
... on filename changes, I run this bit of code to get the internal and current file name:
//
// get original document file (optional) - you need your own record ID here
v_ZC_DocumentRecordID = 1234567890123456789;
c_ExistingDocument ...
... "Next"
Give it the following code:
// attempt
try {
// get the ID of this record
var v_ThisRecordID = $Page.record_id;
// get the full name of this contact (not sure why this ...
... record that holds my API connection details
v_IntegrationRecordID = 123456789012345678;
r_CrmRecord = zoho.crm.getRecordById("Integrations",v_IntegrationRecordID);
v_TradingAPIVersion = r_CrmRecord.get("Compatibility_Version");
//
/ ...
...
or (untested)
m_Trigger = Map();
m_Trigger.put("trigger",[]);
r_Update = zoho.crm.updateRecord("Module",p_RecordID,m_UpdateRecord,m_Trigger);
From the documentation:
The trigger input ...
... r_Link = zoho.crm.createRecord("Deals_X_Products", m_Link);
}
Code to Delete a value from a multi-lookup:
v_ID2Delete = 123456789012345678;
v_SearchCriteria = "(field0:equals:" + v_myRecordID ...
... to work on the CRM record:
// assuming I have a creator form called "myForm"
// that the ID of the record is the value of the variable "myRecordID"
// that a subform exists in the form called "Attachments"
// ...
...
id is the Creator ID of the record.
dataMap is the map() to post.
connectionLinkName is the connection link obtained previously (as a string).
For example:
v_RecordID = "1234567890123456789".toLong();
m_Params ...
We use cookies to improve your experience on our website. By browsing this website, you agree to our use of cookies. Read more about our Privacy Policy.