What?
An article to save time where a customer wants to click a button to generate a merged document in Writer and attach it to the CRM record.
Why?
Our use-case is that we have a client who has ...
What?
A quick note on a htaccess rewrite rule I'm liking.
What does it do?
What I type:
http://www.mywebsite.com/blog/videos.html
Sends this to server:
http://www.mywebsite.com/index.php?myFolder=blog&myFiles=videos
How? ...
... more useless asking him about a write-protect switch (physical). The user then said nevermind and found the answer himself. The discussion is on the page http://www.hardwareanalysis.com/content/topic/46202/. ...
In this case, I want to display the current month with today highlighted. As I was trying to get my head round writing this in a program using the qHTM.dll (to include HTML in an autohotkey GUI), the ...
... and payment date to appear on the invoice.
How?
This sounds rather straightforward, write a function that given an invoice, checks the customer payments and updates the custom fields. Executing ...
... will all be done by the sales team via Shopify. So I select the following: (see: Shopify API Access scopes for more info on each):
read_analytics,write_customers,read_customers,write_inventory,read_inventory,write_order_edits,read_order_edits,write_orders,read_orders,write_product_listings,read_product_listings,write_products,read_products,write_reports,read_reports ...
... layout didn't work
Choose field to validate > Select "Lead Status"
Choose validation type as "Validate using function" and click on "Next"
For functions, select "Write your own"
Give it a function name, ...
... and remind us that we need to phone this Lead.
How?
It sounds straightforward: schedule a call using the GUI then write a test function to check the JSON that is being returned for API names... ...
... PDT 2022,Fri Jul 29 00:00:00 PDT 2022
But if I were to maintain the idea above and skip a selected day, I would write something like the following:
//
// initialize list to hold valid appointment ...
... = v_Css + "";
// write this stylesheet to the note CSS
input.Note_CSS = v_Css;
Yields
All of me
Now we have the tabs looking close to what we want, you will have noted that I have done ...
... = 0;
m_ShippingAddress = Map();
// set field api names that we will read from and write to
l_CrmShippingAddress = ;
l_BooksShippingAddress = ;
// loop through the CRM Sales Order address field ...
... e fun to write another function that will generate the Auth'n'auth token.
Here is a reminder on what my Zoho Creator form looks like for API Integrations and the fields I refer to:
Note the Dev ...
What?
This is an article for training purposes. I'm pretty sure there is official documentation on how to do this but I thought I'd write this article to make it simpler for new developers to follow and ...
... you have a few hundred records, or a few hundred thousand records, we sometimes want to write a function that will check each record and mark it so that the process doesn't repeat on records that have already ...
... arguably could write directly to the Creator record, parsing the JSON webhook response beforehand.
1. Set up the Creator form
Log-in to your Zoho Creator app
Click on Plus sign to add a new form ...
What?
So I thought I'd write a quick article to remind me and to develop a simple notification system that will popup for any user on the submit of a form, or on the click of a button or on the click ...
... type:
npm install –g zoho-extension-toolkit
If you get errors like “Missing write access to/usr/local/lib/node_modules”
then type the following instead:
sudo npm install –g zoho-extension-toolkit
You ...
... sometimes it won't. Escaping the ampersand with a backslash or url encoding to %26 wasn't working for me. I spent several hours trying to write a script that could search for the existing records by company ...
... that can be run from the command-line in an AutoHotkey app to open the notifications page of the Windows 10 Settings panel to allow users to enable/disable notifications. Why write this article when there' ...
What?
A quick article on how to debug some errors in Zoho.
Why?
I wanted a general note to list certain errors that we get when we do certain things in Zoho but didn't want to write a separate ...
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.