What?
A quick article to explain why the full name might appear in the last name field in Zoho CRM.
Why?
We had a customer report the issue that sometimes the full name of a contact was appearing ...
... GUI and display what it will name them. The app needs to rename files but append an incremented count if the name of a file already exists. The original file needs to keep its original name.
What ...
What?
This is a very quick note with the code to retrieve the full day name from a date (eg. "Monday").
Why?
If I use the toString() function to get the day, it only returns the first 3 letters ...
... statement.
Why?
The MySQL statement SELECT COUNT(DISTINCT name) FROM table is valid but I get what you mean and it's sometimes difficult to explain why you want to use it.
How?
Method #1: Add ...
... &GCOD_NAME.COD.SRS
England
-- What I want: export format to get multiple values
-- &G[COD.SRS:•|•]
5826|England
How?
You can see it in the code above but I'll give the run through using the ...
Applies to:
Microsoft Windows 7 Professional
Ms-DOS Command Prompt (6.1.7601)
What?
A quick article on how to rename multiple files using the command prompt and a bit of string manipulation. ...
What?
A note for myself on some code to convert a string of two names into a string made up of the first name and then using the initial of the second name.
-- What I have
John Smith
Fred.Bloggs
-- ...
... seems to come out with a new version. If you have installed Joomla 2.5, this is now a setting in the global configuration... The only problem is that your landing page becomes "HOME - SITENAME.COM" which ...
... the reverse process, the import file.
The import file I got working had the following columns:
Attachment Id: This needs to the unique filename of the actual file on disk (as opposed to "File Name" ...
... v_RateCard = ZDK.Page.getField('Which_rate_card_is_this_based_off').getValue();
// get opportunity lookup (related deal) of this record
let r_DealLookup = ZDK.Page.getField('Opportunity_Name').getValue();
...
... I select on a dashboard.
First you will need a table or query that has a bunch of columns and rows with one of the columns containing the sale person name. Something like the following:
With ...
... r_CandidateDetails;
if(!isNull(r_CandidateDetails.get("Which School do you go to?")))
{
v_SchoolName = r_CandidateDetails.get("Which School do you go to?");
v_SchoolID = r_CandidateDetails.get("Which ...
... = r_RequestDetails.get("requests").get("actions");
for each r_Action in l_Actions
{
if(!isnull(r_Action.get("fields")))
{
for each r_Field in r_Action.get("fields")
{
if(r_Field.get("field_name") ...
... type :GET
connection:"zcrm"
];
f_FileRequest.setParamName("file");
f_FileRequest.setFileName(r_QuoteDetails.get("Subject") + ".pdf");
//
// get a greeting name
...
What?
An article on one of my first client scripts for ZohoCRM. This retrieves and populates an email field based on when a contact is selected in a lookup field.
Why?
I could do a normal automation/workflow ...
... part. Else, here is what you need to do.
Go to the official Amazon home page that applies to your region.
Sign in with your Amazon username and password.
After you have logged in, look for the menu ...
... set the data type
r_DownloadedPhoto.setParamName("image");
//
// build up request to Zoho
m_Params = Map();
m_Params.put("image",r_DownloadedPhoto);
//
// generate endpoint
v_Url = "https://books.zoho.eu/api/v3/items/" ...
... tag which isn't great for CSS styling as you can't do cross-dom acoss child iframes; but it does let you use OpenURL(v_Url, "iframe", "iframe_name") which is good if you have multiple iframes on a page and ...
... caret by your name in the top right corner, then click on "My Products":
Scroll down to SSL Certificates and click on the "Manage" button alongside the domain you want to install the SSL certificate ...
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.