... " = img."Status Value"
This produces something as follows:
Create a widget that shows an image
This step here will create a widget that will show the last image (or first image if ordered ...
... purchase order items by the custom lookup field.
What follows is the code required to build the custom related list in ZohoBooks:
/* *******************************************************************************
Function: ...
... = "Hi there! This is an email to advise that the synchronization between your Zoho People and Zoho Analytics instances failed. The last synchronization data we have is as follows: ";
if(!isNull(m_DataSourceInfo.get("datasourceName")))
{
for ...
... for myself is as follows:
Trigger if the contact record has a tickbox called "Extra Confidential" ticked/checked=true
Popup a confirmation box to proceed or cancel.
Popup the email from CRM mailer ...
... m_Params.toString()
];
v_Output = r_UploadPhoto;
}
return v_Output;
}
Sends something like the following request (sent using Zoho Deluge but the cURL breakdown as follows):
curl -d ...
What?
This is a quick article to template some code to me on sorting a map variable in Zoho Deluge, specifically Zoho Creator.
Why?
I do this a lot but in the following example, I want to sort ...
... What follows is the code I'm using to convert this:
v_Endpoint = "https://api.joellipman.com/myapi";
l_UrlParams = List();
for each v_Key in m_Payload.keys()
{
l_UrlParams.add(v_Key.toString() + ...
What?
An article on setting a date field to either the first Monday of the next month or to the last Tuesday of the current/next month. What I mean by the last Tuesday is if the last Tuesday of the ...
... :PUT
parameters:m_Data
connection: myconnector
];
: Can happen when posting to ZohoBooks and you haven't put JSONString into a map as follows:
m_Header = Map();
m_Header.put("Authorization","Zoho-oauthtoken ...
... contains the following::
A
---------------
warm
noise
term
wreck
The formula to paste in column B of Sheet1 is as follows:
=SUMPRODUCT(--ISNUMBER(SEARCH(Sheet2!$A$1:$A$4,Sheet1!A1)))>0
Where:
SumProduct( ...
... = today;
Day_Name = My_Date.toString("EEEE"); // returns "Monday"
Method #1:
We're going to populate two arrays / lists; retrieve the index value; and use this in the second array as follows:
// ...
...
How?
I've listed below 3 methods, the first follows the manual (or the logic thereof as I don't use the client library) and is a function sending two requests, the second is the appropriate multipart ...
... one lookup task:
Changing the lookup to "use results of an SQL query":
Which would code with the joined tables as follows (note that in our case we needed the lookups on the source database which ...
... chars rather than Null).
My example here is that the first column is our employee number and the second column will be the remaining data on that row.
So I setup my connection manager as follows ...
Applies to Joomla 1.6+
What?
This is an article to describe how to add an article modal button in the Joomla Admin Panel (at time of print version 2.5.6) of your component including the all important ...
... since becoming an analyst, I do more at the database level now. What follows should be usable mySQL statements to get all the numbers:
Yesterdays
-- CURRENT: count todays
SELECT COUNT(id) FROM ...
... Main Office 09:00 17:00 Notes
Tuesday 04/10/2011 Another Office 09:00 17:00 Notes
Row Seperator
This follows on from my T-SQL Record Separator article. ...
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.