... + ":00";
//
// date and time obtained... do your other stuff here
}
}
}
}
//
// get all future events
// NB: status=open are upcoming events; status=closed are events in the past; ...
...
the JavaScript
These are the contents of main.js and is working at time of print:
// Start with Zoho SDK stuff
ZOHO.CREATOR.init()
.then(function(data) {
// Initialize ...
... c_Employee in l_ApplicableStaff
{
info c_Employee.Name;
//
// reset the stuff they already have in their subform "Usual Shift"
c_Employee.Usual_Shift.clear();
//
// great now let' ...
... if Deal ID is not zero, then it was found!
if(v_DealID != 0)
{
r_DealDetails = zoho.crm.getRecordById("Deals",v_DealID,);
//
// do stuff here such as updating the deal if required
m_UpdateDeal ...
... as you would any other reading stuff. It’s true you need to go through an initial set-up process which essentially boils down to getting your email ID added to the approved list as well as finding out ...
... in l_SearchResults
{
// check that there is an ID on this record to avoid looping through error messages
if(!isNull(r_Result.get("id")))
{
// do stuff to each record...
info r_Result.get("id");
}
}
//
// ...
... > 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) ...
... field update
if(!isnull(r_Record.get("Account_Name")))
{
// do other stuff
v_CountUpdated = v_CountUpdated + 1;
}
//
// update the record irrespectively
m_Update.put("Processed",true);
r_Update ...
... yields:
// a,b,c,d,e
// a,c,e
// compared to:
for each v_FieldName in l_FieldApiNames
{
if(!l_ExcludeFields.contains(v_FieldName))
{
... do stuff here ...
}
}
// notes:
// no need ...
... As Integer
Dim xWs As Worksheet
On Error Resume Next
xTitleId = "Joes Do Excel Stuff Script"
Set WorkRng = Application.Selection
Set WorkRng = Application.InputBox("Range", xTitleId, ...
... n the private key we need. It is a JSON file with links to the public key, as well as info as to the project ID, the client ID, the client Email... Stuff that this script will use so:
// Get JSON fi ...
Applies to:
Joomla CMS v3.2.3 (Joomla.org)
jComments v3.0.0 (JoomlaTune.com)
PlayThru v1.1.8 (AreYouAHuman.com)
What?
This article is a follow on from my article JComments 2.3 with PlayThru ...
Applies to:
Joomla CMS v2.5.11 (Joomla.org)
jComments v2.3.0 (JoomlaTune.com)
PlayThru v1.1.8 (AreYouAHuman.com)
What?
This article is a follow-up of my article JComments 2.3.0 with Google ReCaptcha ...
... recommend using Oracle SQL Developer. You have to use mostly SQL to create tables and stuff. Recommend to your bosses that you need the MySQL Workbench as this is FREE and with all the features you ...
... I want to create a div layer that I can see through (like a window with no glass) and for all the flashy stuff, to only appear within the boundary of the parent div layer.
Why?
I'm making a slideshow ...
... (dummyIndex INT);
-- Alter temporary table structure to match given table
SET @TableDeclaration='ALTER TABLE #myScrambledTable ADD ' + STUFF(
(
-- Code to concatenate column names and data ...
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.