... output to developer for debug purposes
v_Date = zoho.currentdate.subDay(v_Index).toString("yyyy-MM-dd");
info v_Date;
//
// set criteria of what shipment orders to retrieve
m_Criteria = Map();
m_Criteria.put("date",v_Date);
//
// ...
... evaluate (specify here your dates [time set to midnight])
v_timeFrom = zoho.currenttime.subDay(0).toString("yyyy-MM-dd'T'00:00:00.000'Z'");
v_timeTill = zoho.currenttime.addDay(1).toString("yyyy-MM-dd'T'00:00:00.000'Z'");
//
// ...
... create a list of pages (specifies the number of pages to try)
l_Pages = ;
for each v_Page in l_Pages
{
if(b_HasNextPage)
{
//
// query using GraphQL
v_UpdatedSince = zoho.currentdate.subDay(1).toString("yyyy-MM-dd'T'00:00:00+0000");
if(v_Page ...
What?
This is an article documenting the process of publishing a Zoho Inventory image to eBay's Picture Hosting Services (EPS).
Why?
Because I couldn't find any other article in the whole world ...
... into. For this simply append the following:
else if(input.Calendar_Day_Select == "<")
{
//
// set selected date field value
input.Selected_Date = input.Starting_Date.subDay(7);
input.Starting_Date ...
... end dates
for each v_DayIndex in
{
v_CheckDateStart = v_FromMonthDate1.subDay(v_DayIndex);
if(v_CheckDateStart.toString("E")=="Sun")
{
v_DST_StartTime = v_CheckDateStart;
...
... now override fields specific to the newly cloned/duplicated record
m_Clone.put("Invoice_Status","Repeated Invoice");
m_Clone.put("Invoice_Date",zoho.currentdate.toString("yyyy-MM-dd"));
m_Clone.put("Due_Date",zoho.currentdate.addMonth(1).toStartOfMonth().subDay(1).toString("yyyy-MM-dd"));
// ...
... = zoho.currentdate.addMonth(1);
v_NextMonthDateLast = v_NextMonthDate.toStartOfMonth().subDay(1);
if(v_NextMonthDateLast.getDayOfWeek()!=3)
{
for each v_MyDay in
{
...
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.