Attention developers! Are you ready to take your extension development skills to the next level? We're excited to bring back the Extensions 101 webinar series with an expanded...
Hell o I'm using https://live.zwidgets.com/js-sdk/1.2/ZohoEmbededAppSDK.min.js, for my widget in CRM (built with sigma) Is it possible to send email from js file, I try ti use...
Hello everyone! As we step into the new year, let’s reflect on the strides we’ve made together and gear up for the exciting opportunities 2025 holds. This month’s digest highl...
Hey developers! Running a business can get quite overwhelming especially when juggling multiple tools like those in the Zoho ecosystem. Although integrating most of them is a ...
Hello Is it possible to add tags to a record with jS SDK : https://live.zwidgets.com/js-sdk/1.2/ZohoEmbededAppSDK.min.js ZOHO.CRM.API.updateRecord Thanks for insights
Hello i built a widget with Sigma, i create CRM VARIABLES in custom properties. I try to access them in function : ZOHO.embeddedApp.on("PageLoad",function(data) with : ZOHO.CR...
hello got a widget in account, trigger with a button i copy data to account when click on a button, in my popup All is working well. But i need to reload the page to see the u...
hello i have that function to update an account records (from a widgets created with sigma) function handleCopyButtonCRMClick() { console.log('handleCopyButtonCRMClick'); /* *...
Hello i try to make my first extension with API request, i have two cases 1) this a deluge code attach to a button --> this one works very well response = invokeurl [ url :"my...
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 ...
Hello everyone! Welcome back to the November edition of the Developer Community Monthly Digest. Dive in to explore the upcoming events, hands-on training sessions, exciting pr...
HI to all Zoho Creator Developers This is a discussion for those of us who have begun using V6 developer accounts. With V5, in the instances where a update pulication failed, ...
Hi all: I've been diving deep on full stack application development inside Zoho Catalyst. I've been using catalyst for serverless compute and API gateway for a few years, but ...
Hello everyone, This edition highlights October's product updates, upcoming community events, engaging discussions that sparked inspiration, and celebrates the top contributor...
Hello developers, Are you up for exciting coding battles? Get your arsenal ready and flaunt your expertise! Join us for the first-ever Zoho Developer Community Hackathon 2024—...
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 widge...
Hello everyone, Fueled by popular demand, we're back with a line-up of sessions in the Client Script series, focusing on advanced features and real-time business applications....
For example I have 280 countries list, I need to compare with ISO codes. if(Country == "Aruba") { ISO_Code = "ABW"; } else if(Country == "Afghanistan") { ISO_Code = "AFG"; } O...
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...
Hello team. I build an extension for the telephony widget in the CRM And I'm using the Resize method to make the Dialer bigger https://help.zwidgets.com/help/v1.0.4/ZOHO.CRM.U...