... Friday at 08:00 in the morning and will create a task if time logged is too low and will remind via Popup at about 4pm (16:00). You will need a connector (I've called mine joel_timesheet) and I've given ...
What?
A very quick article to calculate the time between two timestamps and break it down into days, hours, minutes and seconds.
Why?
I've done this in lots of other systems but here's one in Zoho ...
... Zoho CRM Invoices and noticed that Xero stores its dates in Unix Timestamps.
How?
We're going to filter out the unix seconds from the date provided by Xero then apply a toTime() function to it.
v_XeroTime="/Date(1586995200000+0000)/";
v_StartIndex ...
What?
This article is to remind me how to create a blank weekly timesheet which reads the duration of events from a database and auto-completes your timesheet.
Why?
I'm being tasked to work with ...
... this week, 1 for the week before, 2 for the week before that...
$timesheet_query_per_user="
SELECT DISTINCT
s.StaffUserID AS 'UserID',
(
SELECT SEC_TO_TIME(SUM(TIME_TO_SEC(s.EstimateTimeFinish)-TIME_TO_SEC(s.DateTimeCreated))) ...
... a timestamped duplicate if exists so need to check if it exists first)
// https://workdrive.zoho.com/home//teams//ws//folders/files
m_SubfolderNames = Map();
r_Subfolders = invokeurl
[
url :"https://www.zohoapis.com/workdrive/api/v1/teamfolders//folders?page%5Blimit%5D=50&page%5Boffset%5D=0"
type ...
... = Map();
// sometimes parameters need to be a string... but this is working
m_Config.put("CONFIG",m_Params);
v_Endpoint = "https://analyticsapi.zoho.eu/restapi/v2/workspaces/" + v_ZA_WorkspaceID + "/views/" ...
... the record must be done at a later time or in a different process but sometimes it simply will not process it all and respond to Shopify within 1 second.
How?
So let's begin with the code snippets ...
... pages, so including the above plus some calculation to work out how many times to loop should retrieve every thing:
//
// initialize
l_AllProducts = List();
v_TotalCategories = 0;
v_TotalProducts ...
... module that are calculated and will sometimes return numbers with more than 6 decimal places. As this is more than specified on the ZohoCRM field properties, as soon as the staff user tries to save the ...
... = Map();
l_DaysCorrectOrder = m_OrgDetails.get("business_days");
for each v_Day in l_DaysCorrectOrder
{
m_ShiftBuildUp.put(v_Day, m_ShiftRow);
}
//
// ok let's get the opening times
if(m_OrgDetails.get("custom_timing" ...
... sometimes works but sometimes yields:
// Me,Myself,I\na,b,c
Works on systems where the above doesn't work:
l_CsvFileRows = List();
l_CsvFileRows.add("Me,Myself,I");
l_CsvFileRows.add("a,b,c");
//
v_CSVFilename ...
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 ...
... and Zoho is the data to be overwritten, ensuring that Product IDs, Variant IDs, Inventory IDs, Current Selling Price, Inventory Level, and Barcode all match.
Our problem is that sometimes more than ...
What?
So this is an article for me to store prompts for the MidJourney AI text-2-image discord tool.
Why?
The results from the MidJourney bot are beyond unpredictable however with the correct ...
... the screen a few times after about 10k records as the browser webpage seemed to hang or get stuck. It just resumes where it left off and ultimately will display a notification saying your migration is ...
... you may want to use the out-of-the-box modules instead:
Sometimes, a salesperson or user might be generating an invoice on behalf of the account manager (person who manages the customer's account), so ...
... the first is the string to start with, the second is the number of spaces to pad with.
//
// set number of times to iterate through loop (plus 1)
v_CheckDaysAhead = 7;
//
// create a string ...
... Payment Method, Payment Date, and Last Four Digits. They needed these because sometimes their customers needed to know what card they had paid with (if paid by card). The customer wanted payment method ...
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.