... and that's only half of the production system's contacts. I needed a quick bit of code to find any duplicates, all within the Zoho Creator app using Zoho Deluge and avoiding the use of any third-party APIs. ...
... 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 ...
... that shipment is not created.
More Info:
- API Explorer Test Tool: https://developer.ebay.com/DevZone/build-test/test-tool/default.aspx?index=0&env=production&api=trading
- GetMyeBaySelling ...
... 21917182)
- Modified to check that there are some orders.
More Info:
- API Explorer Test Tool: https://developer.ebay.com/DevZone/build-test/test-tool/default.aspx?index=0&env=production&api=trading
...
What?
A quick note here on how to connect to the DHL API and check on a package given a tracking number.
Why?
In our megafunction to generate a customer, a product/item, a sales order, an invoice, ...
... on "Deploy to Production"
Select what actions to deploy (the "Ask ChatGPT") and then click on "Deploy"
All done? Now Test!
Login/Reload ZohoCRM
Click on "Ask Zia"
Type the "Ask ChatGPT" ...
What?
Another one of these articles talking about getting all the active product listings from eBay for a specific client.
Why?
Our use-case scenario here is that we want to get an inventory ...
... - API Explorer Test Tool: https://developer.ebay.com/DevZone/build-test/test-tool/default.aspx?index=0&env=production&api=trading
- GetMyeBaySelling Documentation: https://developer.ebay.com/devzone/xml/docs/reference/ebay/getmyebayselling.html
- ...
... Product Photography
Real Estate Photography
Still Life Photography
Tech Photography
Camera Angle Note that there others, I'm only listing ones that actually followed the prompt (eg. ...
... spinny progress animation or go and do something more productive:
Ensure the CSV files are selected for mapping (in this case Attachments.csv and Contacts_001.csv - by the way, my Attachments.csv ...
... charges and other discrepancies. I'm calling this dataset "My Purchase Order Items"
SELECT DISTINCT
po."Purchase Order Date" AS "PO Date",
po."Purchase Order Number" AS "PO Ref",
poi."Produc ...
What?
A quick article on how to upload an image to the product/item listing in Zoho Inventory.
Why?
We're enhancing the out-of-the-box integration from eBay to Zoho Inventory bespoke for a customer. ...
... caret by your name in the top right corner, then click on "My Products":
Scroll down to SSL Certificates and click on the "Manage" button alongside the domain you want to install the SSL certificate ...
What?
A super quick article on how to download an attachment from CRM and upload to a "file upload" field in Creator.
Why?
My use case here is that we are creating a Creator app that will show ...
...
My use-case scenario here is that we have a Zoho Creator app which comprises of a custom quote builder that staff use to store details about a product, and then to push that product out to their Shopify ...
... - API Explorer Test Tool: https://developer.ebay.com/DevZone/build-test/test-tool/default.aspx?index=0&env=production&api=trading
- GetItemTransactions Documentation: https://developer.ebay.com/devzone/xml/docs/Reference/eBay/GetItemTransactions.html
...
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 ...
... e = "My Test Document";
r_DownloadResponse.setFileName(v_Filename + ".pdf");
r_AttachResponse = zoho.crm.attachFile("Quotes",p_QuoteID,r_DownloadResponse);
Use a subform (eg. Product Line Items) ...
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.