...
Tick the applicable Scope(s): for example: "ZohoCRM.settings.fields.READ"
Click on "Create" and then on "Accept" in the popup.
You should be redirected to a page which lists the "status" as connecte ...
... to do this so often that it deserves an article. Though writing a whole page for this is probably unwarranted so I may rename this article later to common things I need to do in Zoho Deluge.
How? ...
... page for each minor issue.
How?
So I'm going to try and list solutions to minor errors we run into.
Problem: Zoho OAuth Connection: ERROR_invalid_operation_type
Sounds rather straightforward, ...
... than the top/bottom/left/right outline.
Why?
On a mobile, a client's site uses an external page embedded by iframe. When the app within the iframe has an alert message, it popups a div at the centre ...
... v_Url;
openUrl( v_Url , "new window");
This will open a page for you with a Zoho Consent form where you confirm whether your app is allowed to access the data within the specified scope(s). If you ...
... I found a Zoho page with some other pretty useful regular expressions at https://zoholic.blogspot.com/2015/04/some-usefull-regex-in-zoho.html:
Convert a string of characters to a list:
v_MyString ...
... reserved for Zoho rendering (which did nothing to fix this problem), I found the cause of all the pain. I was setting a cover page (as per the client's requirements) with a background image and the logo ...
What?
This is an article documenting how to update Creator from a workflow written in a Deluge Script held in ZohoCRM.
Why?
I've also started this article to document an issue we encountered where ...
... sponsored by MYCOMPANY or its subsidiaries.
LICENSE AND SITE ACCESS
MYCOMPANY grants you a limited license to access and make personal use of this site and not to download (other than page caching) or ...
... the output page to be in JSON format:
// set content type of this page
header('Content-Type: application/json');
// init
$api = array();
$access_token = '';
2a. Specify the location of your ...
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.