... count from 0 to 4999
Observation #2: Setting a loop with leftpad limited to 100,000: Our trick of using the leftpad() method to build a list of any number is actually limited to 100000 as you will ...
... Zoho Apps are incredibly case-sensitive and consider some records containing people's names as duplicates, when actually they are the same entity but may have uppercased a letter in their name while the ...
...
How?
My team of developers actually helped me solve this one as I was slowly dispairing...
The Plan
Get a list of all unique/distinct Customers
Get a list of all Customers
Remove the ...
What?
This is a not-so-quick article that queries an eBay order and creates the relevant ZohoInventory item, contact, sales order, package slip, shipment order, invoice, payment records...
Why? ...
... 1000 ])
// the actual number may be less than this but this is for pagination estimates
v_MaximumOrders = 10000;
v_Year = 2022;
//
// set the filter for orders by status to return: All, Active, Cancelled, ...
... that are in your listing, it will then generate the number of pages it thinks it has to loop, so try and give a number higher than the actual number of products you have in your shop, it will stop when ...
... 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. ...
... the reverse process, the import file.
The import file I got working had the following columns:
Attachment Id: This needs to the unique filename of the actual file on disk (as opposed to "File Name" ...
... in this row is start date (retrieved from field "Actual Start Date" on this record)
var v_StartDateValue = ZDK.Page.getField('Actual_Start_Date').getValue();
var v_LocalStartDate = new Date(v_StartDateValue);
...
... but have it as a blank form rather than a bidirectional form as in this example, the parent record doesn't yet exist... The cheat here is that we actually want the user to be able to click and download/open ...
... for outbound and inbound but local to the customer and we want to remind our customer that they have an appointment in 1 hour with us.
How?
The code is actually pretty straightforward but you will ...
... several calculations happen in real-time making it really difficult to extract and use.
The key trick I used was to actually use a single-line text to store the customer's requested time. Let's use ...
... Image as attachment a base64 encoded string. Note the above says that 10 photos produced 10 webhooks but actually I'd overlooked the webhook used to invokeUrl download a Creator file so it was using 20 ...
... Shopify using a Product SKU. Community forums could only suggest looping through all the products.
I then felt that actually I just need the Product IDs. This method could do with some refinement ...
... = v_AddressIndex + 1;
}
// check that there was something to actually update rather than wasting an API call
if(m_ShippingAddress.size() > 0)
{
// endpoint TLD is EU for Europe DC and COM for ...
... a Zoho ID) and UDF_CHAR7 (which is a text/string name field). Note that in the below snippet, I've put m_Params into separate lines for display purposes but actually it should be all on one line:
m_Custom ...
... equivalent Creator record). There was also a workflow that ran when the Creator record was updated to update its changes to CRM. It was actually causing a loop which used up all the API calls.
How? ...
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.