What?
A quick article on determining the week number of the year if your week starts on a Monday and not a Sunday.
Why?
I think it's the US system which generally says that a week starts on a Sunday ...
What?
An article to document how I calculated the start and end dates of when Daylight Savings Time is in effect.
Why?
Admittedly, most of Zoho apps have this built-in but here's some snippets ...
... right, as we got the last occurrence counting from the beginning rather than the end, so we still need to work out the starting point:
SELECT LEN(@Haystack) - CHARINDEX(@Delimiter, REVERSE(@Haystack))
-- ...
Situation
The requirement in a lot of my reports in SSRS has always been a date range rather than just the one date. The user must be allowed to select all results between two dates instead of just ...
... when records were last modified and if a synchronization process starts to fail, there should be images or icons warning or advising of failures.
How?
The key trick to use here the ability for Zoho ...
... are events in the past; status is a mandatory field
// NB: range is an integer and the number of records to return (default=100; max=200)
// NB: index is an integer and is the offset or starting index ...
... "Scheduler" header information such as the name, description, start date/time, frequency, and timezone.
While you're here, click on "Connections" at the top of the IDE (where you paste the code) and ensure ...
What?
A quick article on how to get the pricebook entry using Zoho Deluge for a specific product in your ZohoBooks or ZohoInventory instance.
Why?
This took me the best part of an hour to determine ...
... w Up Non Converted Lead");
m_NewTask.put("Due_Date",v_EndTime.toDate());
m_NewTask.put("Status","Not Started");
//
// configure reminder on task to run daily at the same time as creation time
m_Remind ...
... of "Schedule - Shopify Webhooks"
It has the code
standalone.fn_Shopify_RestoreWebhook();
Starts ASAP; with a frequency of Hourly (run every 2 hours); and never ends.
Save and done.
Error(s ...
...
the JavaScript
These are the contents of main.js and is working at time of print:
// Start with Zoho SDK stuff
ZOHO.CREATOR.init()
.then(function(data) {
// Initialize ...
... to a field that is simply of datatype: date (eg. Valid_Till)
The supported operators are equals, starts_with, in, not_equal, greater_equal, greater_than, less_equal, less_than and between.
The supported ...
... other entry does not...
This article is a start and adaptation of my previous article Convert to Proper Case in T-SQL which I had previously used for the migration of a HR system. This is intended ...
... page to start from
v_StartingPageIndex = 1;
//
// specify the maximum number of products you think you have on eBay
// the actual number will be less than this but this is for pagination estimates
v_MaximumProducts ...
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.