Feature Request: Making API and Functions Daily Limit available through Deluge and API
By The Grace Of G-D. Hi, If it is not already in the pipeline, please consider adding the feature to get the API and Functions Daily Limit and how many calls are left available through Deluge and API. That would help prevent running Scripts that are of
Mapping varibles to custom function in vertical CRM
Hi, How can i map variables when creating a workflow related custom functions in the vCRM Console? I Dont see any option. Thanks for your help!
Invoke URL - Not possible to pull Record Owner ID?
I am not able to pull the record owners ID when invoking a URL. However, it is available as a field in webhooks. Is this just an oversite?
Request Access to Customer Vertical CRM
When we Request Access to customer's Vertical CRM company. Get an email, but can't seem to connect, just trying to figure out how to gain access to multiple Vertical CRM customers when they request help/customization.
Zoho Query API problem
Hi, I am trying to write select queries to retrieve data from Zoho using its Query API. But I am getting the following error: Service responded with exception status (401): {"code":"OAUTH_SCOPE_MISMATCH","details":{},"message":"invalid oauth scope to access this URL","status":"error"} I am trying to do this call using a dashboard tool's Zoho integration module. If I use rest API it works but when I try to use Query API of Zoho it returns the error. I searched this but couldn't understand what I am
Using Sigma For Authenticating With More than just client-id & secret
I am trying to use Sigma to authenticate my Desk Extension to an external API. OAuth2 gives options for "Client Id", "Client Secret", and "Access Token URL" , but I also need to add additional query fields to authenticate. Would simply appending the fields to the access token url like so: "desk.zoho.com/api?field1=value&field2=value2" be the solution?
Deleting an app
Hi, I started to create a vertical CRM, to find out I made a slight mistake (Beginner starts coding ;) ). I'd like to remove / delete this application. It's not yet reviewed not published. I couldn't find a way to delete this vertical application. Is a button or link anywhere to be found ? Thanks !
How to Build Widgets in Zoho Developer
In last week's post, you were introduced to widgets. Today we'll look at how to build them. The sample, "HelloWorld" (refer below), that we'll be using here is a related list widget. This related list will display the API response for user and record information of a particular record in your CRM's Leads module. For detailed steps on how to build a widget, go here, where the following will be covered: Step-by-step procedure for building a widget Hosting a widget both externally and internally Testing
Regular Expression for Phone and URL validation
Hi, I cannot find any documentation on accepted formats for phone and URL fields. Would it be possible to share the regex for these? Thanks, Conan
Function Arguments
Hi, I can edit Arguments in zoho CRM function designer. But I can't do the same job in Extension developer. Could you tell me how to do?
Error 304
Hi team, I'm creating a custom widget to basically capture data by making API's calls to external application. I keep getting 304 status code on my console, even after clearing the browser cache..etc Is there a permanent solutions for this, please? Thank you!
How to get an glare/reflection free image using multiple images
Hi, I am working on concept where i have 6 Images which are captured under 6 different illumination condition. Different illumination causes reflection in different places in a captured images. So i have use those images and get one reflection free image without losing/altering any information of image.i did lot of experiments on the collected 6 images but nothing worked......any suggestion it could be helpful for me..Thank you
GET Notes returns INTERNAL_ERROR on API v2
When I send a request to https://www.zohoapis.com/crm/v2/Notes, API returns me the next response: { "code": "INTERNAL_ERROR", "details": [], "message": "Internal Server Error", "status": "error" } Please, let me know how to fix this problem.
Missing Access Console of CRM Connectors.
Hi I might be being a bit thick but I cannot see Access Console of CRM Connectors.when logged into developer I can only see Vertical Solutions, Zoho Creator and REST API.
How to fetch records from zohosandbox through API
I have created vertical crm and can fetch records through apis. However when I do the same with zohosandbox for testing the api gives error(pfa screenshot). Please help me out.
Zoho Creator Apps in Vertical CRM
Hello all, Is it possible to access Zoho Creator apps from within the Vertical CRM? I have several custom forms I created in Zoho Creator that cannot be recreated directly in Vertical CRM because they require signature capture. Thanks for your input and suggestions. Joel
Where can I find a complete list of search criteria methods?
In the API documentation for CRM API method "SearchRecords" there is only reference to two examples of a search that use the following : &criteria=(((Last Name:Steve)AND(Company:Zillum))OR(Lead Status:Contacted)) it is obvious that the colon is used to represent equals. But what other options are there? Where is there a better definition of these? Specifically I am in need to define a value as "Is Empty" since you can't use a blank value in the call or the use of null.
Unable to configure more then one Redirect urls for oauth
I have generated client id and secret using https://accounts.zoho.com/developerconsole. Everything works fine when i am having only one redirect URI. but when i try to configure more than one redirect uri's (comma separated) oauth url request get failed giving error as incorrect redirect uri. Note: When only one redirect URI is configured i was able to make a auth request without providing the scope in the auth url, and able to get access_token as well as id_token in the response. Therefore on googling
What scope to use to get id_token in response in OAuth
I have generated client id and secret using https://accounts.zoho.com/developerconsole. While making a oauth request without passing a scope in the query params, therefore after making the access token request, i am able to get id_token along with access_token in the response, but when using the scope parameter, id_token is not received. Please specify which scope value to be use to get the id_token in the response. Note: I need the scope value as, because of the issue raised https://help.zoho.com/portal/community/topic/unable-to-configure-more-then-one-redirect-urls-for-oauth
Issue with Java SDK Notes
Hi, I'm facing an issue when trying to iterate through retrieved Notes. Facing Exception: java.lang.ClassCastException: class com.zoho.crm.library.crud.ZCRMRecord cannot be cast to class com.zoho.crm.library.crud.ZCRMNote (com.zoho.crm.library.crud.ZCRMRecord and com.zoho.crm.library.crud.ZCRMNote are in unnamed module of loader 'app') Line highlighted BLUEbelow is where the stack trace is saying the error is. This is a list of <ZCRMNote> retreived from Zoho, so I don't understand why it is suggesting
ZOHO.embeddedApp.on("PageLoad" ) is not working in Telephony widget
the pageLoad event is triggered when first opening the zoho crm. never not triggered again . I am testing it in sandbox environment with chrome . ZohoEmbededAppSDK.min.js version is v1.0.5. the code is following. ZOHO.embeddedApp.on("PageLoad",function(data){ console.log(">>>>Page Loaded"); }) ZOHO.embeddedApp.init() .then(function(){ })
Zoho Vertical Console Limitations
Hello there, At a glance, the developer console shows a lot fewer features than Zoho CRM. We are planning on developing a Vertical but we have some questions first regarding limitations. 1. Which Zoho apps can be integrated with the Vertical? Zoho Social Zoho Campaigns Zoho Sign Zoho SalesIQ Zoho Docs 2. Do customers have access to a Vertical Mobile App on iOS or Android stores? If yes, is it Zoho Branded or White Label? 3. Does Vertical CRM offer Workflows with multiple rules? We have more questions
Connecting Vertical CRM to Zoho Books
Getting this error message below when trying to connect and test Vertical CRM to Zoho Books "This user belongs to multiple organizations, hence the parameter CompanyID/CompanyName is required for associating this user to a specific organization" Do I need to set up a new trial of Zoho Books to get this to work?
Mobile Optimised CRM Widgets
Hi, Hoping for any advice you can share on what I'm trying to create. I'd like to make a widget including the Google Map API using the Zoho JS SDK. This widget will be accessed mainly by mobile users, so I would like to keep it out of the CRM itself so that it will be properly accessible/optimised, but while still using the SDK to link back to CRM and management authentication. Is this possible? If there's a better way to manage what I'm looking for please let me know! Thanks, Conan
Zoho CRM Embedded JS SDK
I am super excited that our Telephony widget has finally made its way to the main app, and no longer requires accessing it from 'crmplugins.zoho.com'. Thanks Zoho Developer Team. On to my questions, first, our telephony widget has been working great for nearly a year now I think, and I am planning to update the Embedded JS SDK version to 1.0 but was wondering if there are any breaking changes I need to be aware of? Second, I was hoping to start logging the outgoing calls and SMS and was wondering
Zoho Developer Vertical CRM - Add Module
Ive just started to play around with Zoho Developer and Vertical CRM. I am trying to Add a custom module but when I click Modules from the menu on the left hand side - The menu pane disappears and I just get blank screen as per screenshot below with no option to add. What am I doing wrong?
Introducing Zoho Developer: An exclusive developer space to expand the functionality of Zoho products.
We're pleased to announce a brand new, cost-free addition to the Zoho family: Zoho Developer. This new suite of tools will help our independent partners grow their businesses by building extensions and integrations for many of Zoho's cloud-based business apps. The Developer Console is a comprehensive toolbox that includes all the components needed to build powerful extensions and third-party integrations. By creating pre-built, modular software components, developers can either extend the core functionality
Getting Authentication error during execution of custom function
I am trying to write below custom function for automated workflow in my developer edition for trial version which triggers it (Removed create Record logic below) leadDetails = zoho.crm.getRecords("Leads"); info leadDetails; I tried to execute it for test. It throws authentication error. {"code":"AUTHENTICATION_FAILURE","details":{},"message":"Authentication failed","status":"error"} It works fine if I use it in trial version. Is the command different for developer? I will appreciate the help.
How to add a button in a form apart from submit/reset buttons?
I have a small task. 1) For a multi-line field in my form, I need a button adjacent to it. This button when clicked should run a script and capture the data as input into the field. How can this be done? 2) The script should run a stored executable jar file. Is it possible in zoho, kindly help. Thanks.
Update Event on Zoho PhP SDK v2
Hi there, I am using php sdk and configured it successfully. Getting Events on my screen, Now I want update Events through event ID, I am not able to get an method How Can I update events. $entityId ="869559000039430002"; $apiResponse=ZCRMModule::getInstance('Events')->getRecord($entityId); $record = $apiResponse->getData(); $update_data = array( 'Notify Staff' => 'true' ); $response = $zoho_api->update_record($module, $record_id, (array($update_data))); Please help me on this. Thanks!
CRON SERVER SIDE USING API OAUTH 2
Hi, Im developing an asp.net application,it works like a CRON JOB and i need get the authorization request without do interaction in the web browser. Self Client code expire in 10 min. Thanks.
CRM - Using Deluge to populate field on CREATE.
Can someone please give me the example syntax in a Deluge function for the following? I am able to create a Workflow rule on EDIT which populates a field on a record based on some logic. But I cannot figure out how to do the same thing on CREATE. I suppose the reason for it not working on CREATE is at the time of the new record being added, that record does not yet have an ID. Therefore, there is no way to populate values in a map and do an Update, because that new record does not exist yet. Am I
register event listener ZOHO.embeddedApp.on("PageLoad")
I am try to develeop an extension and I need to get selected Contact records on a custom widget I am using google chrome browser the below function is not working <script> ZOHO.embeddedApp.on("PageLoad",function(data){ console.log(data); }) </script> and below is working <script> ZOHO.embeddedApp.init() </script So my question is Why the ZOHO.embeddedApp.on("PageLoad") is not working although the ZOHO.embeddedApp.init() working. Also I am open other solutions to get selected Contact records
Bluepring available in Vertical CRM?
Hi! We are starting to build a CRM for our Vertical and can´t find the option for Blueprint. We see it in the non-Vertical Zoho CRM but not in the Vertical Zoho CRM. Any help is greatly appreciated
How to get data from custom module in Zoho CRM by API?
Hello everyone, Today, I feel happy because I add new module success. Then I must have next step: How to fetch data from a custom module? For example,I create a new custom module named "Potentials", I try to fetch data by: https://crm.zoho.com/crm/private/xml/Potentials/getRecords?authtoken=my_token_string&scope=crmapi but it isn't success (It return data from a difference built-in module). Please help me! Thank you!
Zoho CRM API issue - The underlying connection was closed: an unexpected error occurred on a receive
We have a .NET 4.0 custom Windows desktop application which is making Zoho CRM API calls. We intermittently get this error when calling the Zoho CRM API: the underlying connection was closed: an unexpected error occurred on a receive It does not appear specific to any particular call and it seems very random. A lot of Google searching seems to point to TLS version, but Zoho has not yet forced requirement of TLS 1.2. So we believe this is not the issue. We are also not exceeding our API call limits.
ERROR_invalid_client in Oauth process
Hi there, I'm tring to create an app for Zoho CRM but I have a problem during the authentication flow. In the first part of my development I created the OAuth app in the same account that required the permission. The Oauth flow seems correct, after the call I'm able to make call to Zoho CRM with the access token and also able to refresh the token using the refresh token too. After a lot of tries I moved the OAuth app on a different developer account (recreate the app) and of course I changed all
Can I use subforms in developer edition?
I can not find a subform on layout editor. Is it still not available?
Developer Changes Don't Populate In Sandbox
I'm not sure if there is a trick to this, but I've created a new module in developer with some custom fields. The module shows up, and I can create records, but none of my custom fields show, it only shows the stock fields that are added to a custom module.
Creator API - Access subform field values
Is there a method to get subform field values using the Creator API?
Next Page