What?
A note for myself on some code to convert a string of two names into a string made up of the first name and then using the initial of the second name.
-- What I have
John Smith
Fred.Bloggs
-- ...
... int p_QuoteID - the ID of the CRM Quote Record
Outputs: void
Date Created: 2024-12-10 (Joel Lipman)
- Initial release
Date Modified: ???
- ???
More Information:
Any ...
... it is Fn - ZohoBooks - Estimates - Accept/Decline
It's a standalone function
I'll give it the following code (amend the org ID and connection name):
//
// initialize
b_ValidResponse = false;
v_EstimateI ...
... and send it off for signing, then return the Signed document attached to the initial record (where the button was).
Why?
If anyone has the envious task of sending a document out for signing by a ...
... a daily reminder until after 3 reminders
Date Created: 2024-05-13 (Joel Lipman)
- Initial release
Date Modified: 2024-05-14 (Joel Lipman)
- After the 3rd reminder ...
What?
There are already articles out there that document this but I use this more and more and would rather just find it on my site than going through multiple bookmarks.
Why?
This use-case is ...
... API to detect what webhooks exist, it can only detect what webhooks it initialized. If you added webhooks via another app or via the Shopify Admin interface, then the following code won't be able to check ...
... pages, so including the above plus some calculation to work out how many times to loop should retrieve every thing:
//
// initialize
l_AllProducts = List();
v_TotalCategories = 0;
v_TotalProducts ...
...
the JavaScript
These are the contents of main.js and is working at time of print:
// Start with Zoho SDK stuff
ZOHO.CREATOR.init()
.then(function(data) {
// Initialize ...
... Zoho Creator record ID of the order
Outputs: -
Date Created: 2023-03-06 (Joel Lipman)
- Initial release
Date Modified: ???
- ???
More Info: Error 7008: ...
... Initial release
- Correctly rounds any decimal fields to their maximum decimal place.
Date Modified: ???
- ???
******************************************************************************* ...
... -
Outputs: -
Date Created: 2021-09-24 (oel Lipman)
- Initial release
Date Modified: 2024-05-21 (Joel Lipman)
- Change of API domain from https://books.zoho.com to https://www.zohoapis.com/books
******************************************************************************* ...
... it when I ran into this error:
// initialize
m_QuoteRecord = Map();
//
// build quote request
m_QuoteRecord.put("Name.first_name",v_SellerName_Firstname);
m_QuoteRecord.put("Name.last_name",v_SellerName_Lastname);
m_QuoteRecord.put("Email",v_SellerEmail);
//
// ...
...
This is the code used in a workflow triggered within ZohoCRM when a Quote is created or modified:
//
// initialize
v_BooksOrgID = 123456789;
v_BooksCustomerID = 0;
m_CreateEstimate = Map();
l_CrmBillingAddress ...
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.