Zoho Developer Community Monthly Digest - January 2024
Hello everyone!
Welcome to the latest edition of the Zoho Developer Community Digest. As we begin the year with renewed vigor, we're thrilled to present a roundup of engaging discussions, valuable resources, and noteworthy community highlights from January. Dive in to stay updated on the latest developments in Zoho and join us in fostering collaboration within the developer community.
Upcoming Events
- Zoho Developer Hangout 13: Zoho CRM offers flexibility for businesses to tailor it precisely according to their unique requirements. However, even the best suits may need a few extra accessories. That's where Zoho Creator steps in. When integrated with Zoho CRM, it extends the platform's capabilities, allowing you to build custom applications, forms, and views, transforming them into custom tabs within the CRM interface. Think of it as the stylish pocket square that completes the look. In this session, our MVP @Damien Cregan, will provide an introduction to Deluge scripting and its role in creating integrations between Zoho Creator and Zoho CRM. He will delve into the intricacies of fetching records from Creator within CRM and vice versa, as well as creating and updating records in both platforms. Click here for registration.
- Zoho Developer Community Bootcamp (In-Person): This has been long overdue! We're hosting our first-ever in-person developer meetup, and we're doing it right here in our home base. If you're in Chennai, you're in for a special treat. The bootcamp is designed to empower developers of all skill levels, guiding them to learn and create extensions for Zoho products. Participants also have the opportunity to potentially monetize their creations by listing them on the Zoho Marketplace. Registration and more details here.
- Creator Learning Table Series: We designed this series to provide users with valuable insights and knowledge about Creator's capabilities in various business use cases and applications. This year, we have adopted the 12 Months 12 Industries concept. Every month, we will focus on a specific industry, illustrating its unique processes with real-time business scenarios and how to make best use of Creator for that industry. Our recent webinar on Creator for the Agriculture Industry was a success, and during the upcoming session, we'll be exploring Creator for the Real Estate Industry.
Title: Creator For Real Estate Industry
Date: March 7, 2024
APAC & ANZ - 11 AM to 12 PM IST - Registration Link
EMEA - 4 PM to 5 PM IST - Registration Link
Americas - 9 PM to 10 PM IST - Registration Link
- Creator Tech Connect: Creator's tech connect series would comprise of technical sessions that provide immersive training on the key essentials and technical nuances of building a solution in Zoho Creator. This is a great opportunity for our developer community to stay informed about Creator's new feature releases, product roadmap, best practices to follow while scripting in deluge, new deluge concepts, and cloud functions. We are planning to conduct a three-month series on Custom widgets: Extension in Zoho Creator and its development process. While the first session of the series focused on developing widgets with JS API in Zoho Creator, the upcoming session will be about using Widgets from Zoho Marketplace as Extensions in Zoho Creator.
Title: Developing Widgets in Zoho Creator
Date: February 15, 2024
APAC & ANZ: 11 AM to 12 PM IST - Registration Link
EMEA: 4 PM to 5 PM IST - Registration Link
Americas: 9 PM to 10 PM IST - Registration Link
- Application Development Bootcamp: Application Development Bootcamp is a three-day webinar on Zoho Creator features and the application-building process. During these sessions, users get to learn how to turn their ideas into fully functional applications through live sessions and exercises. The webinars, each lasting an hour, cover sessions on ideating, structuring, developing, and managing solutions in Zoho Creator.
Title: Application Development Bootcamp 1.0
Date: March 19, 20, and 21, 2024
APAC & ANZ: 11 AM to 12 PM IST - Registration Link
EMEA: 4 PM to 5 PM IST - Registration Link
Americas: 9 PM to 10 PM IST - Registration Link
- Catalyst Webinar: Turn Ideas into Modern Apps with Ease using Catalyst AppSail
Catalyst AppSail is a highly scalable platform that allows you to quickly build apps using popular programming languages such as Java, Node.js, or Python, and your favorite frameworks like Spring, SpringBoot, Flutter, Angular, Django, Flask, and many more. Tune into our webinar to gain insights on using AppSail from our in-house industry experts. Registration and more details yet.
Having hosted many meetups and events in the past, we've witnessed the value of networking, shared learning, and collaboration among the developer community members. As we look forward to 2024, an exclusive series of events is on the horizon, and we invite developers from all corners to join us. Embrace the community experience with Zoho, and let's make the most of these opportunities together. Take a moment to review the details of each event listed in this forum post and complete the form by indicating your preferred events. Feel free to select all that pique your interest – there's no need to hold back; we'll ensure you receive the invitations accordingly. Resource Spotlight
We've consolidated all the resources from the developer community learning series into a centralized hub for your convenient access. Consider bookmarking the Zoho Developer Community website to stay informed about the latest updates in the developer community. - Google has announced its Email sender guidelines that will be effective from February 1, 2024, intending to enhance security and minimize spam on its platform. This post highlights the changes and impacts on the emails sent from our subscriber accounts in the Zoho Vertical Solutions Platform.
- Zoho Extensions: Are you looking for resources to develop Sigma extensions? Look no further; you'll find it here.
- Zoho Writer: Introducing new extensions that enable users to post to Wordpress, create notes, schedule and conduct online meetings from within Zoho Writer's document editor. You can also build custom extensions to satisfy your specific requirements. Explore more about these extensions along with a developer guide here.
- Zoho Creator Webinar: Get access to the previous Zoho Creator Session Recordings below
- Previous Session Links (Youtube):
- Playlist Links (Youtube):
- Previous Session Links (Zoho Creator Studio):
- Playlist Links (Zoho Creator Studio):
- Zoho CRM Developer
Community Discussions
Zoho Developer Forum
- When @Federico needed help with dynamically adjusting a webhook to distinguish calls from production and sandbox environments, @Hugh Marshall and @Ishwarya SG offered three methods to accomplish this task in this discussion.
- When @Scholfield's code logic didn't meet his requirements of identifying accounts in Zoho CRM without any scheduled calls or calls altogether, @Ishwarya SG stepped in with a solution, offering advice on scaling it and providing a code snippet for implementation.
- @Federico sought help in the community forum to add a "Ask for a quote" button to the Deals Detail page that opens a form to collect data. @Haiku technical support stepped in and suggested the best ways to implement this scenario effectively. Check out the conversation here.
- Check out the code snippet shared by @Pheranda Nongpiur to fetch values from a Subform in one module and display those values for comparison in another module in Zoho CRM.
- Do you want to get the ID of a CRM record created using Client Script? Then this post is for you. When @Serge Piskarev was finding it difficult, @Maadhari M provided guidance with creating a record successfully and getting the ID. She also went the extra mile and suggested @Serge to use ZDK.Apps.CRM.Contacts.Models.Contacts() model, as it has more extensive features.
Developers ZUG Cliq Channel
Note: These conversations are confined to the Developers ZUG Cliq channel members. If you're keen on becoming a part of this space, please fill in this onboarding form to receive your invitation to join the channel. - @Nick, who has been actively involved with Zoho for three years, has compiled a repository of personal scripts, tips, and tricks accumulated over his tenure. This collection has now been made public and is accessible on GitHub. His generosity in sharing this wealth of knowledge is evident, as he welcomes the developer community to explore and contribute. Check out his message for further details.
- @Michel was dealing with a specific task in Zoho CRM, involving updating 22,000 records using an XLS file from an external system. While unique ID matching was in place, the challenge was to update only blank fields in CRM without overwriting existing values. Check out the interesting solution given by @Ed Rochford.
- Check out this code snippet shared by @Jesus Sosa when @Mohamed Tarek wanted to download a credit note attachment "pdf" using Zoho Books API.
- @Grogan recommended using the invokeURL function while sharing the code snippet, as Boe wanted to utilize the Send Email function in the CRM and also have that email attach to a Records Email related list.
- @Colleen Ramoipone wanted to know the feasibility of using a formula field within Zoho Creator's subform. @Mohamed Tarek and @Shefali Puri joined the discussion, offering alternative methods to accomplish this task and sharing the relevant help document.
Community Spotlight
ZDH Speakers
The contributions of our ZDH presenters have been instrumental in the success of the this segment. We extend our heartfelt appreciation for their efforts.
Cliq Contributors
The Developers ZUG Cliq channel has consistently served as the primary hub for community members seeking technical assistance and engaging in savvy discussions. Here are our top contributors who have gone the extra mile to support and assist the Zoho Developer Community:
We want to express our sincere appreciation to all our community contributors. Your commitment, expertise, and the time you invest are invaluable to the community.
For those who are new to the Zoho Developer Community, check out this post to get started.
We appreciate you dedicating your time to peruse this month's digest. Make sure to follow the digest each month for the most recent updates and conversations. Stay connected and participate in the forums to be features in the upcoming month's digest. Wishing you an amazing month ahead!
SEE ALSO
Sticky Posts
Zoho Developer Community Monthly Digest - October 2024
Hello everyone, This edition highlights October's product updates, upcoming community events, engaging discussions that sparked inspiration, and celebrates the top contributors who drove progress. Grab your favorite beverage and dive in! Upcoming Events
Zoho Developer Community Monthly Digest - September 2024
Hello everyone, This month's Developer Digest is packed with resources to help you build powerful applications. Learn how to leverage Zoho CRM's new features, explore the latest in Zoho Finance and Catalyst, and join exciting bootcamps, webinars, and
Zoho Developer Community Monthly Digest - August 2024
Hello everyone, Get ready for another exciting month of Zoho development! Our August digest is packed with events, resources, and community discussions to empower you as a Zoho developer. Let's dive right in! Upcoming Events To stay on top of the upcoming
Extensions 101: Build Extensions for Zoho Finance suite
Hello Developers! We are thrilled to announce our 5-day webinar series on building extensions for Zoho Finance Suite products. Our first session was a resounding success, introducing Extensions, Zoho Developer, Zoho Marketplace, and the Zoho Books Developer
Zoho Developer Community Monthly Digest - July 2024
Hello everyone, We're here again with July month's digest packed with exciting events, resources, updates, and community discussions to empower you as a Zoho developer. Dive right in! Upcoming Events To stay on top of the upcoming developer community