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 ...
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 ...
... var v_DealRate4 = r_DealDetails.Rate_Year_4_0;
// default setting for alerting user
let b_ShowAlertMessage = true;
// specific values based on trigger field
if (v_RateCard == ...
... les Person ID" IS NOT NULL
ORDER BY "Invoice ID" DESC
) i ON i."Customer ID" = c."Customer ID"
LEFT JOIN "Sales Persons" sp4 ON sp4."Sales Person ID" = i."Sales Person ID"
And for true profits, we ...
... saving the record. At time of print however, I can't get a formula field to retrieve a field from another CRM record.
// freezes the GUI?
ZDK.UI.freeze(true);
// attempt
try {
// get ...
... as you would any other reading stuff. It’s true you need to go through an initial set-up process which essentially boils down to getting your email ID added to the approved list as well as finding out ...
What?
Well known by most but this serves as a quick reminder to myself and anyone else on how to embed a form or a report into a Zoho Creator page.
Why?
Cos
How?
The below is a template ...
... the Location of your product variant (where "1234567890" is the location ID) to get the recent 10 products updated today:
{
productVariants(
first: 10
reverse: true
query: "updated_at:>'2022-02-14T00:00:00+0000'"
...
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 ...
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.