Add Comment in View Criteria
Is a future update can we have the ability to add comments to the View Criteria?
Add a Record by Email: File Upload
The ability to add html data (rich text) by email is terrific (see https://help.zoho.com/portal/en/community/topic/rich-text-data-by-email) It seems logical to extend this functionality by also accepting an attached file. There are a number of situations where this could be valuable. For example, accepting PDF contracts, job applications as Word documents, and system logs as text files. In email, attached files are MIME blocks that are encoded with Base 64. Listed below are some typical ones A Picture
Why not provide "break" keyword in Deluge scripting?
Hi there, Why not provide "break" keyword in Deluge scripting? In many cases, I've to imitate "break through out loop" function like this: for each r in form { processed = false; if ( !processed && conditon ) { processed = true; process(); } } If Deluge scripting provides "break" keyword, I can just implement it concisely as following, just like other high level languages, such as Java for each r in form { if ( conditon ) { process(); break; } }
Add a "Run Now" option to the scheduler.
Since the only way to write a custom script to be performed on the database and process it on demand is by creating a custom schedule. A "Run Now" option would be a simple and nice feature instead of entering a time in half hour increments. This way once the save button is pressed the script would run immediately. This would be helpful when there are thousands of records that need bulk edits made instead of using the bulk edit feature and only being able to update 200 records at a time.
Views Enhancements
1. Change the email field to a Icon instead of the entire email address 2. Relocation option for the Custom Action Columns 3. Make Lookup field a link to view the respected form 4. Change the file attachment field to an Icon instead of the entire file name 5. Add an option that the view link will always show all fields. (or add a column in "Column Properties" to show or hide the field in View)
Ideas for user handling
There has been a lot of discussion of the way users are handled in zoho and I think many developers are frustrated with it. Here is my two cents: 1. If I create an app for a client, I would like all of the interface to be through my URL. I think it looks a bit unprofessional when a user goes to my site, and is redirected to creator.zoho.com/.../.../.../.. to sign in and use the app. If they are a bit curious, they will go to the root site and be greeted with "Create your own database for free."
Two view requests
1) When clicking Edit on a record in a view the form opens with the words Edit Record on the top. Can this show the form name on the top? 2) When Summing a column of numbers can we add a label to the total row. When grouping items a label for each subtotal and then for the Grand Totals would improve the usability. Herb Wexler
Support Named Calendars for iCal Feeds
ref: https://help.zoho.com/portal/en/community/topic/ical-feeds-11-11-2011 ref: https://help.zoho.com/portal/en/community/topic/new-zc-variables-for-the-ical-feed Please add a new user-definable variable for constructing an ical url that enables the definition of a calendar's name. Currently an ical's feed value for X-WR-CALNAME = the view the feed comes from. This is very limiting in the case of generating multiple ical urls from the same view. In the case of established ical feeds from ZOHO Creator,
Conditional Option for Required Form Object
Make the "red star" appear denoting a form field is required based on user actions in the form before clicking SUBMIT. Currently if a form field is not marked required, we can employ code in the validation process to check form fields for some condition, and terminate form processing if the conditions are met. This is an after-the-fact check to make a form field required. It would be a better experience for the users to have a code option to make form fields required or not based on user actions
itDuzzit provides connectors and pre-built solutions for cloud-based applications
Hi NOT AN AD and i don't work for this company http://www.itduzzit.com/site/ For those of us using Zoho Creator to work with other cloud apps this could provide a nice solution especially for those who are pretend programmers like me. They list Zoho CRM as a connector and i have asked about Creator, ZOHO .. you working with these guys ?? If anyone picks up on this let me know, promise will share back. Is there anything better being used by others ?
List Support in Reports
Reports currently do not support lists as a filter criteria. In order to view a report that meets some limited criteria, you have to edit the view criteria first and then regenerate the report. John M. Whitney
Regarding external access to Zoho Creator databases
Is it possible for us to externally access and modify the fields in the Zoho Creator database outside of Zoho -- for example, to populate corresponding fields on a PHP form on our own website? Thank you!
Extend with Wrappers
If you follow my posts, you know I'm extending ZC with custom php scripts (api's) hosted elsewhere. It would be really cool if we could do this here. I suppose the developer would submit a code block to ZOHO for analysis and approval, where it would be wrapped inside Creator as a custom function (with defined input requirements that produce specific output results). These functions could then be offered in the marketplace where others could buy the custom function (think app store) and install it.
href link to uploaded file
I would like to see Zoho support a direct link to an uploaded file via a standard URL that allows the email/browser app to handle the file accordingly. For example: Copy code http://creator.zoho.com/zoho.adminuser/zoho.appname/FILES/uploaded_file.pdf where the path 'FILES' is what is needed. versus the current click-to-download option: Copy code http://creator.zoho.com/DownloadFile.do?filepath=/input.File_Upload_1&sharedBy=zoho.adminuser&appLinkName=zoho.appname&viewLinkName=yourViewNameThe requirement
Rearrange Links in Dropdown
It is nice how you can rearrange the links for the user side of your application but what would be nice is if you could rearrange the links in the drop-down for "Forms" and "Views" in the development side of Creator instead if Creator arranging the links in alphabetical order or at the very least have them show up how you have arranged them for the user side.
Cycle 2: Google Checkout-Paypal Integration
Suggestion: Google Checkout-Paypal Integration Purpose: Allows form users to pick items in a Zoho Creator form and have them added to a GCheckout or Paypal shopping cart. Upon form submission, the form data is submitted to Creator but the user is taken to checkout through the respective service. Motivation: This feature would be very useful for any type of situation where payment is needed but you want a seemless experience through Zoho Creator. Personally, I have needed this feature for various
Changing Field Types
There is a restriction on changing a field type if that field is referenced in a script. In most cases this is a very useful restriction. However can the restriction be removed if the script is only Show/Hide or Enable/Disable. Herb Wexler
On Add/On Edit How about both
I frequently need to put the same code in On Add-On Load and On Edit-On Load such as Disable xyz. It is also common to need the same code in On Add-Validate and On Edit-Validate or On Add-On Success and On Edit-On Success. Any possibility of having a section for On Both Add & Edit? Herb Wexler www.PreventingMediocrity.com
Share Application not working
I am trying to share my application and it simply will not allow it to be shared. At the moment the application is shared with no one, yet every time I try to send out an invite, when the person clicks on the application it signs them into MY account. Or when they log into their Zoho account it shows up on their shared applications list yet when they click on it it won't allow them access and says they do not have permission.
Custom Languages in Scripts
Dear zCreator Team, In Zoho Creator forms currently I think only rudimentary scripts are allowed right? Can you also consider supporting extended scripting like those MSIL compliant ones? ---- Deepak Vasudevan http://thamizhththendral.blogspot.com/
Forms in zCreator
Dear zCreator Team, Does Zoho Creator forms allow only a simple flow layout? Can you try incorporating support for custom stylesheets and my own precision positioning the elements? ---- Deepak Vasudevan http://thamizhththendral.blogspot.com/
Ability to hold onto Record Collections across form events. OR ActiveRecord/ORM'ish relationships
Right now each form event (on add, edit, validate, etc), is pretty much it's on sandbox when it comes to variables. I would love the ability to load in a record collection "pointer"/ model that can be accesses across the events. This would cut down a lot on unneeded "state" fields that are pretty much only created to bridge the gap from say an on-add to on-validate. I recommend a "collection" field that works much like formula or just a global name space mixed variable map(). Where you could stick
Creating a form counter
Hi there, I am new to Zoho Creator and I was wondering if anybody had any feedback or suggestions on creating a counter based on the amount of entries submitted in a form? I essentially want to have a view created where it would check how many entries are currently in the form and show the total number in that specific view. Is that possible and does anyone have any idea how this could be achieved? I appreciate the help! Thanks! Danny
Global Variables
Re-posted idea from http://help.zoho.com/portal/en/community/topic/stateless-fields-and-push-buttons-in-a-database-form There is value in having a programmatically accessible global variable list. It would be similar to our global functions in that global variables can be used anywhere in an application (similar to zoho-defined variables). Here we could define our own variable names, types (numeric, date, string, etc), and optionally add default values that could be referenced in any code or form
Field Notes Suggestion
I would like to see a new option for each field for programming notes. Information would be entered that reminds the programmer how that field is used. This would be next to the Tooltip but does not show on any other screen. Herb Wexler
Remove 'All Times are in ' from forms
Very minor request. On the bottom left of all views is the phrase 'All Times are in ' even if there are no time fields on the view. Is there a way to remove this note? Herb Wexler
Allow inline field placement
Sometimes it would be nice to have a few fields on the same line such as city, state and zip in a form instead of always having only one field on each line. It would save a lot of space and make the form look better.
Discussion Forum vs. Lounge
Hi All: What is the difference between the "Discussion Forum" and the "Lounge?" Thanks, Kevin
How come if I make changes at a Form, it doesn't automatically change the View?
Hello ZC Team How come if I make changes at a Form, it doesn't change the View according to it? Why aren't changes at Forms not automatically applied to Views? Wouldn't it be a nice DEFAULT SETTING behavior (of course with optional advanced settings to adjust it granularly)?
Community Bug Tracker App
Charles, what are the plans for the Community Bug Tracker App? Ref: https://help.zoho.com/portal/en/community/topic/home-page-loading-problem Thanks, John M. Whitney
Custom Actions displayed as buttons instead of as a dropdown field
Wouldn't it be great if we could replace the dropdown field for custom actions in views with actual buttons. Like this: The improvements would be: No more ugly dropdown field Choices are too close together in the dropdown selection, which is why mistakes happen; these choises are often even opposing ("do A" vs. "do the opposite of A")What do you think?
Implementation of the "Rich Text Editor" feature for Cycle 4
In the final phase of Cycle 4's community-driven feature process, the details of the new feature will be worked-out in this forum post. Link to feature proposal. Link to Cycle 4 results.
Page Direction
Hi, I like your application. And, I'm wondering if I can change the page layout direction from the let to the right is it possible? Regards, Ghazi
Better UI support for iPhone and other devices?
Creator is great. Access to creator forms on an iPhone and Android etc is great too. What I want are better ways to make a form and other elements look great when mobile. I dont want a PC form to look the same on my iPhone. Creator could be a fantastic platform for rolling out database applications with a PC user interface and backend and a mobile user interface that has big buttons, sliders, gauges, etc. One platform could create fantastic iPhone apps with database backends! Can you add user
Cycle 4: RESULTS
Cycle #4 voting is over. 1st Place: Rich-text editor CYCLE-4-41296882 2nd Place: These all had 5 votes each Date/Time field format adjustment and Google Checkout or Paypal Integration Programmatic Access to the Platform Share Module View the voting application here: http://creator.zoho.com/niskypto/cycle4/ Thanks, John M. Whitney (niskypto)
Formatting
Please provide a few more formatting tools, like header alignment, and at the very least let us format formulas... For example if I take a dataset that is type USD with no decimals, it appears as such, with commas, even. But the formulas derived from this are plain (no commas) and I cannot drop the decimals. Thanks
Cycle 3: Results of the Community Vote
The Voting Phase for the Third Cycle of the Community Driven Feature (to be developed by the ZOHO Creator Team) has ended. Once again*, Deepa Govind has the winning proposal! Congratulations! With 43% of the vote, her "Open URL in header Custom Action" is the clear winner. CYCLE-3-15581553 Runners-up were NiskyPTO's "Rich-text editor for input fields" at 23%: CYCLE-3-34411595 Fcpsppe's "Custom Buttons in Forms" at 22%: CYCLE-3-42494958 * Deepa also won the Cycle 2 round, which you can read about
ZOHO_CRITERIA (filter report data via URL) when calling a Report
It would be nice to have a way to filter Report data via URL. Zoho Reports does this thru ZOHIO_CRITERIA in the URL for the report thru URL parameters. This would help visualize the information belonging to specific rows or data subsets when calling a report from a View. Thanks -Gabriel
View Summary needs Print
The View Summary (View link) for each Row should include some way of Printing the popup window after it appears. Can this be added anytime soon ? Thx -Gabriel
Cycle 4 - Community Driven Features - New Plan
Cycle 3 of the CDF only had 7 final entries and 60 votes. Not much, considering the huge user community that is apparent from the forums. Also, some of these votes came from the same IP address. To be true to the intent of this project, Cycle 4 will have a few differences The idea phase will remain open until 5 days after 14 suggestions are collected. Thus, the minimum time for the idea phase will be 6 days. There is no maximum time. One vote per IP address. It's not really fair to have a bunch of
Next Page