... let v_DealID = r_DealLookup.id;
let r_DealDetails = ZDK.Apps.CRM.Deals.fetchById(v_DealID);
// get Deal/Opportunity fields we need to refer to
var v_OppType = r_DealDetails.Type_of_Opportunity;
...
... and updates the Opportunity/Deal/Potential record. In this example, the custom field is called "Division":
//
// init
v_DealID = ifnull(p_DealID,0);
r_DealDetails = zoho.crm.getRecordById("Deals",v_DealID);
//
// ...
... relevant to this module:
l_LinkedRecords = zoho.crm.searchRecords("Opportunities_X_Products","(Opportunity:equals:" + v_DealID + ")");
Find records relevant to this user:
v_SearchCriteria ...
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.