Easy way to insert images into rich text fields
This is becoming more and more important as people get used to being able to do this in emails etc. In Zoho Creator, this this seems really difficult for the average user who does not know HTML.
Creator Report Issues
There are two reoccurring issues with Creator Reports that need to be addressed: Report Regeneration We should not have to do a report generation every time we access a report. It is confusing to clients when they need to conduct a regeneration and when they can rely on the data that populates. I have found that these reports have to be regenerated very regularly and the data that populates is often several days old or doesn't even make sense. For example, today I pulled up a report that only
Limit each multiselect option to a max number of entries
Is there a way to set a limit on the number of times a multi-select option can be selected? For example, if I have a field called "Dates Available" and the choices are: Mon 1 Jan Tue 2 Jan Wed 3 Jan Can I set a limit so that each choice can only be selected
invokeurl variable mapping
Hi, I have set up a 'connection' to Mosyle MDM so I can pull usernames via API I have the following code which seems ok but doesn't work 'Error occurred while executing on load script.' header_data = Map(); header_data.put("Content-Type":"application/json","accesstoken":"MyAPIToken");
Calculate between days of Leave
I calculate in between days but the problem is it also get the weekends. numberOfLeave = input.Beginning_On.daysBetween(input.Ending_On); daysofLeave = numberOfLeave + 1; input.Number_of_Days = daysofLeave;
Populating a field in the subform dynamically in the main form
Hi I have a main form and a subform. In both the subform and main form, I have the same dropdown field called Status. I would like Status in the subformto dynamically populate the status in the main form. I will have several records in the subform but
Upcoming Updates - June 2021
Hi all, We hope that you are all safe and in good health. It has been one of the most challenging times of our age and we, as a global community, are trying to deal with it to the best of our abilities. Zoho Creator team has always tried to stick to its
Update ALL records that fit criteria
In my form I will have multiple records that fit my fetch criteria of: Name.first_name == input.Participant_s_Name.first_name && Name.last_name == input.Participant_s_Name.last_name && DOB == input.Participant_s_DOB On successful submission of another
How to pass value of HTML textbox to page ?
I have created report using HTML & Deluge (Page HTML Snippet) .Now I want to provide some filter option to the end users. Someone please help me to pass value of html textbox ( <input type="text" id="dt" name="dt" >) to page parameter.
Filter stopped working, users can't view data
I haven't made any changes to my app and this morning none of my users can view their data. My form has an 'access' field so each record contains the emails of the zoho users that will be able to see it. Then on the report I use a simple filter that says access contains zoho.loginuserid. It has worked without problems but this morning for some unknown reason users cannot see any records and I can't figure out what happened since we didn't do any modifications to the app. 1. I am the admin and I
Split record into multiple records
I am not sure if this is possible, but hoping for any ideas to make it work. I have a form that my customers will complete to book their children in for a class. They can select to book in multiple children (up to 9) which makes the required number of
When the Lookup Field "Add New" is selected
How can do I intercept when this option is selected? and am I able to redirect to a stateless form instead of the pop-up?
Access Video using Deluge
I have a form where I can upload a video/audio. I would like to see if I can show the video as a iFrame over Zoho Sites using scripts
Invoke URL Function is showing execution error
I am using the trial service of Zoho creator. I have tried the code in the screenshot. but i am getting the WebhookCallWarn error in execution. Please anyone help me to exceute the script correctly.
Is there any way to access via Deluge the Developer API usage?
I'm working on a project where it is essential to know when the Developer API calls reach a certain point, and I would like to send some notification when they reach 50%, 80%, etc. Is there any way to check the number of calls uses in a given day using
Error when saving ZML code in Creator pages - "Cannot resolve the name 'panelType' to a(n) 'type definition' component."
Recently when trying to edit the ZML coding of page panels, we are receiving the error message: "Error found in line number 5 : src-resolve: Cannot resolve the name 'panelType' to a(n) 'type definition' component." This error occurs regardless of which
Use Page parameter to filter report embedded as a button
I have a Page for viewing information about a specific Project, it is filtered using a parameter proj_id In the Page, I have used Report > Embed as button to add a button to open another report in a new window, I want to filter this report on a field
Need User & Customer see only their own record?
Look like can not set disable sharing record to each user. We need Users and Customer from portal to see only their own record? Thank you
Set allowed dates on condition
Is it possible to write my calendar allowed dates into script? I have a dropdown field where people will pick a class. The day of the week that class is held on is listed in the name Eg: Monday 10am class, Tuesday 4pm class etc. They are then required
"Unsafe attempt to initiate navigation for frame with URL" when trying to use stateless form filters on embedded report views
I have various stateless form filters and report views embedded in my PHP website. Until recently the workflow of using a form to openURL with an inframe target to an embedded report and pass in filter options worked fine, however now I get a "Unsafe
Search in the new CREATOR
Is anyone having trouble with the search feature in the upgraded version of Creator? This has become a real problem. I type in the box my search parameter (for instance "Moore") and press enter, then click on search. Nothing appears... and I have hundreds
Building a page that runs a script on multiple records
Hi there, I'm building a system on Creator for a loan company. I'm trying to build a page where they can go and search a name and then received a list of loans as well as the total payoff between them. Ideally a search form at the top, a record list/report
special caracters
Hi how i can validate on a input if an user use special characters like ´ $ % etc ?? i want that i use an special character dont have the option or throw an alert before submit thanks
Subform limitations
Subform is generally a great functionality, I do believe it is limited so far in Zoho. 1. It displays all fields from the form. What if I only want to display some fields? 2. Can it be sorted? 3. It would be nice to have more of view like capabilities ( sum calculations), Ui 4. If I have File Upload in subform, how do I see it? I think it should behave more like view in that case 5. This is a different discussion, but I think File upload field, should allow some kind
Validating duplicate studio booking b/w same time interval
Hi, We have form with dropdown field "Studio" with options {Studio 1, Studio 2, Studio3} and date-time field "From" & "To", so suppose if I book ( ID 46 ) a studio from "15-Aug-2021 10:45" to "15-Aug-2021 12:45" with studio selected as "Studio 2" then
Calculating Time Difference between two Date-Time Stamps on Zoho Creator
Hello, I am trying to find the time difference between two time-stamps. We cannot use the timeBetween function on Zoho Creator so I am using the following script to find the number of days and then round off to the nearest higher integer. Number_of_Days
Barcode Scanning - Auto Submit
Hello, When i scan barcode using a scanner the form automatically submits. How do i stop form from getting automatically submit?
"This report is not accessible" message in published page
I have created an application with some reports. The application includes a page with buttons, each of them with an "Open report" Action type. I have published the page to share it with final users, and when any of them clicks on a button, a page with
Override report name when embedding on page
Sometimes i need to duplicate reports just for changing the report name. It would be great if it will be possible to change the name of the report when embedding. Report header color also will be great improvement for the interface. Thanks
Can i share file from "Upload File" field with public link?
Thanks
Receive User response in Alert?
Does anyone know if one can receive User Input in Alert? For an example, I have a stateless form that will have a button say "Generate Data". If certain conditions exist, I want the Alert to say "Duplicate condition exists, do you want to proceed?" and have a Yes and No type button in the Alert box. Then based on the user response, the On Click event will behave differently. Is this possible to do in Creator? The Alert box seems to be just displaying a message with Ok. Is there any enhancement
How to Use Zoho apps to built a system to run a offline Supermarket
How to Use Zoho apps to built a system to run a Supermarket offline (Physical), where the system will be in cloud .
Rank records
I have a report of paid invoices including the field 'customer name' and 'total'. Is there ANY way, either with a report or a page that will let me know who my highest paying customers are?
Open another form to edit a field directly through a report
Hi, In my app I have a report (let's call it "Actions") that shows comentaries from another form (let's call it "Comentaries"). Sometimes I need to modify what's been written in "Comentaries". It bothers me that everytime I need to edit a field I have to go to another relatory, find the register and edit it. My question is: Would it be possíble to call, directly from the relatory "Actions", the form "Comentaries" which contains the field I want to edit (in edition mode), edit the filed and submit
Form Field Not appear in Lookup !
I have two equal forms, same characteristics, same drop menu, etc but one of them does not appear in the lookup. Is it a zoho bug? Has it happened to them? Have they solved it? Thank you !
Minutes Rollover
Hi, we are trying to create a minutes rollover because the support uses an allowance system (allowance varies from client to client). We have a form where minutes get stored for the course of 3 months because we allow minutes to roll over as far back
Show a Percentage on Panel in Zoho Creator Page
Ola party people, I am wondering how I could achieve a 'Percentage' that automatically calculates based on a count two seperate forms on a panel on Zoho Creator Page. I dont know any code, but im assuming it would be something along the lines of: Variable
building a custom Auto Number
I would like to create a deluge that will populate a field with a "work ticket number" That number I would like to build off of the last ticket done per "driver." So, what I would like to see is perhaps the last 4 digits of a driver's record ID followed
Map report isn't showing all records at one time
It seems that map reports only show X number of records at one time. Has anyone else experienced this? Does anyone know what the record limit is? (I've contacted Creator Support about this and will update this post when I get a reply.)
INVALID DATA when Create Record
I have a form to create new deals with a lookup multiselect´s field in other form. The field looking up is Contact_Name The script for submission is: **************************************** for each alum in Lista_Alumnos { var_map = Map(); var_map =
Next Page