What?
A quick article to document 2 features in deluge code: a custom related list in ZohoBooks, and a reminder on how to read a table from ZohoAnalytics.
Why?
My use-case here is that we have ...
What?
This is an article to quickly demo a couple of snippets of code to display values in a custom related list as well as to display empty custom related lists.
Why?
Because I keep forgetting ...
... another table, how do we delete from all the related tables as well?
How?
You need to refer to the tables just after the DELETE clause (so instead of DELETE FROM myTable WHERE myValue=givenValue):
DELETE ...
... ssage :v_DebugMessage
]
}
return "";
Related List for Custom Module
Just for good measure (and because it took me an hour to write this), here's the code to generate a related list on a custom ...
... tasks that were transferred from the lead record relating to reminding staff to convert the lead.
//
l_RelatedTasks = zoho.crm.getRelatedRecords("Tasks", "Contacts", p_ContactID);
for each m_RelatedTask ...
... setup involves creating the TXT records on the DNS. Ideally, we would not want access to the DNS as Zoho Support as we could be blamed for any website / mail server issues not related to any of this setup ...
... v_RateCard = ZDK.Page.getField('Which_rate_card_is_this_based_off').getValue();
// get opportunity lookup (related deal) of this record
let r_DealLookup = ZDK.Page.getField('Opportunity_Name').getValue();
...
... the Device Summary
Under Device Summary, you will be shown a host of information related to your device, which includes the email address associated to your Kindle.
Copy and save the email at your desired ...
... day meeting
m_ScheduleMeeting.put("All_day",false);
//
// meeting owner/host ID (can see any record related to this meeting)
m_ScheduleMeeting.put("Owner",123456789012345678);
//
// related to what ...
... a custom related list on a Zoho Finance > Sales Orders module but it wasn't finding all the Quotes related to this Sales Order.
How?
The quick answer is buried in Zoho documentation and due to the ...
...
Why?
My use case scenario is that I was trying to build a related list in Zoho CRM with a view on to related records in Zoho Creator. For some reason, only some random fields were being returned, ...
... can be workflow, approval, or blueprint. If trigger is not mentioned, the workflows, approvals, and blueprints related to the API will get executed. Enter the trigger value as [] to not execute the workflows.
...
... to all related systems such as Zoho Projects and the originating app (in this example, Zoho Creator).
1. Setup up Zoho Oauth Connection:
Go to connections (in creator this is icon in top-left > Setup ...
What?
This is an article documenting how to access ZohoCRM with API v2 using PHP and cURL. The first few functions are to manage OAuth v2 and generate the refresh and access tokens. The second snippet ...
... 2.0.1 - Code Overhaul: Use J16 core Mootools
- Code Overhaul: Removed all CSS Popup related parameters
- Parameter: Hits Prefix Text in popup
- Parameter: Date Prefix Text in popup
- Parameter: ...
... just that downloading from the Play store was unrelated to the above.
Additional:
If you forget your key (like I did) and which keystore file you used, then you'll have probably tried this:
Upload ...
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.