What?
A quick reminder on basic regular expressions.
Match Any Character Dot
The dot operator '.' matches any single character in the current character set. For example, to find the ...
... don't have enough examples in my view. Source: http://docs.joomla.org/ for v1.5.x and for v2.5.x
This article applies to Joomla 1.5.x, 2.5.x and 3.x.
for Joomla 2.5.x
Building ...
... column we have setup default values, let's use the example "Data Not Yet Available". Unfortunately the end-user reported these default values sometimes list twice, especially when the case is different, ...
... but have it as a blank form rather than a bidirectional form as in this example, the parent record doesn't yet exist... The cheat here is that we actually want the user to be able to click and download/open ...
... displayed here for testing purposes: the starting date, and then based on the offset, the selected date.
The first bit of this snippet creates a map which for this example would be . This means that ...
... (in this example, a lead record but can be almost any kind of record)
m_ScheduleMeeting.put("What_Id",98765432109876543);
//
// the subject
m_ScheduleMeeting.put("Event_Title","TEST Consultation: Call ...
...
AuthToken (Multi Line)
AuthToken Expiry (Date-Time)
You should end up with something like this screenshot:
* Some of these fields are unnecessary for this example but are used to accommodate ...
... I'm using it so I'm documenting it.
For this example, we're going to use my use-case scenario mentioned earlier: first-line agents can't select a specific option in the Lead Status picklist:
Login ...
... don't have this see alternative steps below on "Inspect page Elements in Chrome").
In the Developer Tools Inspection Window for Elements, make the changes to your box using your HTML knowledge (in my example, ...
... data per column (in this example, I highlight the Date column, it then prompted me what format this is in, eg. dd/MM/yyyy):
You will then be shown a summary of your import:
You can then ...
... you will need to consider using a third-party server (my example here is a LAMP server):
Complete webhook setup by passing 'Intent to receive' required stage.
Xero will test both a valid and invali ...
... the appointment example mentioned above for a customer in UTC+1 @ 4pm their time. The server is on Eastern time UTC-5 and the agent is in Los Angeles UTC-8. For this first example, we're not bother wit ...
... and attach the file.
First Create a CRM connection
I'm going to create a Zoho OAuth connection with open scopes just to get a working example; I can then reduce the scopes permissions afterwards ...
... a list of all the listed active products in a fixed price item listing. The example below is a function which, if given the page number and the number of entries per page, returns these in JSON as a Zoho ...
... US DC
v_Endpoint = "https://books.zoho.eu/api/v3/salesorders/"+v_SalesOrderID+"/address/shipping?organization_id=" + v_BooksOrgID;
// saw this in the documentation example so will hopefully do what ...
... and pasted for each field, especially if they're doing the same thing for example displaying a preview in a notes field. We would rather only have to update the code for 1 workflow rather than 20 workflows ...
... and updates the Opportunity/Deal/Potential record. In this example, the custom field is called "Division":
//
// init
v_DealID = ifnull(p_DealID,0);
r_DealDetails = zoho.crm.getRecordById("Deals",v_DealID);
//
// ...
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.