... Well eBay returns URLs to images that have been resized to 400x400 (even with tweak to return 800x800). I wanted a way to upload my image directly to Shopify in 3024x3024 resolution (or the size that ...
... the active listings as well as specific fields so my function doesn't get overwhelmed with the amount of data in the response:
map API.fn_eBayQuery_GetActiveProducts(int p_Page, int p_PerPage)
{
/*
...
... - 1);
}
//
// output
info "[" + l_ProductIDs + "]";
info l_ProductIDs.size();
}
Yields something like:
[
1234567890123,
2345678901234
]
2
Well that produces a lot of ID numbers ...
... how to set up a connector as there is plenty of documentation on the Zoho Official Documentation and even on this website so we'll skip to the COQL query. This is what I have:
//
// build up COQL ...
...
Auth'n'auth (Authentication and Authorization) Process
Not getting notification via the URL but you are getting them via email? Well I read somewhere you need to use Auth'n'auth to enable these notifications ...
... if statement to all fields? Well no again, just compare on the workflow of the audit change. Something along the lines of:
Add an Audit Change field: This will contain the code triggered when one ...
... Invoice module as well.
Step by step fix:
Login to ZohoCRM, go to Setup
Under "Customization", select "Modules and Fields"
Click on "Organize Modules"
Enable "Invoices" (by ticking the box and ...
...
Replace all commas in between a pair of double-quotes: Well I couldn't find a single regex that can do this in one go but by applying the same regex to the same value (line 29), solved this for the sample ...
What?
This is an article to quickly demo a couple of snippets of code to display values in a custom related list as well as to display empty custom related lists.
Why?
Because I keep forgetting ...
... view.
Why?
A client wanted a "Save" button on their form as well as a "Save & Close" button. The "Save" button would submit the form but keep the user on the record form. The "Save & Close" button ...
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.