Applies To:
Microsoft Windows 7 Professional v6.1.7601 32-bit
AutoHotkey v1.1.33.02
What?
This is a copied article just to store a permanent reference for if I ever need to build an app similar ...
What?
This is an article to document how to get your team folder ID, retrieve information about it, and upload to it via the API.
Why?
The documentation is there but making sense of it, is somewhat ...
... Modified: 2024-08-21 (Joel Lipman)
- Creates a recipient and event record in CRM
More Information:
https://www.zoho.com/deluge/help/sign/get-template-by-id.html
...
... send to. Here's some code to get the last 50 events:
//
// ***********************************
// get Zoho Projects information
v_BaseURL = "https://projectsapi.zoho.com";
v_Heading = "";
//
// ...
... "Scheduler" header information such as the name, description, start date/time, frequency, and timezone.
While you're here, click on "Connections" at the top of the IDE (where you paste the code) and ensure ...
What?
There are already articles out there that document this but I use this more and more and would rather just find it on my site than going through multiple bookmarks.
Why?
This use-case is ...
What?
A quick article on retrieving all the products from a WooCommerce instance on a client's Wordpress website.
Why?
A client of ours wants the information entered against products in their WooCommerce ...
... information to your Zoho instance via API. No need for the Zoho Widget SDK.
Why?
At time of print, I felt the documentation was a little sparse on how to connect a JS widget to the data held in Zoho ...
...
How?
So I'll go over what happens in the real world process; then cover some technical information; and even include the function that makes it work:
Business Process
Customer visits website to ...
... :DELETE
connection:"zbooks"
];
Caveat(s)
The delete process may need to be in a schedule: you can use a custom module in ZohoBooks to store the necessary information of what to delete.
Undocumented ...
... key here to enable inventory tracking
m_CreateBooksItem.put("item_type","inventory");
//
// other less important values to include re purchase information
m_CreateBooksItem.put("product_type","goods");
m_CreateBooksItem.put("reorder_level",0);
m_CreateBooksItem.put("available_stock",v_QuantityAvailable.toLong());
m_CreateBooksItem.put("initial_stock",v_Quantity.toLong());
m_CreateBooksItem.put("initial_stock_rate",v_ItemPrice.toDecimal());
m_CreateBooksItem.put("inventory_account_id",m_Accounts.get("Inventor ...
... API for the eBay store
/*
Function: fn_eBay_GetOrderInfoCreateUpdateZohoSO(string p_eBayOrderRef)
Purpose: Queries eBay for information about an order and then creates item/contact/sales ...
What?
Following on from my article: ZohoCRM: Get All eBay Active Listings, this is how to get all the orders from a client's eBay.
Why?
Our use-case is a data migration from eBay to a fresh instance ...
... Purpose: Queries DHL for tracking information about a shipment and returns the status code (eg. "delivered")
Date Created: 2023-03-21 (Joel Lipman)
- Initial release
Date ...
... (Joel Lipman)
- If custom field "Amount To Be Taken" is not greater than zero, then defaults to balance due of invoice.
More Information:
TEST PAYMENT SCENARIOS WITH PHYSICAL TEST ...
What?
An article on how I can query all the orders for yesterday without using the eBay GUI Selling website. I've included the code to parse out the information as well.
Why?
Because I need this ...
... however is that it is connected to the Internet unlike ChatGPT which only has information up to 2021.
How?
The basics of setting this up would be to setup a bot in ZohoCliq and then to edit either ...
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.