How to edit form layout for extension
I am working on extension development. I have created all the fields. I want to rearrange the layout in Sigma platform. But there is no layout module in Sigma. How can I achieve this for extensions other than Zet CLI and putting the fields into widget
How to add Connector in developer platform zoho?
Hi, I am working on creating an Extension, and part of the development is to retrieve Email templates. In my CRM instance I can invokeURL by creating Zoho OAuth connection and get the template. But developer platform does not provide Zoho OAuth or any
Zoho Sigma and Catalyst IPs for Whitelist
Hi there, We are developing a series of integrations between Zoho CRM and Zoho Desk with an on-premises system for a customer and they have firewall rules to access their server, so they are requesting the list of IPs addresses for our backend calls,
IP Address List > Sigma
We have developed a ZohoCRM extension that utilizes API calls to our server from Deluge scripts and Widgets. Our API server has IP restrictions in place. To ensure successful communication, we require a list of IP addresses utilized by Zoho's platform
Multiple Zoho CRM widget with NextJS
Reference: https://help.zoho.com/portal/en/community/topic/request-for-guidance-on-connecting-reactjs-to-zoho-crm-for-zoho-community-group Help us with managing multiple widgets within the same project. For example, we need URLs like https://127.0.0.1:5000/app/widget1
All about extensions
Extensions are installable plugins or add-ons that help enhance a product. With Zoho extensions, you can improve your existing Zoho products or integrate with third-party apps. Why extensions? Some in-product customizations are available for your Zoho
Announcing Zoho Developer Community Bootcamps in India | Zoho Extensions
Hello everyone, We're excited to announce a line-up of Zoho Developer Community Bootcamps in India. These bootcamps focus on empowering developers of all skill levels to learn and build extensions for Zoho products and potentially monetize them by listing
Resize widget pop in ZOHO Extension
Hi there, We are using widgets in our ZOHO embedded app. We open a popup on click of a custom button. Is there a way to resize this pop as it is too big for our use case?
Will Zoho CRM blueprints be coming to Sigma?
I am interested in building an extension for Zoho CRM, but would require including a blueprint as part of the extension. Any plans for this? If not, I guess my only option is a custom widget that would mimic the functionality. But that sounds like a lot
Using COQL with JS SDK
Hi, Is it possible to use COQL functionality available in the v2 API with the JS SDK for embedded applications? Thanks, Conan
Specify Connector API with query params using zoho.crm.invokeConnector('name', <map of params>)
Can't pass data to the Connector API. Writing Related List for my Extension and can't access 'id' and 'key' params in Connector's API: m = map(); m.put("id", lead_id); m.put("key", "lead_id"); resp = zoho.crm.invokeConnector("myconnector.mycall", m); How do I can now access to the map 'm' data in Specify the URL field in my Connector API and than use as query params for GET request. See attached screenshot. Thanks!
Deleting a Sigma Extension
Is there a way to delete an extension from within the Zoho Sigma environment? I can't seem to find a button to do it anywhere? Thanks
Is it possible to change custom module layout?
The new button for the module shows all the fields (standard + custom fields) in the form. Is it possible to edit the layout to show selected fields like the module customization in the CRM?
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?
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!
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 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
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.
Types of Widgets in Zoho Developer
Previously, we looked at how to build a widget using a sample Related List widget. Zoho Developer also supports four other types of widgets. To learn how you can customize your application using these widgets, click here. We conduct weekly webinars and training sessions on widgets. Please reach out to training@zohodeveloper.com for more details.
Unable to get Organization Id in custom function
Hi there, We are working on a ZOHO extension. We are unable to get organization id in a custom function on click of a custom button. Also, can we get any unique identifier that would accessible in both custom function and embedded app.
Webtab Parameter for Organization
Hi, Is it possible to pass an identifier for the organisation in an extension web tab? I saw the example documentation appears to have a variable in the URL but there is no documentation I could find. The link above on https://www.zoho.com/developer/help/extensions/customize/related-lists-and-web-tabs.html seems to show passing ${OrgName}. Is this possible? Are there other parameters that can be passed? Thanks
Make fields Mandatory in Zoho Developer
Hi, I am currently working in Zoho Developer Console for creating extensions. In this, I have created a custom module and am in need to make some fields mandatory. But I haven't found any options for that. And also I felt that there is no alerts when I want to return some messages. Can anyone help me to solve this issue? Thank You,
How can I install Zoho Developer Extension in Zoho sandbox?
Hi Team, Can you please elaborate? How can I install Zoho Developer Extension in Zoho sandbox? Using the following kind of Extension installation URL: Thanks, Parth
Zoho Widget - Doesn't work when the app is published
Hi Team, We have used widget in our app. When tested on the sandbox mode. The widget worked and UI was displayed. After publishing the app and testing it on other CRM. The widget didnt not popup. Please can you assist to resolve this issue.
REST API Function - Webhook Url - invalid oauth token error
1. I get the error "INVALID_TOKEN" when I call the URL from browser? The following is the URL generated by the function. https://platform.zoho.com/crm/v2/settings/custom_functions/xxxxx.incomingsms/execute?zapikey=xxxxxxx&From=from&To=to&Body=body 2. At tbe end of function, I need to return a xml response to the calling application. How do I do this?
How to Rename of the Managed Package(Extention) Object in ZOHO CRM?
Hi, I have created one package(Extention) on Zoho Developer. And I have installed that package(Extention) on ZOHO CRM. Now, I need to change the label of that managed package object. So, is this possible? if this is possible then how I can change the label? Thanks, Parth
Layout set into Sandbox
Hi Team, I am not able to set the layout in Zoho developer sandbox when I test the Zoho developer extensions. When I click on Edit Layout link, something like below. Please help me!
Access to Lead Custom View with API or Extension
Hello, everyone My goal is to sync leads between Zoho.CRM and external business tool. But, i need to sync them via Custom Lead Views. For example: customer creates a custom view with an expression "First Name" is "John" and we have 10 leads in this view, customer click "custom button" "sync this view", after that we sync these 10 leads via API request etc. But in the future i need auto-resync this view (if some leads are added or removed to it). So my question is: can i access (in any way: API,
Using widget in ZOHO Developer console
Hi there, I am using connected apps in ZOHO Developer console. I tried configuring a telephony widget. But when I test it in sandbox version it shows this error in browser console Ignoring Message from:https://plugin_zohoexotelapp.zohosandbox.com with Data:[object Object] Can you please provide with documentation to use this widget. I have already refered https://www.zoho.com/developer/help/extensions/embedded-apps/. Thank you.
Publish Extension On Marketplace
I have published the Zoho Extensions on MarkerPlace on Mar 22, 2017. Still, i did not get any notification mail from last 15 days. Any reason for I did not get any mail?
How to Use one Custom Field in Button (Invoke URL) ?
Hi Someone know how i can create button and Invoke URL using like parameter Custom Field? It is possible?
Open a Windows program with a Zoho parameter
Hi: I'd like to be able to open a Windows desktop program using the Zoho Contact ID as a parameter. I'd like to have a Button that the user could click on to accomplish this. It would look something like: "C:\MyProgram.exe ${Contacts.Contact Id}" The resulting call would be: "C:\MyProgram.exe 2381191000000182055" I am in contact with Zoho Support on this, but I thought I'd also place this out on the Forum. Any suggestions? Thanks! Kim
Create User interface on click of custom button
Hi there, I am currenty working on a native extension. I want create a user interface on click of a custom button that I am creating using the Native extension. Also, when I try to test the extension in sandbox mode it give 400 bad request error. Hoping for a prompt solution. Thank you.
how do i add position stick on my website?
Dear sir / madame, I would like to add positon stick on my website: www.bomcongnghiep.co. Please help us to do it. Many thanks.
Zoho Date manipulation
Hi there, I'm currently working at a company (one of your enterprise users) that requires a specific type of scheduling app. I'm running into trouble. I'm looking for some information on manipulating date objects. I've checked the deluge docs and I can't find anything. I'd like to get a number of days (integer) and calculate the date in that many days. Is there a way to do this? Thank you.