What?
A sorta quick article to note how I can generate refresh tokens and access tokens using Zoho Deluge code (so within Zoho Creator, CRM or Books) without XML calls.
Why?
I find myself using ...
Applies to:
Apimo Webservice 2.0 (apimo.com)
PHP v5.5
What?
This is an article on how I connected to the Apimo WebService. The Apimo Webservice is an API provided by apimo.com and requires a ...
... and true to form Google have removed it. Not sure why nobody believed me when I raised the alarm but hey-ho.
How?
I'm going to show you how to do this with a .htaccess file:
Upload a text file ...
What?
A quick note on a htaccess rewrite rule I'm liking.
What does it do?
What I type:
http://www.mywebsite.com/blog/videos.html
Sends this to server:
http://www.mywebsite.com/index.php?myFolder=blog&myFiles=videos
How? ...
What?
So this is a quick article on how to install the mySQL add-on for Oracle SQL Developer v3.0.04.
Why?
I've used various mySQL administration tools to manage mySQL databases over the years, ...
... Studio 2008
Test/Sample MySQL Database to connect to (server and username + password).
Admin Access to the reporting server if you plan on deploying the report to it.
Scenario:
We want to report ...
... on "My Folders" and then checking the URL
https://workdrive.zoho.com/home//privatespace/folders/
Getting the teamfolder ID:
Access the folder in workdrive and check the URL:
https://workdrive.zoho.com/home//teams//ws//folders/files
or
https://workdrive.zoho.com/home//teams//ws//folders/
...
... the URL text. In this example, we are using images uploaded in the Zoho Analytics image library but you would need images either uploaded in Analytics or a publicly accessible image without a user wall. ...
... is sitting right now.
The code snippet to get the item record from the price book
Note that I'm using a connection called "zbooks" and it has every permission under the sun (the naughty ZohoBooks.fullaccess.all) ...
... than 1 second
m_Payload = crmAPIRequest.toMap();
m_Blank = Map();
//
// you created an app that generated a client ID and a client secret and resulted in an access token
// the client secret used ...
... span.year').text(currentYear);
Error(s) Encountered:
Error Status 401 Code 1030: Authorization Failure. The access token is either invalid or has expired. Please check your Zoho Accoun ...
... API having a few email addresses as the recipients:
A sample code snippet:
For the below, I have a connection to ZohoBooks from ZohoCreator called "zbooks". It has fullaccess as a scope but I'm sure ...
... in Zoho Creator
Staff can access the report via Zoho Creator and export it to PDF.
They can then send the PDF to the supplier.
Technical Information
Automations in the background, on update ...
...
Check that ZohoDesk is sync'ing with your ZohoAnalytics:
Login to ZohoAnalytics as an Admin with access to ZohoDesk
Make a note of the workspace name that your ZohoDesk will sync with.
Select ...
... 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 ...
... these in her estimate template... But I'm sending them anyway.
Note(s)
The following code accesses APIs on the EU datacenter.
I have a connection called "zbooks" which has the necessary scope(s) ...
... setup involves creating the TXT records on the DNS. Ideally, we would not want access to the DNS as Zoho Support as we could be blamed for any website / mail server issues not related to any of this setup ...
... to view taxes and chart of accounts
Setup a connection called "joel_inventory" that has the necessary scopes to do everything under the sun
Setup a function that generates an access token of the Trading ...
... your connection has the scope to access both Organization details (ZohoCRM.org.READ is enough - perhaps optional) and access to Settings (ZohoCRM.settings.READ). I'm calling mine "mycrmconnection".
r_OrgDetails ...
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.