Embedded page quarry string
I've build a page in creator where I use a querry string "?ID=XXXX" In my html snippet I can use this with the code NumberID = input.ID; But now in my creator page below the html snippet I want to use an embedded page. This page I would also like to give
How would I pass multiple IDs into a function or report workflow?
I'm currently working on an action item on a report and I'm trying to figure out how to run multiple IDs through it. It should first grab the multiple IDs and then open the stateless form with openURL, and put those IDs in a multi select field. I'm just
Captchas: No support for Google reCAPTCHA or similar
Hi all, The current captcha integrated into Creator is very basic, and often near-impossible to read. I'm building an app for a charity which includes a couple of public-facing forms, and this is a real issue for people with dyslexia and related conditions - it's effectively excluding them if you want any form of spam protection at all on your published forms (and that being said, the current captcha doesn't even seem very effective - bots can often read it more easily than humans). I've raised this
How to get the information if a particular Form is opened or not in Zoho Creator?
Hello, We are sending out the Zoho form link via email to respective individuals. Is there a way where we can know if the form link is clicked or not? Thanks.
Filter Pivot Chart by Criteria
Hey There Amazing Zoho Team, I wanted to see if there is a way to filter criteria a "Pivot Chart" report in the same way I can filter "List", "Calendar", & "Summary" reports. Example: I can filter a normal report like this: http://monosnap.com/image/y5q0XGzDSGZpsnOjuBYpdeUOFtSmFd I would like to do the same with a "Pivot Chart". What I've Tried: Filters and User filters are not what I am looking for. That just filters the data. I want to be able to filter criteria the data by connected forms. Like
Google Places API
Hello! In the application I am building I would like to be able to get the Google Places AutoComplete look up for Address. How would I imponent this into a form instead of using the default address field where you manual have to add it in. The reason
Multi language support for Notes Fields and Published Forms
We just upgraded to take advantage of multi language / translation support, and have the following questions: 1. The "notes" field does not appear to have translation support. Is there any workaround? Our forms included instructions using "note" fields, and we want to have these instructions showing in the appropriate language. Is it possible to display/hide note fields based on the language setting? 2. On a published public form that is embedded in a webpage, is there any way to have the user select
Getting a date-time field and returning just the time in a different format
I'm currently trying to write a script where it grabs a date-time field, reads only the time, and changes the time to a new time from a time field. So far this is what I have: eventTime = rec.Start.getTime(); eventTime = eventTime.toString("yyy-MM-dd","HH:mm:ss");
[Free Webinar] Learning Table Series - Creator for the Agriculture Industry
Hello Everyone! The Learning Table Series is a free monthly webinar that runs for around 45 minutes. It's offered to our Community users and aims to provide a dynamic learning experience by demonstrating how Creator can be used as a solution for various
Problem with record summary send mail inline
Hi guys, I'm having an issue with multiple elements of a record summary not showing up when sending as email inline. [ from :zoho.adminuserid to : SUrec.Email subject :"We value your feedback" message :"" Attachments :template:Send_feedback_email as Inline
[Free Webinar] Learning Table Series - Creator for the Food Industry
Hello Everyone! We welcome you all to the upcoming Learning Table webinar series. The Learning Table Series is a free monthly webinar that runs for around 45 minutes. It's offered to our Community users and aims to provide a dynamic learning experience
Minutes / Hours DELAY IN ALL OUTGOING MAIL
All my outgoing mail has been lagging by minutes / hours (randomly) or sometime 12-14 hours delay. and i can receive some email as normal (receive 1-2 minute after the script sent email) It's not very certain. When will there be a problem. Some days there
JSON not well formed error
Hi, can anyone tell me why I always get JSON is not well formed error message if I try to create a new contact in Zoho Books with the following code? Error message: {"message":"JSON is not well formed","code":1038} response = zoho.books.createRecord("contacts", "123456", { "contact_name" : input.first_name, "company_name" : input.account_name_company, "contact_persons" : {{ "salutation" : input.salutation, "first_name" : input.first_name, "last_name" : input.last_name, "email" : input.email, "phone"
External data sources in Zoho Creator, powered by Zoho DataPrep
We’re thrilled to announce that you can now expand your data connectivity capabilities by integrating external data sources with Zoho Creator with help of the new Zoho Creator connector within Zoho DataPrep. This exciting feature allows you to connect
What does this error mean?
Can someone please explain what this error means when I try saving my deluge script?
Field/Column Width in Subforms
I am new to Zoho. So far I have like all, but I am having difficulty with the limitations of the sub-form paradigm. Is there a way to set the column/field widths that are displayed in a sub-form. It seems to be forcing equal field widths, and I can't find a way to change. If i set the pixel width in the originating form, but those default back to mandatory widths when displayed in the main form. Thanks in advance for any suggestions.
Add a portal user form within an app.
Hi, Is it possible to add a portal user via a button from within an app? I tried some code from ChatGPT, but unsurprisingly it didn't work. I want to this as a time-saving measure, i.e. one customer can have a different role and be able to allocate
Map with "\" when adding text variable
Hi all, I'm trying to create an invoice on Quickbooks from Zoho Creator using the intuit.quickbooks.create deluge command. How it's supposed to work is that the user selects all the Invoice lines from a report, and then it clicks an "Invoice" button that will execute a function to create the Invoice on Quickbooks. To get the Invoice Lines data I'm using the following code: //Generate Invoice Lines InvoiceLines = Map(); LineNum = 1; AllLines = ""; for each line in getRevenues { InvoiceLines.put("LineNum",LineNum);
How to Upload Report in zoho drive from zoho creator as a pdf
Hi, I am using Zoho Creator and am sending an email to the customer with a copy of its record Now I want to upload this pdf file into Zoho WorkDrive how do I achieve this?
Error: Improper Statement
My Code: htmlpage Frame(Display_Booking) displayname = "EmbeddedView" content <%{%> <div elName='zc-component' formLinkName='Display' params='zc_Header=false&zc_SuccMsg=Data Added Successfully!&zc_SubmitVal=Submit&zc_ResetVal=Reset&Display_Booking=<%=Display_Booking%>' >Loading Form...</div> <div elName='zc-component' viewLinkName='Booking_Summary_Report' params='zc_Header=true&ID=<%=Display_Booking%>'></div> <% Userselectedid = input.Display_Booking.toLong();
Loading multiple images efficiently in Zoho Creator
I have an app in creator that is linked to a report template in Zoho Writer. One of the fields is a sub-form just for uploading images. Upon successful merge, the images uploaded through the sub-form will be arranged as a table with single column in the
Zoho Creator Upcoming Updates - October 2023
Hello all! As we step into the final quarter of this year, we're ushering in a fresh wave of improvements and new features to supercharge your experience with Zoho Creator. Join us today as we present the newest updates and enhancements for this month:
How can I access associated form data using JS (trying to build a widget)?
I have a widget page that offers a detailed view of a record of my Projects form. I have other forms associated with the Projects form and I wanted to display their data as well. I have tried doing it like this: document.getElementById("Assessment_Date").textContent
Cant Access Zoho Creator
Hello, I am having an issue accessing the zoho creator page from my Zoho login. I had been working on an app for well over 2 hours with no issues, then suddenly I got the attached error. My login still works for our other zoho services like zoho invoice, but no longer for zoho creator. I can log into the zoho creator mobile app, but my records are blank-only when I click edit do I see the information entered. I am the administrator on the account and no other uses have access to these apps and data.
How to create a budget remaining field
Hi all, I am trying to figure out a way to display a field that takes a total budget figure and subtracts it by all the associated records with that specific tag to have a remaining budget figure in the budget form. Budget Form: This form is where the
A major warning to Zoho Creator Users about backup limitations
Hello everyone, I felt compelled to write this topic to warn fellow Zoho Creator users about what happened to my business and the potential risks to yours. A piece of rogue deluge script in our system deleted thousands of records which had multiple links
How to push item name from Zoho Books to Zoho Creator using Custom function?
There are multiple module in Zoho Books, Suppose I need to push data of Estimate into Zoho Creator, I have created similar form in Zoho Creator as well as I made a connection with Zoho Books to Zoho Creator. I am able to push other data except this Item
How can I display lookup field data on a widget page?
I have a widget page that offers a detailed view of a record of my Projects form. I have other forms associated with the Projects form and I wanted to display their data as well. I have tried doing it like this: document.getElementById("Assessment_Date").textContent
Undestanding execution limit
Hi, i'm trying to understand the execution limit on creator's function. So, take a look to this screen: This snippet work. But if i add: i reach execution limits. Also if a wrote ONLY if (condition) {} this if gives to me an execution limit error. But
HELP! Re-Order Blocks on Report Detail View
Is there any way to simply re-arrange the order of the blocks on a record's detail view? I'm showing that you can re-arrange the FIELDS however you'd like, but the blocks can not be re-arranged. This is a VERY BIG MISSING piece. Any possible update coming on this?
Issue with Embedded Report Not Retaining Filters/Sorting/Grouping on Refresh
Hi, I’m encountering a significant issue with embedded reports. While filters, sorting, and grouping are saved in browser cookies and correctly applied when reloading the page, this functionality doesn't work for embedded reports. It seems that embedded
Detail View Layout - Reorder Block Option
Dear Creator Support, Would love to have an option to drag/drop the Blocks to reorder or add new blocks. It's a big hassle having to delete all the existing blocks to add new fields/sections to the Detail View, then re-add the previous information.
Why am I getting this error?
Can someone explain why I would be getting this error?
Zoho Creator Widgets - Do we have any option to test the widgets in Local Server?
Our current process We make changes in the widget code We pack and upload to Zoho creator then we do the testing after adding to the page. Is there any option to test this from local server? Thanks
URL for downloading uploaded file - THE SOLUTION
Hi, I would like to share the solution for downloading uploaded files using url. There is no documentation for it and there are multiple forum threads with old solutions that didn't work for me. Here is the updated url - tested and works! fet = form_name[ID
Here's how to set a numeric field to null or to blank
I'm not sure this tip is discussed anywhere, so I thought I'd share it. When a form has a numeric field, it initially is blank (assuming you have not given it a default value). However at runtime, once you give it a value, you are not able to clear the field again.with a script unless you click the reset button or reload the form. Unfortunately, that will clear all the fields in the form, not just the one field. Although you can compare the value of a numeric field to null, you cannot assign a
Fetch Records
Hi, I'm trying to autofill a form based on another form using fetch records. When the user inputs a name, I want it to auto-fill an address. I've put this under "on user input" for the account name variable. When I use the code below, it gives no errors. However it doesn't seem to do anything. It doesn't populate the address field in the form, and does not add the data to the table on form submit. What am I doing wrong? TableLink = Account_Information_Form [ Account_Name == (input.Account_Name_from_Order).toString()];
Auto remove corresponding record from subform report
I have a main form with a subform in it. So lets say I make an entry in the main form, and make two entries/rows in the subform and hit submit. Now, the subform report should have two entries in it. But now, if I go back and edit the main entry and remove
What does this error mean?
Can someone explain what this error means when I try to update my deluge script?
Collapse/expand groups en report view
Hi! We suggest adding the indicated functionality through a report configuration option when defining grouping criteria. Thanks, Eduardo Santander
Next Page