Function return value as panel display
Is it possible to for a panel to run a function on load event of a page and display function return value rather than value for a table. This may be possible via ZML but it would be great if Creator supports this feature.
Custom SMTP Settings
In the admin's account settings, provide a way to enable custom SMTP settings so that any sendmail script will route thru another SMTP server rather than ZOHO's. Example: Amazon SES now offers sending mail via SMTP (as well as an API). The typical settings for their SMTP server are as follows: Server Name: email-smtp.us-east-1.amazonaws.com Port: 25, 465 or 587 Use Transport Layer Security (TLS): Yes SMTP user name: XRASRT565FGR8909 SMTP password: XRASRT565FGR8909XRASRT565FGR8909 I'm not sure if
Number formatting in reports
On screen, when large numbers are un-formatted they are quite difficult to read: What would be really useful and user friendly would be the option to apply number formats for numeric fields in reports. In particular, thousand separators is what I need. For example, I would like to format the numbers 1200000 874000 2000000 like this: 1,200,000 874,000 2,000,000 It seems to me that a reasonable place to put this is under Report Settings -> Column Properties. There is a work-around which involves converting
Keep lookup field value when adding new record
When a user types in a lookup field to find a matching value, and there is no match, they can click the Add new record link. We need a way to keep the text they began to type, and transfer it to the new record. For example, there is a lookup field named
Kanban Report by User Fields
It would be nice to be able to create a Kanban report by the system user fields. Those are finite, just like a lookup, dropdown, or radio button. My use case is that users (employees) scan codes for tasks completed, and that form uses the system 'added user' field to designate who did the work. I would like to be able to see this is a Kanban setup by user, which is not currently possible. I realize that I could add an additional dropdown field and have it set by a workflow based on the added user,
JSON Import into Creator?
Hi. I hope the answer is "yes", but if "no", there's a huge opportunity area for Zoho to fill: * Imports of JSON data feeds After Googling the internet, I was lead back to Zoho's docs which indicated Creator has a very robust API/export option, but I couldn't locate or confirm if JSON imports are supported. Also, as a former DabbleDB user JSON, XML, & RSS feed scheduled imports was one of their better features that abruptly went away when Twitter terminated the product upon acquisition. Please confirm
Multi-Page Registration Forms
Is there any way to break down a really long form into multiple pages? What is the best way to handle multi-page forms? My client's event registration forms have approximately 5-6 steps in the form.
Ability to Create/Set Custom Form Templates in Creator 5
Hi! I have been developing a course/operations management application for a client. We tested concept in version 4, then switched to version 5 to develop the application. I noticed that while there are many form templates to choose from in version 5 (which is nice), there isn't a way to set a custom form that I develop as a template. In my client's situation, we are handling course registrations through the application along with other operational functions. I tried creating one 'master' registration
Switch between different Customer Portal on Android and IOS APPS
Hi everyone, I have several customers who should use more than one customer portal that I have made available to them. Many of these customers use customer portals on their mobile devices (ios and android) and they must disconnect/reconnect everytime to switch between different customer portals. It would be fantastic to have the ability to configure more than one access to the mobile app getting the ability to switch from one portal to another simply with a tap or swipe (like most applications...).
Are you able to add ASAP widget into a Zoho Creator Application?
I am creating a custom application in Zoho Creator. I thought it would be really cool if I could add an ASAP widget into that application so I am able to create articles on how to use the custom application. More so, it would be cool to the ASAP add-on to other Zoho applications so I am able to provide training documentation for my company in a separate internal application using a separate help center. Doesn't appear possible at the moment but I thought that would be a cool integration when Creator
Feature Request: Better Import Interface
Hi, Hope you are well. I know that you have made significant improvements to your import interface recently. However, I would like to suggest that you try to replicate the Zoho Analytics import interface. The Zoho Analytics interface allows you to schedule imports from URLs: At the moment, the way I see it, getting data into Creator for a citizen developer is a manual process. I know that that there are programmatic methods but they are limited: 1. Migration tool - no longer maintained so not suitable
Shift current version to Zoho Creator 5.
How can i shift my present/old creator account to Zoho Creator 5?
Assign Customer Portal Profile via Deluge script
Would be great to be able to assign a profile to a customer portal user programmatically. By default they are assigned to the "Customer" profile. This gives them views of every from I have created. Not ideal at all.
Lookup based on autopopulated field
Hello, I need help :) First I have to select and ''entreprise'' once this is done, i have a lookup field that shows all the ''fields'' i have associated to this entreprise. Then, once my ''field'' is selected, the lookup field ''crop'' autopopulate based on an other form. MY PROBLEM is that once this crop autopopulate, i have a lookup field dependant to this autopopulation into ''crop'' but it doesn't work .. and I don't understand why since the writing is the same (info comes from the same form).
Integration Between Zoho Creator and Zoho Connect
Is there any integration or plans to integrate these 2 products?
MD5
I'm working with a client to integrate ZC with an api-enabled service. When a user registers with ZOHO, I also need to POST the user's contact data to the api. The api requires a checksum value in the POST request. The checksum is a combination of my admin name, api account name, and user email. However, it's created using the MD5 command. In PHP this is: $test = "buzzap123256joe@gmail.com" ; echo md5($test); Gives a checksum: 9cc309fef02d2dc5e49c612838dbe20b Can we get an MD5 function for strings
Report row in Pages being covered up by the row count
I have a page that I modified from the Customer Relationship Manager app where I added a report in the a page and the last row or two rows is being covered by the row count. It clears up if I change the view type to something else and then back again. Please fix this as I don't want to have rows not seen due to being obscured by the row count
Custom Snippet tool for Zoho creator pages
Often I am making pages / dashboards which has a certain number of elements same (for example I created 5 pages all of which had 5 buttons which interlinked them together same). Now the rest of the elements of the page are different, but these 5 are just the same, so if there was an option to either make a snippet or a mini page sort of a thing which I could call within my application anywhere, that would be amazing. The biggest pain point here was that originally these were 4, so when I had to add
Debugging Tools
In developing an application, I'm constantly testing code blocks and functions for proper functionality. Since the debugging features of Creator are limited, this often takes a while to figure out why something is not working correctly. There are many forum posts that could be answered if users had better debugging tools. Also, this would help new users teach themselves. My feature request is to give the developers true debugging tools. Since I also code in Excel, I'm partial to its features: A watch
Select fields to copy
There may be similar fields in a form. Instead of having to retype each field, it would be helpful to be able to select fields to copy and then rename the new fields.
Improve graphs on pages
Hello, I love the pages and their graphs but I think two things are to be improved: 1. datetime's fields on x-axis grouped by month, year, etc. 2. sum of formula fields (I've tried with a formula fields converted in decimal (ex. (((input.start - input.end)) / 3600000).round(2).todecimal()) but it doesn't works. Thanks
challenges and opportunities - customer portal
I have recently completed an application development that utilises the customer portal. Use case - our customers are invited to the portal which they will use to confirm the details of their project, give approval to proceed and make payments. Following implementation, I have found a number of difficulties that make the portal difficult to use: Inviting customers to the portal. We are trying to make this as easy as possible for our customers to gain access. We already know their email address,
Dynamic Function Calls
Is there any intention to support dynamic function calling in deluge scripting. Example: x = "functionName"; r = callFunction(x, parm1, parm2); I think this feature is very important especially used to pass callback functions.
Add time on the x axis of the page's graph
Hello, I use Creator 5, and I would like to be able to insert the time's fields on the x axis of the graphs on the pages. Actually I see only other field's type (number, text, ecc.). Thanks Best regards
Bulk Add Functions
Hello, I think it will be great if we can use the attached form to add multi-functions instead of one at a time
Sticky Group Header In List View [Feature Request]
Hello, I would like to thank the devs for refining the app while waiting for C5... An additional improvement would be to have the group header being sticky. When there's a large number of rows in many groups, you can feel lost when scrolling up or down and not being able to identify what you see (lost context). Sticky group header would help. I made a little video showing the feature. Thanks for taking into consideration. Best Regards, Thierry C.
Edit next record
It would be useful to add a button that allows to edit next filtered records after submit. Now if I edit a record and submit, I must scroll to find the next record that I want to edit. Thanks
Pls, add custom action buttons in record-summary View (wich are specified for this view)
Pls, add "Custom action buttons" in record-summary View (which are specified for this View)
SMS Integration with other service providers
Hi, Can I do Integration of creator with other SMS service providers?. I have an account in MSGWOW service provider already , I don want to create an account with supported service providers of creator such as Twilio,Clickatell,Screen Magic,ClockWorkSMS,Hoiio. Is it possible? Please let me know how? Thanks ITKES
Connect with ZohoBooks Software, FREE Manage Order, Inventory, Customer data, Tax, Shipping, etc…
Zohobooks solutions for All Business, Satva Solutions provides zohobooks service like zohobooks API integration, zohobooks connector, zohobooks installation, zohobooks repair service, zohobooks enterprise solutions, zohobooks desktop solutions, zohobooks online solutions, zohobooks support, for all small business, accounting firms, ecommerce, online stores, ERP, Accountants and Bookkeeping enterprise businesses and CRM systems. http://satvasolutions.com/services/api-integration-services/accounting-integrations/zoho-api-integration-services
Feature Request - Total application count
Hi there, In the usage details section of the dashboard it would be very helpful to have a total application count to tell you exactly how many applications you have. We have hundreds so actually counting them up is extremely difficult. I'm sure this feature would be beneficial for most users Thanks
problem with link
hi, what's wrong with this code? it says "link not found" if(input.Candidato != null) { //populate field input.plain = "<a href='https://app.zohocreator.com/" + zoho.appuri + "/#Form:Calendario_Form_Link_Name?recLinkID=" + input.Candidato + "&viewLinkName=Elenco_Contatti_View_Report_Link_Name&zc_LoadIn=dialog'>Open Record</a>"; show plain; } else { hide plain; }
We need the application environment with our own logo both in android and IOS
Hi I'm Kishore Kumar.S as developer in Sixty One Steps Advertising Private Limited, we have been using the zoho products around 7 to 8 months as of now We developing web applications through Zoho creator for our clients and we want mobile application with our logo as both in android and IOS platform is it possible if, please let us know the steps. as already we know about zoho creator portal application (it is very simple and compare to mobile application in play store this is difficult) we want
Option to rename Print -> Print as Record Summary
I think it would be a nice feature to be able to set a different name for print dropdown in reports. So far we have "print as Record Summary" but it would be nice to our end users to have "Print Invoice" or "Print confirmation" instead. Easier to remember what it is for and to distinguish from "Print as Summary". Next thing would be to allow to hide "Print as Summary" as I think it is rarely used.
Break subform view into multiple columns
Hi Zoho, my client has requested a feature: He is trying to export the data into MS Excel. Obviously this feature would only work properly if there was only one row in the subform (e.g. one child entry). If you had multiple rows (multiple children), perhaps the values could be provided separated by tabs (since tabs cannot be added to an input field), e.g. for child name: "Bruce, Tom". cheers, Jeremy
Feature request: CSS editing in record summary
Hello, I really like the idea that I can customize a record summary template to fit my organization's needs. However, I feel that the HTML editing feature is very limited by itself. Would Zoho consider giving users the option to edit the page in CSS? I think this would be an extremely useful feature which will give users the ability to further customize the templates. Thanks!
Feature Request: control sort order in dropdown fields
This one is pretty simple. Dropdown fields have an option for "Alphabetical order". I've finally found a client who has a giant list of values, all DATES, and so to find anything in 2017, for example, the user has to scroll through many pages. I'd like to just sort in descending order, not ascending. It would be nice if you offered this option in the future. Thanks! Bruce
Cycle 2: Time-only Input Field
Suggestion: Time-only Input Field Purpose: Allow a user to input a time (similar to the date-only input field), but just for time. Motivation: I simply do not like in current implementation of the date-time input filed. We have date-only, why not time also? It's in military time, and most western nations are more familiar to AM/PM notation I don't need seconds, or at least I'd like to have to option not to display seconds In some cases (browsers) the java app does not appear and manual entry is cumbersome
Extend Quickbooks Integration
Extend Quickbooks integration by supporting additional modules e.g. Estimate module and enable function for sending forms e.g. invoices etc from Quickbooks via API.
Comma
It's almost a deal breaker for some users that the currency fields do not have commas. When I tell my users I can't do that I look like an idiot. Do I really have to roll my own validation and formatting with text fields? Was it a $100000000 dollar deal or was it a $10000000 deal? There are 90 million good reasons right there for commas. Please add commas. Please. tx, tt
Next Page