What?
A quick article because I couldn't find anything that documented this with a working example.
Why?
The use-case here is that we want to make a ZohoCreator page display events for this month ...
... on one to select it.
When are colors used? Well in this use-case, we are using it to color events in a calendar associated with specific staff. Probably not the most essential part of a system ...
... nt out for signature");
r_CreateEvent = zoho.crm.createRecord("zohosign__ZohoSign_Document_Events",m_CreateEvent);
}
}
//
// over to webhook to update this record and attach signed document to cont ...
... form), Image, File, Local Image, Subform Row ID (prevents duplicates). Note: I create the form then add it as a subform on the parent form first, then add the lookup to the ticket field on the subform ...
... check if events was in the payload
if(!isnull(m_Body.get("events")))
{
//
// parse events out of the webhook (a list)
l_Events = m_Body.get("events").toJSONList();
//
// loop through the events
fo ...
... someone may want to open this in Google Sheets or Microsoft Excel:
//
// init
l_NewCSVrows = List();
v_ThisEventTime = zoho.currenttime;
//
// loop through dataset
for each r_Event in zoho.crm.getRecords("Events", ...
... c_Error.insert("errors":c_Response);
return c_Error;
Displays to the user as per the following screenshot AND prevents the user from submitting this until they provide a date that doesn't clash:
...
... can be used in the following events", effective as of today October 19, 2020, I have not found a place you cannot use this deluge script. The ZC_SUBFORM_250 error is because I am trying to assign the ...
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 ...
... me on Joomla websites in general and prevents the administrator URL showing up at all in the stats (unless you were using it).
Leaving this unchecked means that the crackers/hackers will get through ...
... Integration: Include jEvents.- Date Uploaded: Wed, 8th May 2013 2.0.0 - Checked for compatibility with Joomla v2.5.x
- Enhancement: SearchURL is html decoded/encoded for W3C Validation
- Bug Fix: ...
... [student_country_birth_code],
[student_country_domicile_code],
[student_nationality_code],
[student_ethnicity_code]
FROM
[sourcedb].[dbo].[events]
Simple bit of ...
... in a database and rather than a separate file, it stores these in a row.
How?
Assuming the following data exists in the column "Event_XML" value of the table "XML_EVENTS":
123456 ...
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 ...
... in your Outlook, you can copy over events. The calendar is separate to your own and to other Exchange ones.
Eeek!
A bit daunting of a process as you may be lead to believe that your personal calenda ...
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.