What?
This is an open article without any completion in mind; to set the proper case of a name, as in capitalize the first letter, lower case the rest but then with exceptions.
Why?
Some of the ...
What?
There are other sources on the web which show you how to deduplicate a contact but usually involve entering a customer name or other key to check if there are already records in the system with ...
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 ...
... #3 of the Note on this page), like Campaign_Name:equals:CRM, the response will contain only those records whose Campaign_Name is "CRM" and not records with "Best CRM" or "Latest CRM" in their Campaign_Name ...
... = Map();
if(!isnull(r_ChartOfAccountsUK.get("chartofaccounts")))
{
for each m_NomAccount in r_ChartOfAccountsUK.get("chartofaccounts")
{
m_NominalAccountsUK.put(m_NomAccount.get("account_name"),m_NomAccount.get("account_id"));
}
}
info ...
... a system administrator > Go to Setup > Client Script
Clicking on the "New Script" button in the top right.
For this demo, we give it the name "On Deal Creation" and in the description I've commented that ...
... zoho.creator.createRecord() and wanted to update the first name of a name field but I was getting the following error:
{
"code": 2945,
"description": "EXTRA_KEY_FOUND_IN_JSON"
}
How?
So the ...
... build attachment request
m_Attachment = Map();
m_Attachment.put("paramName", "attachment");
m_Attachment.put("content", f_BillsExport);
//
// this variable name is in plural, but as a custom function ...
... from a public domain, no user wall. The key here which the official documentation is missing is the .setParamName() but for those who have spent time to find this function, they'll already know this.
...
... but it is a workaround I have used and that worked when converting a lead to a deal. Note that this hack doesn't work on the system field label name (I tried) just on the length field. Use the translations ...
... Unless you can monitor when these type of schedules are failing, you won't see this error until you go in and try to save it again.
How?
The super quick answer is remove any spaces from the name ...
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.