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 ...
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 ...
... = v_DealRate4;
// get current user to put as the new row owner (other possible values: id, full_name, email)
v_CrmUser_FullName = $Crm.user.full_name;
json_Arg.Rate_Change_Owner = v_CrmUser_FullName;
...
... to the Deal record.
How?
The following is the process from registering the app to call on the full API (grant code > refresh token > access token) and then the code to attach the document to the ...
... sources below).
Here's the code for our function; note it is within ZohoBooks and not ZohoInventory (moved) and the connection "zbooks" has a fullaccess scope:
//
// initialize
v_PaymentMode = ...
... extract user ID
v_UserID = m_Webhook.get("user_info").get("id").toLong();
}
//
// if user ID was extracted sucessfully
if(v_UserID != 0)
{
//
// get user details (we need the profile)
r_UserDetails ...
...
Note the number you want to use (they have friendly numbers but I use the full number in the first column)
Sending a Text/SMS message
//
// using the account SID you obtained in the steps ...
... with a reminder 10 minutes before
m_ScheduleCall.put("Reminder","10 mins");
// not sure if this does anything. hopefully notifies the staff user
m_ScheduleCall.put("send_notification",true);
r_ScheduleCall ...
...
My use-case scenario here is that while I could upload the link from Creator to eBay's Picture Services successfully, Shopify would not accept any links I gave it. Why not use the links that eBay returns? ...
... specify your Creator record ID holding the image
v_CreatorQuoteID = 9876543210987654321;
//
// get the full details of the Creator record
r_GetFullRecord = zoho.creator.getRecordById(v_AppOwner,v_AppName,v_ReportName,v_CreatorQuoteID,"joels_creator");
if(!isnull(r_GetFullRecord.get("data")))
{
r_CreatorRecord ...
... 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 ...
... it sent a payload (like a webhook) to my CRM REST API function. The following includes UserDeliveryPreferenceArray but I've successfully subscribed without this. I'm just including it because I want to ...
What?
This is an article to hopefully resolve for you quicker than it took me, why a zoho.crm.searchRecords() returns some of the records but omits others.
Why?
The use-case was that we were creating ...
... API v1 is deprecated (so no authtokens) and API OAuth2.0 is in full swing... we're still going to cheat.
How?
1,2,3 steps really. First we're going to set up a Creator form to receive the JSON. ...
... that are to be entered in their specific order. Search for "Alt Codes" or "Symbol Codes" in a search engine for a full list. Meanwhile, here's some that you may need frequently:
Currency
¢ Cent ...
... causes errors further down the line. Just add these parameters as per my above instructions for a more robust solution.
[See below for full code] Enter the code to determine total number of employees ...
... app and go to the "Settings" tab, then on "Customer Portal" then on the "Settings" button in the top right:
Under Portal URL, select "Custom Domain" and in the field below, enter the full domain (incl. ...
... the logging terminal and return to the prompt. (your safari browser can not display this page anymore)
Type:
zet validate
You should get a response saying that Validation Rules passed successfully. ...
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.