Version History - in Enviroments
Currently the version history in Enviroments doesn't show: User who pushed the change into Production Date this was pushed into Production This would be very useful for audit tracking purposes. Can this please be added to the Roadmap? Many thanks!
Star Rating - New Field Type
Hi, Just an idea, How about a Star Rating Field. Simple 5-star system. Enables User to vote/rate on Form. View also displays rating for each row. It will be a new field type that we can drag and drop in form building. Dunno if it will be useful to everyone, but I'm aware that a lot of Creator users are here to use the forms for some sort of online questionnaire. This will surely help.
Follow lookup field link in subforms or reports
What am I missing here - there appears to be no way to drill into a record linked to as a lookup field, either in a subform, or as a column on a report. How is a user supposed to be able to quickly navigate through related records? Please add a magnifying/drill into button next to lookup fields, or make lookup fields displayed in reports a clickable link. Please refer to the attached screenshots - as you can see I can create Master/Child set up but then there is no easy way to drill into a child
On Validate Old.Subform
In the On Edit -> Validate section I want to send an email if a change is made to a subform. I don't care what the change is just need to test if any change was made. If input.subform_name != old.subform_name { //do something } Are there plans to add the subform to the Old Fields Values? Herb Wexler
Give us access to record comments through API/Workflows/Deluge
It would be great to have access to comments related to a record through API, workflows and deluge. This could open up a lot more possibilities on how the comments section in Zoho Creator is being used. One use case I would consider is creating workflow
Report Options Improvements
Currently there a number of, let's call them quirks, when trying to setup reports for an Apps users. There are often times when hiding the "Add" button on a particular report for all users would be useful. However to achieve this we must embed the report in a page, now we get an extra page every time we need this functionality. If you need to remove the 'SpreadSheet' option but keep the 'Timeline' you would need to add an edit workflow with an "On Load or On User Input" code block. To remove the
Batch Workflow enhancement
Batch workflow is so pity can't support schedule by datetime field . It will be more useful..
Pause(1);
I'm using scheduler to invoke an interaction via http post with an external service. The schedule code uses a for-each loop that runs so fast my external application's log files get messed-up (they are named by date-time stamp). What I'm suggesting is
How to disable sub-form fields?
For each line in my sub-form, I have various fields that I don't want the user to be able to edit. There are also a few fields that I want to be kept hidden but I can't seem to figure out how to do that either. I've created a new workflow for adding a
Jalali Date Calendar
Hi, Is it possible to change default calendar custom apps to Jalali Persian or Hejri Calendar date picker in App Creator? Thanks
Proposing a new function for lists: Remove Duplicates
Currently I use a cumbersome way to create a list and then feed unique values to another list all for the purpose of removing duplicates. The USER_IDS is an integer list of record IDs. Because of the way my database is constructed, if the criteria is met, this list can have duplicates. To remove them, I have to feed the list of IDs to another list (UNIQUE_IDS) as long as the ID is not already there. USER_IDS = (DATABASE[(USER_DATA.contains(r.SUBLIST) && STATUS == "CONF")].ID).getall(); for each
Customizable Favicons for Zoho Creator Applications
Dear Zoho Creator Team, I'm writing to request a new feature: the ability to set custom favicons for individual Zoho Creator applications. Current Limitations: Currently, Zoho Creator only allows setting a single favicon at the organization level. This
Ability to define Custom Filter as a parameter in the URL
I would like to be able to construct URL in such a way so it applies predefined Custom Filter, which should be supplied as a URL parameter. Hypothetically it should look something like that: baseUrl?CustomFilter=my custom filter At the moment this is
WhatsApp and Zoho Creator Integration
How we have integrate WhatsApp App with Zoho Creator without using external application ?
Default report filter
It's something that gets asked for regularly, the ability to set a default filter for a report that can then be cleared by the user once the report loads. Or alternatively an ability to set a custom filter as the default report when opened. Please add
Collecting responses to better understand the request behind setting field focus
Hello App Creators! Thank you so much for your patience! We are continually working on your most-requested features and are happy to announce that we should indeed be able to release "field focus" as part of the 2023 Release Projection 2. We hope this
How to scale report margins to match browser window margins in C6
How can i get rid of dead space in creator reports to minimize use of horizontal scrolling?
Feature request: Zoho Creator - Zoho Writer integration for mail merge
Hi, I've set up a purchase order template on Zoho Writer and I want to have the fields in my template linked to the fields in a report in Zoho Creator. So far I was only able to achieve this by exporting a CSV file from ZC and importing it into ZW through mail merge. Is there anyway to automate this process? Will Zoho consider integrating both apps?
Page embedded report "Add Record" button
A fundamental need is to embed a report in a page and add records to this report. When pressing the + button on the embedded report the form size is limited to the report size, which can significantly reduce the user experience. I would appreciate if
10 suggestions for Global Search
Global search is great! And it is new so we know you may have improvements coming :-) Suggestions: DEFINING "SEARCH OPTIONS" add these settings and of course obey them in the UI and searching: * Whether that form is available at all for Global Search. (If no, ignore all settings and do NOT show in GS dropdown, and do not search that form.) * Which columns to display (already available) --but please actually show all fields selected, not just the first 7) * Which fields are actually to be searched
How to make a formula that incorporates other formula fields?
Hi, im creating a complex quoting tool in Zoho Creator. Im using formula fields to calculate the price of certain add ons. I need another formula field to add all of these other formula results together. How can I do that?
Auto fill in fields after selected lookup dropdown menu
Hi everyone~ good evenning/morning I am a very new and beginner of Zoho creator. i have test almost a week, and created some databases and forms for users. i am started to love zoho products and i am considering to have paid version instead of trial version.
Rich Text Editor: Insert Image
Having an "insert image" button in the RTE field would be beneficial. Currently, images can be inserted using the html button and the <img src="some url"> tag, but novice users don't realize this. I understand there would be complications to upload an image from your desktop in terms of how this image is stored at ZC, so I'm merely suggesting the insert image button only be for images with urls. As a best practice, mimic this forum's insert image button:
New version
Plz admin long time we used the old version plz bring us new taste of invoice 🙂 we 💞Zoho app.
Increase Image Upload File Size
Currently the limit is only 10mb, it would be great if this could be increased to at least 20mb. It is often requested.
Random String Generator
Suggestion: Random String Generator Purpose: A built-in function that can generate a random string. Tastes great with password input field! Motivation: Zoho Creator is missing a random-number generator. Examples: Create a strong password for a user. Alternative to Zoho ID#. Implementation: The function would have the parameters: character length, number range, and option to include alphabet charters (lowercase) Issues: Limited audience I bet. References: none I could find
Feature Request: disable specific dates from calendar (based on rules)
Hello, I have two fields: departure date and return date (for flight). Business logic is: - The departure cannot be in the past (the sooner is today) - The return cannot happen before the departure (the sooner is the same day as departure) Best option I've found is to display alert messages in case above rules are not validated. But instead of letting the user selecting dates that are not valid and then displaying an alert message, it would be better to prevent the user from selecting dates that
Window tablet native app
Hi Zoho, With windows based tablets are becoming more popular and starting to gain market share from Android and Apple it would be nice to see Zoho publish the Creator app for larger devices. We are moving all of users off the ipad onto the Microsoft Surface line this year and would like to use it as a native app. I would assume this would be very useful for many businesses... Windows phone version is already created and published, why not make it available for tablets? Thanks for your consideration.
Feature Request: Dynamic Field Names/Labels
I would like to suggest a feature that allows us to flex the Display Name (sometimes referred to as Label) of a Form Field. Example: Lets say I have two clients using the same Zoho Creator Form to input employee names. The Form has a hidden field called
Removing time from a date fields
I need to remove the time from these date fields. It is in the pivot table (please see attachments) Thanks in advance. Annette
Functionality URL Idea: The OR operator
Referring to this: https://www.zoho.com/creator/help/url-pattern/functionality-based-urls.html#To_set_criteria_for_a_view I propose to include "or" as well as "and" for creating views on the fly. For example, https://creatorexport.zoho.com/admin/mydata/json/My_View/Town=Lakeview||City=Summerville Would provide all records (in this case as a json stream) with either the Town Lakeview OR the City Summerville Is there a workaround? John M. Whitney
New "Loading Animation" on web
The current loading animation is unclear at best when a user clicks on a menu item. The current animation is right under the app name header and stretches horizontally across the page. The animation seems to be sliding little boxes from left to right. Frankly, it looks like it was supposed to be a gradient, but the image never loaded. And it has been like this for years. See the current animation style here, I created a short little video: https://take.ms/abc7B My issue with this animation is that
Impossible to connect Zoho Creator to a SalesForce sandbox enviroment, unless...
Hi folks! We have too many clients who are asking to us for integrations with their actual SalesForce data. The problem is Zoho Creator is only able to connect with SalesForce LIVE enviroments. And our clients can't give us access to the live enviroment. This is something we really need.
Apply Criteria To Creator Pivot Charts
Can you please put on your roadmap the ability to pass criteria to Creator Pivot Charts? This would be a huge enhancement for the system. Please advise. Thanks.
"Allow New Entries" button for lookup field enhancement
Hi, When using the "Allow New Entries" option for a lookup field it is sometimes necessary to default certain fields in the related form based on field values in the current form. Would it be possible to add an option to set field values in the Field Properties of the lookup when "Allow New Entries" is selected? This would insure data integrity. Thanks, Damien Cregan Hire an Expert
Using ZC to control electrical relays
Hi, I'm trying to find a way to use ZC to control real life electric appliances (lights, etc.). Is there a way to use ZC to control electric switches/relays? Did anyone ever tried that? I cannot find a relay that would work with a rest API call. Thanks
Enable displaying individual user data and aggregate data from all users on the same chart
This would enable showing users how they are going relative to the whole user community, which is a common usage scenario. For example, the chart below has red bars showing the range (min to max) for all users, and blue dots showing the logged-in user's
Specific tab titles in the editor
As it currently stands, each tab title in the editor is "Zoho Creator", which makes it impossible to tell which tab is which. Instead, it would be handy to have the tab titles in the editor reflect where one is in the editor. E.g. FormA FormB ReportA
Anyway to exit the "for each" loop prematurely? I do it from my gf all the time.
I'm curious if there is a way to exit a "for each" loop before cycling through all elements. For example: records1 = conditions[active == true]; records2 = valid_codes[active == true]; for each r1 in records1 { for each r2 in records2 { if (r1.code == r2.code) { input.code = r1.code; break; -OR- records2 = patients[true == false]; } } }
Translation of Tooltip Messages
The descriptive help messages should be available to provide translations for.
Next Page