Edit button near "x" (delete icon) for lookup fields
Hello, What do you think about possibility to edit record, selected in lookup fields by clicking "edi"t (pen icon) located near "x" icon? You can choose in which View user will edit record You can show or hide icon programmaticaly Look here: https://drive.google.com/file/d/0ByIK2qthuUqwRWktenZFQ2czT1k/edit?usp=sharing
Pivot Chart - Zoho Creator
In Zoho Creator, I want to enable an edit option within the Pivot Chart itself. Additionally, I want to avoid showing duplicated values for certain columns. For example, I’ve created a month-wise sales report for each product type. The form contains fields
Building a form with Categories and multiple sub-categories
Hello, I am completely new to Zoho and the Deluge programming language. I would like to build an easy way to lookup a set of previous orders from my order tracking sheet. What I have done so far is import my Excel order list into Zoho so it shows all
Generate a QR code from Form data
Hi everyone, Simple function from which I can't seem to find other people in the same case. I want to create a form with a few fields (client name, product name, date). Whenever the form is filed up, a QR code is automatically generated from the data filled in and available for printing. Is that not possible? Looking much forward for your help! Cheers.
Zoho Creator Get Records Integration Task
Trying to use Zoho Creator's Get Records integration task to fetch records from a specified report in Zoho Creator: https://www.zoho.com/deluge/help/creator/get-records.html However, I continue to receive a code 2894 error saying that the report is not
One editable subform entry to more than one parent record (of the same parent type)
Is it possible for two records of Form A to share a subform B record? As in the subform B record shows up and is editable in both of the Form A records and when I create a form A record I can associate it with other form A records through deluge. I'm
"sudo" for Zoho Creator
There should be a way to allow for the developer/owner account to switch user to any one. I need to be able to test the roles of all my users of my app and because logging off and back on is way too ridiculous, I've had to code in my own pseudo-sudo app. It really slows down the app. There should be a built-in way for me to just be able to assume the identity of any user at any point in time during the use of the app.
Zoho Creator User Group meetups in a city near you!
Greetings from the Zoho Creator team! We're excited to announce that we're hosting a series of Zoho Creator meetups in various cities across Australia and New Zealand. We invite you to join us for an exciting day of learning and fun. Our meetups are a
Passing Information from ZohoCRM to ZohoCreator
I've got a use case where I'm attempting to use a button within ZohoCRM to pull a list of options into buttons on creator when page is loaded. I'm pretty well versed in Deluge, but I'm having a difficult time trying to understand how to dynamically place
Problem when condition with lookup field in Zoho Creator
this is my code: if input.promotions1 != null { info input.promotions1; } And this my result: when i info input.promotion1 (which is a lookup field), it turn back nothing, so what type of this field is? normally i use the condition: if lookup_field ==
Trying to setup a record to automatically create on a weekly basis
Hello all, I need multiple records to be automatically created on a weekly basis. What I'm trying to accomplish is, I have a maintenance database where I track when I work on IT related systems. Every week on the same days I perform backups on systems
How to upload image from Creator field to CRM File Upload Field or Module Notes section
Hello, How can I upload an image from Creator Image Upload Field to CRM Module Image field (or Notes section). The file upload field type would also work. I just cannot seem to find a way to upload the images from one application to another. Case: Field record requires images as part of the report. I would like the image from the field record form in Creator to be uploaded in the CRM as well as. All of the other fields from the Creator Field Record Report work perfectly. Thank you very much for
[Free Webinar] Enhancing your dashboards with JavaScript widgets in Zoho Creator - Creator Tech Connect
Hello Everyone! We welcome you all to the upcoming free webinar on the Creator Tech Connect Series. The Creator Tech Connect series is a free monthly webinar that runs for around 45 minutes. It comprises technical sessions in which we delve deep into
Zoho Creator Upcoming Updates - December 2024
Hi all, We're excited to be back with the latest updates and developments on the Creator platform. Here's what we're going over this month: Deluge AI assistance Rapid error messages in Deluge editor QR code & barcode generator Expandable RTF and multi
Additional step for Deleting an app
Have an additional step for deleting an app. When the popup occurs, the user needs to write "DELETE" into a text field. This is what Google does. At the moment, it is too easy to Delete, which increases risk, and this should be easy to implement.
Scheduled function not firing workdrive.uploadFile task
I have a creator app that takes submissions from a published form. I setup a daily scheduled function to send a record template of the form, as well as 3 different uploaded files to workdrive folders. (Initially I intended for this to happen on the submission
Automatic Email Alerts for Errors in Zoho Creator Logs
Hello, We would like to request a feature enhancement in Zoho Creator regarding error notifications. Currently, Zoho Creator allows users to view logs and errors for each application by navigating to Zoho Creator > Operations > Logs. However, there is
E-mails to suppliers
Hi, i want to upload a spread sheet every day and send an e-mail to our suppliers every day (or when triggering a button?) with info from the spreadsheet lines. The supplier e-mail would be on each line. Unfortunately, when creating a scheduled automation,
Rearrange web - hidden components
When you have a good number of forms, reports and pages, searching for one among the hidden components to add it to the menu is simply hell. Huge amounts of time are wasted.
Using Insert into to transfert a date in another form
Hi, I have an order form that creates a record in a calendar form, for managing the delivery date. My customer can change that date in the calendar form, but i need the new date to be put in the original order form. I tried the following but it doesn't
Telegram -> Zoho Creator answer via API.
Hello! Did anyone work or established back connection from Telegram to Zoho Creator via API? I'm able to send notification from ZC to TG Bot successfully. (webhook is set) My notification consists of some information and inline buttons "yes" and "no".
Update a form record based on another form with same user ID
Hi, I have 2 forms linked : Customer and Subscription When a customer fills-in a subsequent subscription form, there is a automatic subscription number created in the subscription form that I want to paste in a miroir field in the customer field. What
Date Time
Hi Everyone, I would seek some help about this concern that bugs me. I'm currently working using Zoho Flow to automatically plot a calendar on the Calendar Report. Whenever a ticket from Zoho Desk Field was updated this will trigger to create a plotted
Change to copy/paste functionality in Deluge code editor
Recently there was a change to the Deluge code etidor where it now inserts backslashes into strings automatically when copying/pasting strings with double quotes, it's a nightmare to have to go delete all these. Is it possible to toggle this on or off?
Clear a date field?
I've got a date field, let's call it Returned_date. I'd like to write a script that clears the values from another date field called Expected_date upon a successful entry. I know where to put the expression, but I'm having trouble building the expression. Any assistance from anyone for a newb question would be appreciated. Thanks in advance!
Integrating ChatGPT with Zoho Creator for Automated Report Generation: Is It Possible?
Hi everyone, I’m currently working on an application in Zoho Creator and would like to know if it’s possible to integrate ChatGPT to automate the generation of reports based on the data captured within the application. Has anyone successfully implemented
There anyway to change a creator app Back to DEV thats not got a back up?
As above, is it possible? Thanks.
Exit Sub
Hi Everyone, I have some script that evaluates multiple conditions, using some nested if statements. If any of the conditions evaluates to true, there is no reason to continue the running through the other conditions. Is there an Exit Sub command in Deluge? Thanks, Leo
SA data center for ZOHO
I think there is an issue in zoho.sa , a lot of apps are not working well
So I am trying to get a button to open a form with specific data, basically goods we haven't received yet.
So the column is Date_received and I want to pull the all the ones that haven't had the date received added as =isnull. Is this right way of doing this or do I need add more to it?
Is there anyway to get the columns to auto resize to the screen width?
Hi, Is there a way of getting the columns to fit on one page in a creator app so it is easy to follow for the user.
When an app is in stage, is any imported data save when its then published
Hi, so I am just checking that any imported data during the stage part of app development wont be added when the app is published? Thanks.
Do workflow stop working when developing user is deactivated ?
Hi, I have an interesting question of one of my colleague. In Creator, we have this colleague (normal zoho user, not developer) who is developing Forms, Workflows, and Connectors in Creator. When this user gets deactivated, ae connectors and workflow
Field Rules are no longer running
Good morning everyone. I have been working on a Creator form for about 2 months now. It's pretty in depth. And I had about 20 or so Field Rules for a workflow. They have always worked fine. Now today none of them are working. I'm so close to being done
How to set calendar date field start Monday
I have a report displaying record in calendar view. I'm based in europe, weeks starts Mondays. Calendar view shows correct. as shown in the screenshot below To add a record, the form uses a Date field. But this field show weeks starting Sunday. See screenshot
Update Stock Sold
Hi I am sorry to bring this on here but I am really stuck. So I have a form that lists all our products we sell with a field for Purchased Stock and Sold Stock. I have another form for Purchase of Products, which when filled out, updates the Purchased
Subform Data in v2 REST API
What is the mechanism for adding subform data in the Creator v2 REST APIs? There is nothing documented in the Data APIs documentation (https://www.zoho.com/creator/help/api/v2/). I was able to determine how to GET the subform data by adding it to the
How to bulk edit on subform field
Hi, It seems impossible to bulk edit on subform field. Is really it impossible? The subform field is well shown on view, and we can search as criteria, but the field doesn't appear in "bulk edit" dialog. Is there any other way for add the same subrecord in all records of a view? Thank you very much, Bernat
Is there a way to see the code in parallel to what you are creating.
So when you are creating a form, or making layout changes you see what is happening in the code. Similar I guess to some website editors, thanks
[Free webinar series] Get to know Deluge: Zoho’s powerful scripting language
Hello Everyone, We are much elated to invite you all to our upcoming session in Zoho Deluge! Bringing on to your table - Get to know Deluge: Zoho’s powerful scripting language Understanding Deluge Zoho’s suite of applications offers robust solutions for
Next Page