... // get the value of the custom boolean/checkbox field "Extra Confidential"
var b_ContactConfidential = ZDK.Page.getField('Extra_Confidential').getValue();
// if this is a sensitive record, ...
... search for Date, DateTime, Lookup, Number, Currency, Boolean fields, you need comparators other than starts_with and equals.
Source(s):
Zoho CRM Documentation - Record Count in a Module
...
...
Additional: Daylight Savings Time
Just to cover all aspects of this, I create a Zoho Creator form with the timezone names, their offset and their DST offset as well as a boolean to say whether ...
... > input.DateTime_form_was_loaded.addSeconds(10))
{
// do my stuff here
}
Method #2: Boolean checkbox to switch on/off workflow
Another method I tried was adding a checkbox/decision box (boolean) ...
... thought of an alternative that I now use frequently in client systems.
How?
The gist is that we add a checkbox called "Processed" which will have a datatype Boolean. Our function will then loop ...
What?
Thought I'd put an article here to remind me how to make the retrieval of a record case-insensitive.
Why?
Consider that I have the following creator table:
Product_Name Product_SKU ...
... is a function to multiply two ranges together (must be the same size) and return the total of these results.
-- is a double hyphen/dash which converts a boolean true to 1 and boolean false to 0.
IsNumber( ...
What?
This is an article documenting how to access ZohoCRM with API v2 using PHP and cURL. The first few functions are to manage OAuth v2 and generate the refresh and access tokens. The second snippet ...
... a duration, we will work out the requested start and end time:
req_StartTime = input.Date_Field;
req_Duration = 90;
bool_doubleBooked=false;
for each thisRecord in allRecords
{
thisRecord_StartTime ...
... the value to be a floating point value
BOOL Forces the value to be true or false
WORD Strips anything that is not letters (including numbers)
ALNUM Forces the value to be alphanumeric (Letters ...
... when the component is added to the data flow
public override DTSValidationStatus Validate()
{
bool pbCancel = false;
IDTSInput100 input = ComponentMetaData.InputCollection[0];
...
... the data later on.
Further Post-Joomla 2.5 aides
Validating a login was MD5(password+salt) but is expected to be (not tested) bool correctPass = CryptSharp.PhpassCrypter.CheckPassword(passwordPlain, ...
... possible time on that day. Do the same for EndTime but set it to the maximum time (adds a lot of load)
If you are using working hours boolean you could do:IF @DisplayHours = 1
BEGIN
--First hour ...
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.