... at the moment, and the endpoint will depend on your datacenter (eg. COM or EU), and lastly the connection "joel_books" is my connection to ZohoBooks:
//
// declare ID of item in Zoho Inventory
v_InventoryId ...
... the scope(s) ZohoInventory.items.READ (add some more if you're unsure...)
Give it a connection name and note down the connection link name. I'm calling mine joel_zoho
Authorize it, etc.
Make a ...
... String crmAPIRequest
Outputs: output message to user
Date Created: 2022-02-11 (JoelLipman.com - Joel Lipman)
- Initial release
- Checks the user profile ...
What?
This is an article to document how to use the searchRecords function in CRM and to sort the results response.
Why?
This is unclear and not always working as coded below since each system ...
... int p_ItemID (eBay Item ID)
Purpose: Fetches a line item transaction per item ID
Date Created: 2022-01-22 (Joellipman - Joel Lipman)
- Initial release
More Info:
...
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 ...
... *******************************************************************************
// Generate your access token to connect to Xero and query Xero records
// See my article: https://www.joellipman.com/articles/crm/zoho/zoho-deluge-sync-to-xero-api.html
//
v_TenantID ...
... :GET
connection:"joels_connector"
];
if(!isnull(r_Response.get("fields")))
{
// loop through every field to find the customer's timezone one
for each r_Field in r_Response.get("fields")
{
if(r_Field.get("api_name") ...
... has not been tested extensively. Do not use if you are unsure it is calculating correctly. I use these to store the values in a table that can be double-checked at a later date.
Source(s):
Joel ...
...
Source(s):
Joel Lipman: Zoho Deluge: Generate List of TimeZones
Joel Lipman DataSources: Time zones supported by Zoho (MS Excel file)
Wikipedia: Daylight saving time by country
Wikipedia: ...
... Friday at 08:00 in the morning and will create a task if time logged is too low and will remind via Popup at about 4pm (16:00). You will need a connector (I've called mine joel_timesheet) and I've given ...
... when locking it down for security:
Login to ZohoCRM > Setup > Developer Space > Connections > Zoho OAuth
Give your connection a name, I'm calling mine "Joels Connector"
Select the Scopes: ZohoWriter.documentEditor.ALL ...
...
Source(s):
Zoho Deluge: Supported Time Zones
Joel Lipman DataSources: Time zones supported by Zoho (MS Excel file)
Wikipedia: Daylight saving time by country
Wikipedia: List of tz database time ...
... Create a new Product Image
Joellipman.com: Zoho Creator: Download File from ZohoCRM field type "File Upload" (not attachments)
Joellipman.com: Zoho Deluge: Get Image Uploaded in Creator Form
Joellipman.com: ...
... Map datatype.
How?
I'm not going to go into detail on how I create an access token to query the eBay Trading API as you can read this in my article: Joellipman: Zoho Creator: Push to eBay Listings. ...
... $
$
and in my Sales Order:
BILLING ADDRESS SHIPPING ADDRESS
------------------- -------------------
Test Company Joels PO Box
1 Test Street 1 Different Street
Test ...
... photo to CRM:
// init
v_AppOwner = "joel_the_awesomest";
v_AppName = "joels_app";
v_ReportName = "My_Report";
// specify your CRM record ID for this product
v_CrmProductID = 1234567890123456789;
// ...
... check the URL for whether it will be https://books.zoho.eu or https://books.zoho.com. You will also need your own CRM to Books connection name (joel_books) with scope to read settings:
// our made ...
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.