Zoho Creator - [Free Webinar] Learning Table Series for HealthCare
Hello everyone! Cheers to more shared successes in the new year! The beginning is the most important part of the work. With this New Start we are taking the Learning Table series to the next level. About Learning Table Series We have different user base
Tip 19: How to display images in Pages using ZML snippets
Hi folks, We're back with another tip on how to use Zoho Markup Language (ZML) to create interactive pages in Zoho Creator. You can use ZML snippets to add various kinds of components to your pages and structure them in meaningful ways. That's not all, though—using ZML you can ensure your application is automatically compatible with all kinds of devices without any inconsistencies. We often get questions from users about how to invoke Deluge scripts within ZML code. Here's a simple use case for adding
Custom Application for clients
Hi I am trying to understand how we as developers are paid for the work we do developing an application that is privately published. Here are the things I am trying to clarify: 1. Who owns the application we develop? The developer, the client, or Zoho?
Boost Your Productivity and Agility with Zoho's Manufacturing ERP Software
Zoho Creator Zoho Creator is a user-friendly, low-code software platform enabling developers and company owners to create unique corporate apps. The platform considerably decreases coding complexity and offers a simple way to address cross-industry enterprise
BI & Analytics in Zoho Creator 6.0
An online database called Zoho Creator was first proposed 15 years ago. Its most recent version, Zoho Creator Platform, Zoho Creator 6.0, released on March 3, 2022, seeks to allow everyone to develop application solutions on a unified platform swiftly.
Tip 21: How to dynamically auto-populate rows in a subform
Hi folks, In our last tip we discussed how to autopopulate values in subform rows while clicking on Add New. As promised, in this tip, we'll show you how to dynamically insert rows in the the subform without clicking the Add New button, using our new feature—Insert rows in Subform dynamically. Let's say you have an application where you have the product name in the Mainform field, and you need to automatically display the price of the product in the subform field based on the choice selected in Mainform
Tip 4: How to dynamically display images in a live form.
Hi everyone, We hope our previous tip was useful to many of you here. We are back with a new tip that would help enhance the user experience of your app. Yes, that's right. Today, we will look at how to display an image in a live form that is already uploaded using another Zoho Creator form. That is, we will auto-populate the image within the Add Notes field based on input in another field. The logic behind this is pretty simple — just store, fetch, and display. To get a better understanding, let's
Integreat 04: Integrating Zoho Creator with Zoho Desk - Part 1
Hi folks, We're back with a new post in our InteGreat series, and this time we're going to walk you through how to integrate your Zoho Creator application with Zoho Desk. Before we dive into this integration, let's quickly look at what Zoho Desk is and how you can use it in your organization. What is Zoho Desk? It's a cloud-based platform that helps businesses assign, track, and manage customer support tickets efficiently. Integrating with Zoho Desk With this integration you can push data automatically
Tip 28 : How to auto-assign profiles to portal users
Hello everyone! This tip will talk about our most popular feature—Customer Portals and how you can auto-assign profiles to your portal users. But before we deep dive into this tip, let's run through some basics: About Customer Portals Portals are web
Why Should Organizations Opt For Zoho Creator?
The Internet is a hub of multiple businesses displaying their products and services. The Internet is made up of numerous software and solutions designed to cater to different needs. However, if you seek effective assistance that offers complete database
[SESSION ENDED] Ask the Experts #07| Live Q&A: Building workflows with Blueprint in Zoho Creator |
Hello, Post the release of Zoho Creator Blueprint last month, we're happy to tell you that we'll be launching a new 'Ask the Experts' session on 16th September (Thursday) this month focussing on creating blueprints in Zoho Creator. The session will be
Zoho Creator Community Webinars | October - November 2020 [Completed]
Hello everyone, I’m happy to announce that Zoho Creator is hosting a new Community Webinar Series starting this October. This series is a learning initiative aimed at our developer community, where every session will take spotlight use cases focused on
Tip 27: How to upload files to Dropbox using the Dropbox API in Zoho Creator
Hi folks, It's been a while since our last tip. Hope you're all safe and doing well! This tip will talk about the Dropbox API that helps you upload files to Dropbox. It's one of the most common actions that you can perform by integrating Zoho Creator and Dropbox. To understand how this works, let's create a sample application called File Management App and learn how to upload files to DropBox by adding the Dropbox API to a workflow. Application flow The end user will upload a file to the file upload
Community Learning Webinar - Zoho Creator Blueprint & other release updates | July 29, 2021
Dear developers, This June, the Creator team unveiled a slew of updates including UI enhancements to the Detail View of reports, an new capabilities in Data Import and Connections, and most important of all, the release of Blueprint in Creator. Customize
Community Learning Webinar: Delve deep into the core concepts of Zoho Creator | 17th June, 2021
Dear developers, Every customer has unique business needs and unique problems to solve. To be able to give solutions to these problems, to get over any stumbling blocks and to be able to build applications expeditiously that tailor to specific needs,
Auto populate to subform by row
Hi Good day I have a Loan Product form in Zoho Creator And it contains more than 10 decision fields. And it's associated with Deals in CRM. Now I want to get the field names of the selected fields. And populated into the subform of the associated deal
Troubleshooting in Creator #3: Deluge execution limit optimization
Dear developers, A Deluge statement execution corresponds to each line of code executed within a certain script. The total number of lines executed to complete a certain task on an action like on success is associated with a Deluge execution limit in
[Community Webinar] Using HTML with Deluge in Zoho Creator | April 29th, 2020
Dear developers, HTML can be an easy way to expand the capabilities of your Zoho Creator applications. From dynamic pages, record summaries & emails, to providing that extra oomph on your forms. On our previous webinars, we have received requests for
information about web site www.WeAreSinging.org
Please send me information about the plan we have on our web site www.WeAreSinging.org ? How many members we can have in member portal? What are the limitation for link the member portal with the database made in creator?
Zoho Creator Bug (Urgent)
When using report filter, the time filter "after" is not correct when used with "toStartOfWeek()". It actually is ">=" the date found instead of ">". Try that with "StartDate_Time after zoho.currentime.toStartOfWeek()" and it will include the Start of
First Working Day of the Week in Australia
Is there a way to change the default First Day of Week in Zoho Creator? Currently it defaults to Sunday but in Australia it is a Monday. This is going to be a huge problem if there is no way to change this for Australian customers dealing with Factory
[RECORDING: Community Webinar] | Build complex reports and documents with a Zoho Creator & Zoho Writer integration | March 23, 2021
Dear developers, Report generation is an essential activity to ensure decision makers have the best information available to be able to monitor and improve performance. Enterprises may need to generate and distribute stakeholder specific documents in
java return statement returns {"output":"TestData","log":"[\"Log Data\"]"} how to get exact return as a output?
import java.math.BigDecimal; import java.util.ArrayList; import java.util.Collections; import java.util.HashMap; import com.zoho.cloud.function.Context; import com.zoho.cloud.function.basic.*; public class JavaCurToWords implements ZCFunction { public static String convertToIndianCurrency(String num) {
Tip 15: How to schedule a task that runs at specific time intervals
Zoho Creator lets you schedule most of your routine tasks, to help you focus on the important stuff. You can automate things like: Generating invoices once a customer places an order. Generating monthly revenue reports. Setting up acknowledgment emails for users or customers. With Zoho Creator, you even have the flexibility to schedule jobs that run multiple times a day, or at specific time intervals. For instance, you might want to set up workflows to send out a project progress email on a daily
include all sub form rows in a workflow email?
Say I have 3 rows of data in the sub form entry. How do I include all 3 rows of data in an email workflow using deluge script? At present it’s only including the first row for me Thanks David
Increment update record in report
Hi everybody i need your help I’m creating an app on zoho creator i would to insert a bouton in a report who will increment updaterecord in my report with the button +1
Tip 30: How to perform Google search from Zoho Creator
Hi everyone, Hope you all had a chance to try out our last tip. This month we have another interesting one for you—how to perform a quick Google search from Zoho Creator. This tip can be useful for redirecting your users to Google to find relevant information
[Community Webinar - VIEW RECORDING] Zoho Creator as a geospatial database | Feb 3, 2021 | #DevInsights
Dear developers, Hope you had a happy new year! I'm happy to announce that we will be continuing our Community Webinar series into 2021 as well. This year we're inviting several of Creator's veteran developers to share their knowledge and experience with
Troubleshooting in Creator #1 Tracing Missing Records
Tracing missing records in your database In large applications that handle data across departments, vendors, staff, and many similar stakeholders, it's important to have a clear mapping of the data, its owners, and users with access to modify them.
How to track repeat customers?
I own a food business and every order is entered into Zoho with: a unique Customer ID total order amount date of order With this information, I want to be able to see a list of my "best" customers. In other words, descending lists arranged according to:
Tip 29: How to automatically trigger messages from Zoho Creator to Zoho Cliq
Hi folks, Hope your holiday season has been a good one! We're back today with our next tip—how to automatically trigger messages from Zoho Creator to send to people and channels in Zoho Cliq. What is Zoho Cliq? Zoho Cliq is a business messaging app
Community Webinar: Integrating Zoho Creator and Zoho People | October 27, 2020
Dear developers, Thank you for your support and encouragement towards this initiative. We hope to continue our efforts in creating an extensive knowledge base for our developers. Next up is a session on "Integrating Zoho Creator and Zoho People". Date:
Community Webinar: Working with Zoho Creator’s v2 API: Examples and Best Practices
Dear developers, Our next webinar is a much awaited session on Zoho Creator's v2 API. Developer APIs are a core pillar of Creator’s extendability. They allow third-party applications to exchange data with Creator enabling a holistic and unified approach
Community Webinar: Bring your own code to Creator with Java functions | Nov 10, 2020 [Completed]
Hello all, Our next webinar is a session on using Java functions to Creator scheduled for 10th November, 2020. APAC/ MEA 10 AM IST/ 2 PM ACST Register here Americas and Europe 9.30 AM PT/ 5.30 PM GMT Register here Third-party programming languages will
Sub Category
Hi guys! How can i make subcategories in zoho? I tried many ways, using the normal options and script. I couldn't select the values for one specific "category", For example the options of Category and Sub Category, How can i restrict the Sub Categories's values using one values of Category? Its exactly the same options bellow this form!
How to manipulate CSS from Forms inside Zoho Creator?
I want to embed a FORM inside a page, but I want to make the CSS prettier.
Zoho creator workflow Issue
Hi There, I am trying to create a workflow to one of my inspection forms. The flow should be as follows; The user creates a form and send it to the approver Approver checks it and signs the form (or reject it) From what I can see once the form is submitted to the approver, the approver can't sign on the actual form. Is this something you can incorporate to the form? Or once the form is approved, is there a log to show who signed the form and on what date? Regards, Lou
[SESSION ENDED] Ask the Expert 6: 5-hour live discussion on launching multi-device applications and Customer Portals in Zoho Creator
Hi everyone, I'm happy to announce that the Zoho Creator #AsktheExpert initiative is back this year with a new session focussing on "Launching multi-device applications and Customer Portals in Zoho Creator". Every application built on Creator is automatically available for access on our native mobile apps for Android and iOS - no re-coding required. Creator also provides developers with tools to customize, extend, rebrand and distribute applications as they see fit in a device specific, and stakeholder
Zoho Creator , attachment in email and send to multiple
Hi All, Using creator I've created a simple four field form. On Submit it goes to a specific id but without the atatchment. I clicked on Properties in Design In Set email notification, in To : How can I add a list? I want on submit the mail should hit 12-12 people in a department The checkbox for 'Include user submitted data' is checked. I get all enteed dat other than the atatchment. Also I see a template slection , but not able to see or edit this. Thanks in advance
Tip 20: How to autopopulate values in a subform
Hey folks, We know that many of you use subforms extensively in your applications, as it helps you get the job done more efficiently. In this tip, we'll show you how to autopopulate values in the subform using a special syntax called "row." Let's look at an example. Consider you have an application where you need to automatically display the price of the product in the subform field based on the choice selected when a user clicks Add New in the subform. Let's say you have a form called "Mainform"
Next Page