... on "My Folders" and then checking the URL
https://workdrive.zoho.com/home//privatespace/folders/
Getting the teamfolder ID:
Access the folder in workdrive and check the URL:
https://workdrive.zoho.com/home//teams//ws//folders/files
or
https://workdrive.zoho.com/home//teams//ws//folders/
...
... So create a function in the Zoho App you are checking, or somewhere you can write some Zoho Deluge code.
Note that requesting an increase of the limit or an upgrade to the subscription will likely ...
... */
//
// set your own REST API endpoints for the webhooks here (we are only checking order update or inventory level update)
v_CrmOrderUpdateWebhook = "https://www.zohoapis.com/crm/v2/functions/fn_shopify_webhook_orderupdate/actions/execute?auth_type=apikey&zapikey=1003.aaaabbbbccccddddeeeeffff00001111.22223333444455556666777788889999";
v_CrmInventoryLevelWebhook ...
... + p_QuoteID
type :GET
parameters:m_ApprovedConverted
connection:"zcrm"
];
// should be checking here that data contains any rows but I'm going on the basis that this quote exists in CRM an ...
... checking if daylight savings is in effect in the UK, we should be able to take Greenwich Mean Time and compare to UTC.
b_IsDSTInEffect = if(zoho.currenttime.toString("HH:mm", "UTC") != zoho.currenttime.toString("HH:mm", ...
... of weeks thereafter). This needs to be dynamic as it is a schedule run daily checking the availability of a staff member for the upcoming week.
How?
As mentioned, using leftpad takes 2 parameters, ...
... with a zoho.crm.getRecordByID() with a quote that works and a quote that doesn't
Comparing both records JSON and finding the $converted system field is different.
Checking the Zoho documentation for ...
...
type: GET
connection: "joelconnector"
];
Additional
I'd always recommend locking down your app privileges by checking the scope(s) you have allowed it to have.... However in those times of ...
... checking if the value is not already in the list
; also check whether proposed file name matches the original file exists and is an exception for renaming.
v_Increment := 1
b_KeepLooping ...
... match in both irrespective of the value. Consider trying to get authorized and checking the Redirect URI passed in the URL and then updating your app with the same value, such as:
// for Books OAuth ...
What?
An article on setting a date field to either the first Monday of the next month or to the last Tuesday of the current/next month. What I mean by the last Tuesday is if the last Tuesday of the ...
... = "String to output: /* this is a comment */";
v_MyFormattedString = v_MyString.replaceAll(v_MyRegEx,"");
// yields String to output:
Zoho Deluge Validation Checking by Regular Expression:
So ...
What?
This is an article explaining the code needed to write a PHP script which generates an access token for a service account which in turn is used to list files in a team's Google Drive.
This is ...
What?
Just wanted a note to get in my head the logic if checking a requested time slot isn't a double-booking (as in, the time slot doesn't overlap a previous booking.
How?
Given a date/time and ...
... on the code.
How?
So the plan is:
Declare the functions.
Authenticate on page load by checking timestamp in token file:
If token is required, redirect user to Consent page and rewrite token ...
... and will remain in place even if you update your Joomla CMS.
Why?
When checking audit logs, I sometimes see that my administrator url is accessed more than my front-end. The below has worked for ...
... 14th Mar 2011 1.5.0 - Merged all queries for checking 3rd-party content into one SQL query.
- Added Joomla! Admin Option: Display SQL query sent to Database.
- Added Joomla! Admin Option: Case-sensitive ...
... own FC40 camera
It had had a bad crash previously and loosening some of the screws snapped the edges back into place. I thought why stop there?
The anatomy of a DJI Phantom FC40
Checkin ...
... buffer it loops through each of the input columns passed into the component
// It locates the actual column value (including checking for null) using the index array created in the Pre-Execute
...
... by checking the datatypes for each field in the concatenation string:
LTRIM(RTRIM(rm.Name + ', ' + rm.[Zone] + ', ' + CONVERT(VARCHAR(4), rm.[Capacity]) + ', ' + rm.[Type] + ', ' + rm.[DeptId])) AS RoomDetails
/ ...
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.