What?
A quick article to remind me on how create an multi-level ordered list that indents and aligns correctly.
Why?
I'm finding that I need to do this quite often for some clients who want to ...
What?
Trying to export a STU record but I want to use the XET template I created rather than the pre-installed XML export formats. When I try to export using data format XET, the system has never heard ...
... straightforward form
FormatTime( TimeString, Format )
{
FormatTime, FormattedTime , TimeString, %Format%
return Formattedtime
}
The following function is to convert a given SQ ...
Just a quick note as I use this function in various scripts. This adds the 1000th separator comma:
FormatAddCommas(val) {
Result:=val
StringLen, OutputVar, Result
NumLoop ...
I could just remember to search wikipedia for "Date (Unix)" or search my site for "Unix". This was easier.
Source: Wikipedia: Date (Unix)
Format specifiers (format string starts with +)
...
Thought I'd add a note as I was getting confused with the built-in function "FormatDateTime()". The example is shown as:
=FormatDateTime(Fields!BirthDate.Value, DateFormat.ShortDate)
The ...
I'm beginning a list as I've just spent an age trying to get PHP output to create a text file. Then my client showed me how she then opens the text file in Excel, so I said we could get the script to ...
... specify a date (so excludes hours, minutes and seconds). For demonstration purposes, I'm going to be using the European date format so DD/MM/YYYY.
The Solution
This is what I use to convert a given ...
... is to be multiplied by 16 and then added to the value of the 2nd; this equals the RGB value.
Given #00FF00
//
// given value
v_HexGiven = "#00FF00";
//
// transform or format the submitted ...
What?
This is an article to document how to get your team folder ID, retrieve information about it, and upload to it via the API.
Why?
The documentation is there but making sense of it, is somewhat ...
... Modified: 2024-08-21 (Joel Lipman)
- Creates a recipient and event record in CRM
More Information:
https://www.zoho.com/deluge/help/sign/get-template-by-id.html
...
... Analytics to display different images based on a criteria or a value within a data table. As documented in an earlier article, put the URL of the image, then change it's format to show the image and not ...
... send to. Here's some code to get the last 50 events:
//
// ***********************************
// get Zoho Projects information
v_BaseURL = "https://projectsapi.zoho.com";
v_Heading = "";
//
// ...
... "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 ...
... this at the end of this function.
Error(s) Encountered
,"message":"invalid reminder time","status":"error"} There was nothing wrong with the date time format here. Just that I was submitting a TRIGGER=DATE-TIME ...
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.