Custom function
Hi I have 2 applications and 2 separate forms in the 2 applications. I would like to create a custom function in one form in 1 application to populate a field in the other form in the other application. Application 1: RAMS Form: Profile Field: Airstrip_Name
What "On Success" event fires when the user selects "Duplicate" in a report?
I need to make some changes to bookings that are duplicated to ensure that they are valid for the system. Which success event is fired when the user selects duplicate from a report entry?
can we apply approval process between two application in zoho creator
Hello Everyone, I hope all doing well. I wanna ask some things, if we have two applications in Zoho creator can we apply for Approval and Reject Process. between two different applications in Zoho creator. condition:- app owner name is same, the domain
Change display configuration in mobile version of app
In Zoho creator, I'd like to have a report display differently in Mobile vs Desktop. I'd like the calendar report to have a default view of Month in Desktop version, and a default view of Week in the Mobile version. Can this be done?
Creator : Adding a customer record on sign up - getting the zohoid
I have an external sign up form and when the new user signs up I use the following script to update the customer portal : thisapp.portal.assignUserInProfile(input.Email,"nzaas"); What I want to do is also add a record to a form called customers and then
Enlarge and download photos in related blocks (mobile)
Hi. How can I enlarge & download the images uploaded in a subform and that appear in a related block (detail of a report) in the mobile application. On the computer they can be viewed in full size or downloaded but not on the mobile application.
Built in Product Catalog APP does not display images on user that came from the portal
This is the code I found showing the image . It is not displaying corretly when I tried it from the portal. I tried giving all the permission to the user but without success. if I am admin or users from Zoho creator they can see it normally. <% getProdDetails
Translation of text elements on Pages
Greetings, hope find all good and safe! I have added a second language to my app on Localization. Most part of translation is Ok, but I have seen that the "text elements" on Pages are not translated, neither: auto-translated or shown in the element list
Customizing Report Header text length/width
How can prevent Zoho to miraculously trim my Report Header? It is 48 character but Zoho somehow decide to trim it WITHOUT providing any way for users to see the full text (by display full text on mouse hover or a damn tooltip), which is I think a very
How to create product catalog?
How do you create the product catalogue part in the product catalogue built in app? I need that kind of visualization for the APP that I am creating. I am new to Zoho creator I tried reading some but I cannot find enough info about how it was structured.
Direct to Url with preselected lookup field based on fields from last form
I have a form where my customers can "add a student". They are then directed to a form where they "set up payment". On the "set up payment" form, there is a look-up field to find the correct student. Rather than having my customers look through all student
How embed record edit mode on HTML Snippet??
Hello, Context: I am developing with a page component, where I want to pass to the iframe the ID of 'X' records and I want the iframe to open the edit mode of the given record so that I can edit and once the record is updated move on to the next one.
How a user can change color of records in a ZC5 list?
I know that with the conditional formatting it is possible to set up rules with colors etc through the report properties. Is there any way for a user to change the color of each row/record (maybe with a button or custom function which opens a color palette) without going to report properties -> set rule etc. I mean to change the color (of a row) directly from the list without need to set up rules in conditional formatting!
Add main form field data in subform row
Hello Everyone. this is very urgent, please help me I have a main form that has a single line field that is Employee id, I want to perform an action when employees fill it will be copied in a subform row that is also employe id. it will be pasted from
Trouble with Zoho CRM fields to Zoho Creator
I have an old application that works fine getting info from Zoho CRM to Zoho Creator and I'm attempting to use a similar code on the new application. The old application has the record ID (zoho crm) variable as a Number. My new application has the record
Field called "A" appeared in a subform. Not showing up in the builder.
I have a subform on a form and a field called "A" has appeared within it. It does not populate in the builder, it does show up in the Application IDE. I have tried to delete it from the IDE and it keeps reappearing. How do I get rid of the field without
Test roles and permissions with an account with an uniq user
Greetings, hope find all good and safe! I have an account with only one user to build apps. How can I test my roles and permissions, once I can`t dowgrade the uniq admin user? Can I do that via Sandbox? Thanks in advance.
form can not be submitted
Hi, I created a form, and can not submit it. Got an error message: Error occurred, sorry for the inconvenience. The form has a subform with 54 rows. I do not want to loose data and do not want to create the form again. Any tip how it can be managed, please?!
How to have change image on drop down change?
I want to achieve like ecommerce type in which when you change the variant it will also change the image shown? How can I do that? thanks
InvokeURL showing Internal Exception on the URL line
Hi Everyone trying to use InvokeURL to hit an API to create a new order in our ERP system got all my params set up in a Map and my header set up in Map, but its not even giving me errors in failures from the API, its telling me So is it not even able
Trying to Hide and clear multiple fields at once
Hi guys so ive got a form where im trying to let the user select a Division, and then a Category, and then the sub-category. Each is dependent on the level above it. How can i make it so that if the user changes their answer on any of the levels, it
Mobile and OTP based Login
Hi All, Can We Login Zoho Creator App by Mobile Number or OTP in Web and Mobile?
Pivot Chart showing Maximum Dates
We have a two forms, one that contains valid dates/publication that the user can select, the other contains data including a publication and one of the selected dates. For an admin report I want to show the maximum date that's configured as well as the
Pivot report with fields from main form and subform
Greetings, hope find all good and safe! I have a form related with a subform. I need to create a report type pivot, but only the fields from the main form appear (it seems that it is a known limitation), someone know alternatives to this? Thanks in
Publish mobile application costing
Is there any extra costing to publish create mobile app on play store or apple store without any customisation only with our brand logo.
On User Input read value and then clear field - Barcode
Hello I have a form that has a barcode reader field that when the cell receives the code automatically adds a row in the attached subform showing information from that scanned code. The point is that I have done this with the 'On User Input' workflow,
Why Should Organizations Opt For Zoho Creator?
The Internet is a hub of multiple businesses displaying their products and services. The Internet is made up of numerous software and solutions designed to cater to different needs. However, if you seek effective assistance that offers complete database
Dynamic Lookup Field Filtered Based on Bi-Directional Relationship
I'm stuck on an issue and could use a little help. I have an Accounts form and a Contacts form. The Contacts have a bi-directional relationship with Accounts using a dynamic lookup on Account Name. The relationship is 1 Account to Many Contacts. I have
Creator scan barcode won’t focus
I can’t get the camera to focus on the barcode or QR code about 90% of the time I am trying to scan something. I’ve tried single and double tapping the screen. I’ve tried moving the barcode closer/farther from the camera. I’ve tried different lighting.
Has anyone else experienced some strange behavior with Strings in Deluge recently?
I have a picklist item that I match to a string value in some if/else statements. Example: if(input.picklist == "Test") { info "Foo"; } else { info "bar"; } When input.picklist = "Test", I still get "bar" . I had two separate statements that
Dropdown value selection on Field
I am having a form in which two fields are there: 1. First field contains two values 2.second field is a dropdown which contains 10 values. i want to select a value from first field and on the basis of that field only the values which are related to that
List function format
Hello, I have this scenario: codesFormA = input.Multiline.toList("\n"); codesFormB= List(); for each line in FormB[ID == input.Lookup_Field_Name] { codesFormB.add(line.SubformB.Code); } My question is why codesFormA returns: 1,2,3 And codesFormB returns
Copy value integration field
Hi, I have an integration field with CRM to look up account names, I want to copy these names to another field but every time I do it I get an ID. I have tried like this: input.other_field = input.integrationField;
submit button on top of form
I have a form with many fields. The user needs to page down 3 times to get to the bottom. I've arranged the fields so the important fields are near the top. Most users will never need to enter information in the fields near the bottom of the form. Is it possible to create an additional Submit/Cancel button on the top of the form? Currently all users need to go to the end of the form just to hit Submit. Thanks Herb Wexler 222.PreventingMediocrity.com
CALL A WIDGET ON AN IFRAME
Hello a question, how can I call a widget in an iframe of a page, without using the widget option Which route do I add here so that the widget that I need to visualize appears? I want to use this option, is there a way to do it?
Open subform as popup from report button
Hello, I have a form that has a subform inside, this subform I want to fill it when I press a button on the report page and then save this data in the record. I have seen some examples in other topics but it is not clear to me because some have different
Create reports using SQL queries
Create reports in zoho creator using SQL, to save fields in a form, when you want to make indicators or calculate the difference of dates (days, month, year) and instead of saving the information in a field to view it in the report, it would be super
Logging and debugging
Hi, Is there a simple debugging tool that works like nLog? log.warn(), log,debug(), log.error(). That kind of thing, it can capture variables and logs date/time/linenumber automatically. Destination can be configured. Logging level and scope should also
Photo session application with Zoho Creator is it possible?
Hello, I want to develop an application to automate the whole process of photo shoots. This is the process I need help with and I need to know if it is feasible with Zoho Creator: I take photos > I pass it to postproduction > the postproduction guys
JS SDK - I can't execute from other route than index.html
I am working with a React widget. When I try to use AddRecord from the JS SDK APIs from /index.html of my react app the request is successful. While when I try to use the same function from the same promise (initialised in App.js) but from different route,
Next Page