... to get workspace ID, look at the URL in ZohoAnalytics and take the number straight after the word "workspace/"
v_WorkspaceID = "12345000001234567";
//
// to get the Analytics Org ID, login to Zoho Analytics, ...
... when generating the access token should be entered here
v_ClientSecret = "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";
//
// store the record in ZohoCreator
// I have a custom form in ZC with the fields ...
... m_Columns.toString());
//
// in analytics, browse to the "Attachments" table and note the URL IDs after workspace and view
v_WorkspaceID = "123456000000123456";
v_TableID = "12345600000123457";
v_Endpoint ...
What?
A quick article on how I resolved this error and how the online forums and documentation did not.
Why?
I don't often do this to create a Creator record but I'm going to use the shortcode ...
What?
This is a not-so-quick article that queries an eBay order and creates the relevant ZohoInventory item, contact, sales order, package slip, shipment order, invoice, payment records...
Why? ...
... "id": "123456789000000123456789",
"type": "custom"
}
}
Tidied Up
Want that in a practical format for use in ZohoCreator? Preferably not in the Zoho order, but that of the normal wee ...
... ID which has to be unique as you may have many files called "image001.jpg" but for other records.
Parent Id: The CRM Record ID you are going to attach the file to (eg. "zcrm_123450000000000123456").
...
... this returns something like the following (I've reduced the 200 records to about 6 of them):
{
"data": [
{
"Currency": "EUR",
"id": "123456789000000001"
},
{
"Currency": ...
... sample data
v_Test = "00011,Joel Lipman,\"Flat 8, House Corner\",Brummieland";
// regex to replace a comma found between 2 double-quotes to a string of your choice
v_FormattedString = v_Test.replaceAll("(\"[^\",]+)[,]([^\"]+\")","$1|mySpecialComma|$2",false);
info ...
... an example showing how you can get all results irrespective of whether they are converted or approved:
response = zoho.crm.searchRecords("Quotes", "(Ref:equals:QU-00001)",1,200,);
Done. Ta daa! ...
... us assume we have the following in a form/report called "Stock_Upload":
RowID Name SKU Account Email
0001 Test Product 1 TEST001 This email address is being protected from spambots. You need JavaScript enabled to view it.
0002 Test Product ...
... ID,Name,Phone,Record ID
1457102000000135533,Joel,00441234567890,1457102000000165989
1457102000000135566,Stanley,01709123456,1457102000000167543
1457102000000135608,David,00331234567890,1457102000000166795
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.