... examples I use in production systems:
Pre-amble:
I'm applying to a Zoho Instance on the US Datacenter (.COM)
These examples are using CRM REST API v5 but you can use these as far back as CRM REST ...
... 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. ...
... 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
...
... 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" ...
... Created: 2023-03-01 (Joel Lipman)
- Initial release
Date Modified: ????
- ???
More Info:
- API Explorer Test Tool: https://developer.ebay.com/DevZone/build-test/test-tool/default.aspx?index=0&env=production&api=trading
...
... - 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
- ...
... - 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 ...
... More Info:
- 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
...
...
Production code
// v_Latitude1, v_Longitude1 are coords for origin
// v_Latitude2, v_Longitude2 are coords for destination
v_Latitude1 = v_Latitude1.toDecimal();
v_Longitude1 = v_Longitude1.toDecimal();
v_Theta ...
... MySQL statements against your database.
For the purposes of this article, we will refer to the live/current/production website running Joomla v2.5 as "v25" and the new Joomla instance as "v34". Their ...
Applies to:
Wordpress CMS v4.1.1
What?
A note to myself on how to create a development/test version of a production/live Wordpress CMS site.
Why?
I have a website sitting at a domain (eg. ...
...
Last Additional
Ensure that when Google asks for your Android API key, you enter the production key (which may be the same as your testing key); the one from your app and not from your computer (as ...
... workaround, you'll say that I haven't solved anything; but this is a production database I want to export for offline backup. I have to raise and log a formal change request and follow a workflow process ...
... will produce a signed-off production site as per the initial specification:
Front-end customer facing interface as per an agreed template.
Back-end administration interface for managing the website ...
... CSS
For this reason, please do not install this on a production website. Some of the parameters are experimental and not confirmed so future upgrades may not preserve the settings accurately.
« ...
What?
This article isn't unique as there are other tutorials out there. This is meant to detail a process to export a database using MySQL Workbench and then to import it into another database.
Why? ...
... then a live/production environment that will be released for public use. This allows for a good test bed and stable releases, error and hopefully risk-free.
How?
Here's one method I used based ...
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.