... the displayed note of "Add your Note here...")
input.CSS_Overrides = v_CssNotes;
Additional
If you don't want to apply this to the every subform on that form, you will need to brush up a little ...
... m_Response;
Even in test mode or simply starting a Cliq conversation will now yield something like the following:
Additional
For every chat message, the OpenAI ChatGPT forgets what the contex ...
... contain names used on other records.
Additional:
Here's an AHK script I wrote that produces a GUI that takes an external file where column A contains the key/ID of the Contact in the 3rd-party ...
... = t3."Sales Person ID"
AND t3."MonthYear" = abs_month(invsopoitm."Invoice Date")
GROUP BY invsopoitm."Invoice ID"
Additional
Here are some other queries that are required for the above ...
... it and click on the ellipsis/3 dots
Select the REST API
Enable REST API
Note the REST API function and you can now call it from wherever.
Done
Additional Caveat(s)
This currently does ...
... needs information from additional apps installed on the Shopify store.
Why upgrade to the latest version for Shopify when private apps created before February 2022 won't be deprecated? Because the ...
... / return response
return m_Output;
Click "Save" and Done!
Yields:
Additional Note(s):
If the user's profile is blank, the rule will not apply to them.
l_Disallowed = List();
l_Disallowed.add("Joel");
if(l_Disallowed.contains(""))
{
in ...
...
Contrary to the documentation saying there are only the approved and converted values supported in additional parameters, I find the below works in CRM just fine:
// ****************** CODE USING ...
... 12
Additional Note(s):
You might ask why not use the built-in round() function? Well I admit that round() needs to be used for currencies. The issue is that round() only rounds up decimals to ...
What?
This is an article documenting how to parse the notification from eBay and using it to create an order in Shopify.
Why?
Previously, we would receive an eBay notification and create an ...
... setup a schedule for the import to automatically download the data file regularly:
After all that you will be shown your data table:
Additional Note(s):
Here are some notes & settings ...
What?
So this is an article expanding on my article Zoho Deluge - Connect to Xero API and explores how instead of a schedule, we can get Xero to tell ZohoCRM whenever an invoice or contact gets updated ...
... Year): Sunday, 2021-03-28 01:00
End Date (Current Year): Sunday, 2021-10-31 01:00
Start Date (Next Year): Sunday, 2022-03-27 01:00
End Date (Next Year): Sunday, 2022-10-30 01:00
Additional Note(s):
This ...
...
Additional: Daylight Savings Time
Just to cover all aspects of this, I create a Zoho Creator form with the timezone names, their offset and their DST offset as well as a boolean to say whether ...
... ) +". ";
}
//
// return response to user
return v_OutputMessage;
Additional
Change Name of file
//
// to generate and attach
r_DownloadResponse = zoho.writer.mergeAndDownload(v_TemplateID,"pdf",m_MergedData,"ab_writer");
v_Filena ...
What?
This is an article to document a function used in Zoho Creator to retrieve the Product IDs of all the active products in a client's eBay store.
Why?
The use-case was that I wanted to retrieve ...
... the last element.
At time of print, I ran this to retrieve 1970 active product IDs and their SKUs without erroring by going over the Zoho Deluge statement execution limit.
Additional:
See my ...
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.