AI that checks text content quality and for plagiarism
Hello, A client has a requirement where the users will be typing in content consisting of multiple paragraphs in Creator. The text box will be checked for plagiarism and also for its quality. What would be the best approach for that?
error occured please contact application owner
Hi Zoho, I am facing an error on my application on Zoho creator. The user fills in all of his/her data and clicks on 'submit'. Once that happens this error message pops up 'Error occurred please contact application owner'. However, the data has been trapped in the database. The user doesn't know this and tries to re-enter the data, causing multiple entries. Can you please help? I can give you access to the application if required. Naveen
Is Zoho Creator Currently Experiencing Issues?
I have received suddenly reports from my employees indicating intermittent service disruptions in Zoho Creator.
Zoho Creator On-Premise
Hi, It would be great to have a On-Premise Zoho Creator version/solution for clients/organizations that require to store the data on their own servers. Is that something to come on the near future? Thanks.
JAVA RENAME FILES
Hil All, Its possible to change the name of the File that user upload in a file field (PDF format) with data that already exist in the record? Best Regards!
Hide form *section* with Deluge?
Hi folks, I have a form with questions arranged into sections. I want to hide/show a given section or sections on user input with a given field. I'm obviously aware that I can hide individual fields with Deluge - but I can't see a way to hide/show a section. Does anyone know a way to do this, or is it only possible at field level? Thanks in advance, James
Zoho Creator - [Free Webinar] Creator TechConnect Series - Custom widgets and extensions in Zoho Creator - Part 2
Hello Everyone! About the Creator TechConnect series The Creator TechConnect series is a free monthly webinar that runs for around 45 minutes. It comprises technical sessions in which we delve deep into key essentials and technical nuances while building
Fetching data and updating data
I have a form called My_Info that has a field called Validation_Credits. Now I want that whenever I successfully submit another form called Customer_Details the field value Validation_Credits in the form My_Info deducts 1 and updates the value. So if
Where is the documentation for For, while loop implementation?
Folks, According to the roadmap http://help.creator.zoho.com/Roadmap.html, this feature is implemented already. However, I am not finding any documentation that talks about this. So is there any documentation about this? Any update will be appreciated. Thanks.
Custom Buttons in Stateless forms - how to bypass form validation criteria
Hi I have a number of stateless forms that have mandatory fields which are required to perform an action (e.g. insert records into another form or send an email) I want to create a custom cancel button with the only action: openUrl("#Script:dialog.close", "same window"); However, when I click this button, I'm prompted to fill in all of the required fields on the form. Of course I want to be prompted to fill in the required fields if I'm clicking my 'Submit' or 'send mail' button, but - how can I
Attach Record PDF to Email
Hi, We send test reports to clients via email and attach the pdf report for that record. This is currently done in Access. We have nearly finished our App in Zoho, however, hit a snag. We have created a button to download the record as a pdf as below, which works well. https://app.zohocreator.eu/zohoapp/app/record-pdf/reported/15794000002731111/test-report-123 How can we attach the record as a pdf attachment to an email? We have the email all set up ready, just not sure how to attach. Many thanks
IF/THEN Statement
I am trying to write an IF/THEN statement in a formula field. when I use the conditional formula builder it returns the script below. if(Current_Odometer>=(Last_Oil_Change_Mileage+Oil_Change_Interval), “Due”, “Coming Due”) I then get the message below.
problem with dollar sign replacement
Hi, I am trying to avoid users from entering the dollar sign in a string field So I want to check if the dollar sign is in the string and if so replace it with nothing if (input.invoer.indexOf("%") >= 0){ input.invoer = (input.invoer).replaceAll("%","");} This works other characters. If I do this for # or & it works. But only not for the dollar sign Please let me know how to solve this? Rob
Sendmail function- customise Attachments ?
Hi, I have the following creator sendmail function working- sendmail [ from :zoho.adminuserid to :EmailTo subject :emailSubject message :"" Attachments :template:Staff_Setup_Template:Employee_Setup_Forms recordid as inline ] But I want this function to
Authorization for rest api
I dont see the india dc in client settings thats whya the code generated shows invalid client
Zoho Creator Performance - Slow
Since 10:00am AEST, the response time in Zoho Creator is around 35 seconds. Has anyone else experienced this in the same time period?
How can I get only month and year in Date format
Hello, I want to show only month and year in Zoho Creator Form Builder for that I used Date Field as input . But in default it shows like this only 08-February-2024. I want like this February-2024 . Is there any way to resolve this .
Custom detail view is not visible on mobile devices.
I'm reaching out to address a concern regarding our Zoho application. It has come to our attention that the custom detail view we've created is not visible on mobile devices, whereas the default detail view is accessible. Could you please investigate
Close popup
Is there a simple deluge command to close the current active popup window? Background of my question: A form is openen as a popup window with the openurl function I added a deluge function on success > direct to a certain page (depending on who is logged in). That works, however the form in the popup stays open (but blank so maybe reloads or resets). In one case it's even worse since it starts with a stateless form, which then opens a second form, both in popups. After submit, both popups stay open
Best way to sell an app
Hi, I would like to sell an app to a customer, but I hope to have different customers for the same app in the future. My customers don't have technical skills, then I need to provide them an easy and whole solution. Which do you consider is the best way and cost-effective to sell them? The alternatives that I'm considering are: 1. To buy different Enterprise Users in order to establish Roles and Profiles to my customers. 2. To buy a customer portal and share my app from zoho developer to the zoho
Why is Creator so SLOW?!
When I first started working with Zoho Creator on a project a few months ago it seemed relatively quick. When I say quick I mean that the page load times happened right away and the processing of the deluge script occurred fast. Now I find that the application I built is painstakingly slow! Has anyone else seen this? It seems the more forms I have the slower the app but now that I just tested an app with 1 form, it also seems slow. I'm a consultant who has built a huge application for my client
Getting Subform Data from API
How do I get subform data from the api Get Record by ID 2.1 endpoint? I've tried all the different field config parameters, and I have the subform data in the detailed report I'm trying to pull from, but I never get subform data in my response.
Are the Integration tasks still using API V2.0?
Are there any plans to update the integration tasks to use the V2.1 API? I'm assuming it's still on 2.0 since I can't seem to stop the workflows from triggering when adding a record and I haven't needed to bother with the external API yet so I'd rather
Can you create confirmation messages in Zoho Creator?
Hello, I would like to create a confirmation message that asks the user to confirm that information they have added in a field is correct when they attempt to submit the form, and gives them a "Continue" or "Cancel" option. Is this possible, and if not, is there a workaround? Thanks!
How to navigate to particular section based on selection of radio input
Hello, I'm trying to migrate my system from Google Forms to Zoho creator. In Google Forms there is a feature where in we can navigate to a particular section based on the value selected in radio input. It's called "multiple choice" in Google Forms. How
Reset Auto Number field
I could be missing something really obvious but how after testing can an Auto Number field be reset?
Custom actions are not displaying on mobile
Hello, I have created a custom button on one of my reports for each record. The button is working correctly and displays fine when viewing in browser on my PC. However when viewing on my IPad, the custom buttons are not displaying. I configured the report for mobile to show the custom button, but it is still not displaying at all. any help is appreciated, thanks.
Problem with If statement in html page
Hi there! I'm trying to make a HTML page and I need to apply some conditions but I don't know where is my problem. This is my initial code: <%{ bill = Presupuestos[Code1 == input.code]; entorno = Entornos[ID == bill.Entorno]; %> PRESUPUESTO <%=bill.Code1%>
Customer Portal
I have been successfully using customer portal to allow individual to have access to certain forms and data in my system. They all have their own unique username (email). Is there a way for me to know or capture each time the user access the system using
Map Report Pin Colour Customization
Hi, I would like to make this simple customization in Map Report. I've got a form like this: Name Address Type I would like to change map pin colour using the "Type" field, for example: Type=Hotel -> Red Type=Restaurant -> Green and so on. Is that possible? Thanks, Massimo
Addition of row based on Subform View type
Hi there, Straight to the point, if I use Subform View type List, I want the row is actually added when I click on the Done button, instead of added as soon as I click on the Add row button. My use case, I have: 1. A subform in the List view, has a field
can we edit certain things in zoho books using ZC
Greeting im new to zoho Creator we have been using books for months but we found that certain actions not available such as approval process for Journals or Payments Bill that they dont have option for super admin approve before sending can we do such
Can I host my own custom fonts on Zoho Creator and use them in pages?
Can I host .ttf, .woff, .woff2 files somewhere in my creator app or even other zoho product and use them as fonts in my pages viewable by portal users?
The Contains Function Fails for a List Due to BIGINT Error
Finding is a list of integers (ID values assigned by ZC). In attempting to run an aggregate counting, I requested to count how many times an ID number was in this list and it throws the error. I feel this is yet another example of how the new lookup requirement to only reference ID numbers is causing issues.
ZOHO Creator just hangs when i try and install a template.
Hi As the title suggest, when I try and install a template it just hangs on the below screen.
Reserved field link name (identifier) - "requestType"
For the benefit of others - don't name your field link "requestType", will result in a form submit error.
Schedule Import
Hi I want to import the data on daily schedule basis ,how do it In zoho reports also there, i want to same is it possible ,i refer forums https://help.zoho.com/portal/en/community/topic/importing-data-with-a-schedule But i cant find it how do it Please explain Thanks Satya NHM
GeoTracking Or Tracking system through google
I am developing an Application related to delivery management . So i need to implement geoTracking so that the customer can track the product through geo tracking .For example , In zomato we can see the delivery boy through google map where he is arriving , in which route he is comming etc. So i need to implement those features in my application. So is there any solution to implement
Not Getting Subform Data from API 2.1
I have a CRM function that needs to pull subform data from a creator form. I am using the API v2.1 and tried updating the field_config to "all", and "detail_view" (which has the subform in the report I'm pulling from). None of the API responses are returning
Disable mandatory lookup field that inherts from a parient lookup field
Hello, I have three lookup fields, a parent, a child, and a grandchild. I made the parent and the child mandatory, the grandchild needs to be mandatory only when its values are available and that is not always the case, hence why I disabled the mandatory
Next Page