... so when clicked, it loads up a page in a browser (redirect from a zoho page)
if(b_ValidResponse)
{
//
// generate HTML page when clicked (please amend the following variables)
v_CompanyName ...
What?
This is an article to document how to get your team folder ID, retrieve information about it, and upload to it via the API.
Why?
The documentation is there but making sense of it, is somewhat ...
... e complete the following Credit Application Form or forward to the person within your company responsible for completing this.");
m_Actions.put("recipient_phonenumber","");
m_Actions.put("recipient_countrycode","");
m_Actions.put("verify_recipient",false);
m_Actions.put("recipient_name",v_RecipientFullName);
m_Actions.put("recipient_email",v_RecipientEmail);
l_Actions.add(m_Actions);
...
What?
A quick article on how to setup an automation that checks if a datasource synchronization between Zoho People and Zoho Analytics failed. This can be adapted to any data source for Zoho Analytics. ...
... repeats the header on every page. The key here is the HTML attribute zcpage-headerhtml:
My Company Ltd Test Street, Test County TEST1 ZIP1 +44 (0)1234 567890 This email address is being protected from spambots. You need JavaScript enabled to view it. ...
... stop working when a third-party CDN / API gets upgraded. Add these to the widget as you see fit but I'm including jQuery and Bootstrap:
Company Name - Quote Builder
...
... to be unable to handle a lot of code or long URLs such as a base64 source URL for an image.
The Plan
Get company phone and website from Organization Details in ZohoCRM.
Upload and get publicly-accessible ...
... fields is equals.
When you use "equals" for multiple conditions, and if one of your conditions is (Company:equals:ABC), the response will contain records with ABC as well as ABC Inc in their Company ...
... how to troubleshoot issues with this. One important thing to note is that the setup needs to be done by whoever manages the domain for the client.
Who owns the domain (eg. mycompany.com)
So this ...
...
Give it a name (eg. mycompanyname Zoho OAuth)
Set its developer (preferably as the user you are logged in as)
Click on "Create"
First thing I do is browse to the API Credentials tab:
Store the ...
... "2" (or your own company initials just to show the customer who's boss).
Now click on the pencil icon of the cloned template
Right-click on the text box causing the issue and select "Inspect" (if you ...
What?
A very quick article to remind me how to send a text message using Twilio API in Zoho Deluge.
Why?
The use-case here is that we want local sense dialing where specific numbers are used both ...
... is that datetime fields hold the time zone they are set in (ZohoCreator > Settings > Date and Time Settings); so as soon as you try to insert a date time and perhaps accompany that value with a timezone, ...
... $
$
and in my Sales Order:
BILLING ADDRESS SHIPPING ADDRESS
------------------- -------------------
Test Company Joels PO Box
1 Test Street 1 Different Street
Test ...
What?
This is a quick article I use to list step by step on how to set up a custom domain for a Zoho Creator customer portal. In this example, we are going to use a subdomain of a company which has ...
... sometimes it won't. Escaping the ampersand with a backslash or url encoding to %26 wasn't working for me. I spent several hours trying to write a script that could search for the existing records by company ...
... r each r_Org in l_OrgDetails
{
info r_Org.get("company_name") + " :: " + r_Org.get("id");
}
}
}
Get Module MetaData
m_Module = Map();
m_Module.put("module","Leads"); // omit this li ...
... MYCOMPANY and its associates provide their services to you subject to the following conditions. If you visit or shop within this website, you accept these conditions. Please read them carefully.
PRIVACY
Please ...
What?
This is an article documenting how to access ZohoCRM with API v2 using PHP and cURL. The first few functions are to manage OAuth v2 and generate the refresh and access tokens. The second snippet ...
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.