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 ...
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 Shopify.
Why?
The use-case was that I wanted to search ...
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 ...
... need to follow these steps to get the credentials:
Login to your Twilio console
On the dashboard, note the ACCOUNT SID and AUTH TOKEN
In the side menu, expand Phone Numbers > Manage > Active numbers ...
What?
A quick article to take a list of options from a HTML select element and convert to a Zoho Deluge list that will eventually be used to populate a dropdown.
Why?
Because I find myself doing ...
... is written at a time when Javascript or interactive pages that change on the fly based on a mouse event in Zoho Creator automatically get removed on Save/Update of the page. The following uses the built-in ...
What?
So this is an article with some common snippets of code that use the InvokeConnector and do things we can't do in shortcode.
List CRM Users (ActiveUsers)
Note that this is somewhat superseded ...
... being deprecated (end of life at the end of this year). So I'm familiar with the methods in API v2 or just using newer functions.
Method #1: API v1
userResp = getUrl(("https://crm.zoho.com/crm/private/xml/Users/getUsers?authtoken=xxxxxxxxxxx&scope=crmapi&type=ActiveUsers"));
users ...
... Application.ActiveSheet.Range("A1").PasteSpecial
Set xRow = xRow.Offset(SplitRow)
Next
Application.CutCopyMode = False
Application.ScreenUpdating = True
End Sub
Press ...
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 ...
... XMLHttpRequest to read file
// (works at time of print (2015-10-05))
var xhr = !window.XMLHttpRequest ? new ActiveXObject('Microsoft.XMLHTTP') : new XMLHttpRequest();
// open ...
VersionPlatform ChangeLogOptions1.0 + Group all the data by a specified column
+ Generate interactive flash charts- Date Uploaded: Wed, 15th Sep 2010
Download
... a chart from the data. What my program does is convert all the data into a settings and data file that can be used by the charting system AMCharts.com.
AMCharts.com provide a flash-based interactive ...
... a new module (Insert > Module)
Copy and Paste the Excel user defined function belowSub ExtractHL()
Dim HL As Hyperlink
For Each HL In ActiveSheet.Hyperlinks
HL.Range.Offset(0, 1).Value = HL.Address
Next
End ...
... supplier helped setup along with the XML that will be sent to our database table.
Be sure to use the same XET code and that the "Active" checkbox is ticked.
Store/save your EOR
Setting ...
... rate).
Note that my servers are based in Houston, Texas, USA (due to their traffic [when europe is active, these are not and vice-versa] and resilience [99.99% uptime] status compared to European ...
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.