Batch add users how?
Hi Think use professional express plan for one app. There is about 500 users who will use this app. How can I add all 500 users in one step? Their accounts email & creator's password are in xls/csv file Other side How can I mass add users to zoho creator cloud with login&password from xls/csv file? (so that after such step I can share my app with added users)
Limit on user number
My plan is for unlimited users but when I reach 400, it says I cant add more due to my plan. What is happening? Fix it asap. Raul
Caractère de type passeword
Comment formater un champ de type 'Single Line' pour que les frappes soient cachées sous forme de * ? How format the Single Line Field so as we can see hidden character "*"?
display pdf in app
Hi, I use my app to manage orders received. I upload pdf orders into the application But once uploaded, I have only a link to download it. I would like to be able to view into the app without download it. How can I do this ? thks
Looking for deluge script to move from one form to another
This is my first application, so I am learning the basics. I need to display only a subset of fields for a given form. I was planning to use a few stateless forms to accomplish this (and also to allow custom script for buttons). I would like to open a form, enter data on a few fields of "Form 1", then go to a different stateless form to enter more fields for "Form 1", and then go to "Form 2" to enter different data. I don't see any "go to" option. Is there a function that will go to a different
URL field not displaying suddenly
Hi I don't know what happened. We have a field that is a URL field. It is no longer displaying in the reports. The field is Url_village_map_earth. We calculate the URL when the record is created or updated. The URL for the form is: https://creator.zoho.com/waynemcc/lmv-tables/#Form:LMV_Villages an example report is: https://creator.zoho.com/waynemcc/lmv-tables/#View:All_Villages or https://creator.zoho.com/waynemcc/lmv-tables#View:Villages_and_Maps What has changed with Zoho Creator? Kind Regards,
single sign-on using our LDAP server
Can we sign into Zoho using the single sign-on using our LDAP server. We also use Microsoft Sharepoint Server and I wonder if we posted this app on a Sharepoint page, could we share the user sign-on data with Zoho?
Lookup fields not update when edit
I do not know why, but right now when I edit the field called "Equipo" (team) in form "EQUIPOS" (teams) which is a lookup field in the form "PILOTOS" (drivers), it is not updated! This is a basic functionality that should be fixed. I give edit access to support to see if you are kind enough to solve it (application called CGC). Thank you very much
Zoho Creator behavior is erratic with lookup fields
Am I missing something? Since the new app builder interface was applied, Zoho Creator behavior is erratic, especially with lookup fields. I reported this previous post about lookup fields edited but not updated. Now, I check with astonishment that populated values are set incorrectly, simply editing: In form EQUIPOS, lookup field "Monoplaza" I have the feeling of having been wasted hundreds of hours programming my application. Now it does not work...
help with getting values from subform and updating other forms
Subject line is not too good, here is what I want to do. I am building an inventory system that will include components (bottom level part) sub assemblies (made from components) and assemblies (made from sub assemblies and components) What I have now is a sub form in an assembly form that allows me to pick components and assign how many are needed for the assembly. I also have a form field to input the number of assemblies being "built" Now what I need to do is grab the number being built and multiply
Install app from marketplace not working
If I click on "Install app" in the marketplace, nothing happens. The app does not show on my home page as it's supposed to. It works if I install one of the 5 apps on the following page: https://creator.zoho.com/createapp. But I want something from the marketplace.
How to dynamically replace a dropdown list value?
Hi All, I'm looking for some magic code to solve a small problem please! I have a customer database where each customer can have multiple addresses. I have a dropdown list in the Add Customer form with "Address 1", "Address 2", etc. On Edit, I'd like to indicate to the user which addresses have some data and which are empty. The way I see this is to add an asterisk to the end of say "Address 2" in the dropdown list so that it become "Address 2* ", indicating that address 2 has been filled. I can
Embeded Link Border Issues
Hi guys, I have a form that is required to be on a black background. I'm using it as an Embed link - but when I do this - Even thought I've set the border colour to black, a white border is appearing around the form and horizontal rule around the submit buttons. Is there an easy fix to get rid of this? Link to show what I'm talking about is below: http://www.adlab.com.au/test/beefystest.html
Restrict Print to Iframe with barcode image
Hello, I'm working on an application that has a barcode component. I have an HTML view to generate the barcode image from a third party app, and I can print it, but when I embed the HTML view in a page with a form the Print Button Prints the whole page rather than just the barcode. Can I configure the Print Button to only print the Ifame it is in rather that the whole screen? Maybe a custom action?
Pushing Data from Creator to CRM Problem
Has Creator changed when pushing data from it to Zoho CRM. I had used the previous deluge script: myFieldMap = map() ; myFieldMap.put(“First Name”, First_Name); myFieldMap.put(“Last Name”, Last_Name); myFieldMap.put(“Email”, Email_Address); myFieldMap.put(“Sign-up Type”, profile_type); response = zoho.crm.create(“Leads” ,myFieldMap ); That script used to work fine, but not anymore. I have changed any settings on my app. Anyone having a similar issue?
Zoho RIP OFF
I just want to let you know that I am very very very unhappy Zoho. I understood from your FAQs that custom domain is possible. You have info in your help file about how to do it. Now I spend time developing an app and pay so I can use a custom domain and what do I find out? I have to pay for customer portal $99 a month. Is that information (from one of your employees on another forum post https://help.zoho.com/portal/en/community/topic/custom-domain-19-10-2013) correct? Please let me know within
Filtered Report -> Add Record with pre-filled fields
If someone has answered this already, my apologies as I couldn't find it. Consider a group of reports that are similar but filtered. We want to add a new record with lookup fields set as per the filter in the report but I can't work out how. Any ideas?
Multiple applications or 1 big application?
Hello, Rightly or wrongly; I have developed a few applications which combined make a nice suite for us to use at work. I'm not sure if I should have built it as 1 large application rather than 6 small ones. Can someone tell me if there are any restrictions / limitations on doing this? I can access data from each application using the Look-Up field - but can I access data when I want to create a Page which will display data from all different applications? Also, am I able to put Links to the difference
Lookup problem
Hello, I have a similar problem to the one here but my code writing skills are non-existant and I cant seem to adjust the code to suit. I have three forms: Client_entry_form Project_entry_form Document_entry_form Each project is assigegned to a single client and each document is assigned to a single project. The idea is that each client can have multiple projects and each project in turn can have multiple documents. I have the forms set up so that I can lookup project details from the document
Deluge update record - variable not defined
What am I doing wrong here? Deluge complains that thisEpisode is not defined on line 4. if(input.Close_Issue) { thisEpisode = Episode[ID == input.Episode].Episode sort by Added_Time desc; thisEpisode.Closed_Date = input.Date; }
strange math?
I have a simple calculation that's taking a field whose input is minutes and converting it to hours: Finished_Hours=(input.Finished_Length_minutes / 60).round(2); I'm inputting 614 minutes and it's giving me 10.2 as the answer instead of 10.23 why?
magento database
hello, Is it possible to connect magento site to another mysql database?
New App-builder - All set to hit the Screens !!!
A warm welcome to all Creator customers! You would be in the midst of joy using the old App-builder for these many days. Adding to that joy, we are delighted to introduce the new user interface and latest features in the product. The new app-builder possesses a modern outlook and well-organized application creation process that makes the application more dynamic, impressive, agile, user-friendly and robust. It’s time for everyone to change over to the new app-builder and enjoy the nice look & feel
Variable is not declared error when using a field from form
Hi everyone. I have a form for courses that has a Maximum_Capacity field and a Currently_Enrolled field. I'm trying to retrieve all Course_Name's where Currently_Enrolled < Maximum_Capacity. All of these inputs are declared in my Add_Form and I'm trying to access them in a new form called Enroll_Form. I used the Script Builder to set it up, but when I try this: "opt = Add_Course[Currently_Enrolled < Maximum_Capacity].Course_Name;" I receive an error stating that "Variable 'Maximum_Capacity' is
Pull Specific Field from other Form in Lookup
Quick background - I'm creating a project management system and have multiple form for different sub departments. One of the departments need to be able to calculate a project cost. To do this I have a lookup field (on FORM A) to select the product used in this project (FORM B). What I need to do is pull the price field for Form B and set it to a variable in Form A so I can out that into a formula. When I put the code together I keep getting and error that its looking for the boolean not a decimal.
String functions
Is there a tutorial or some sample code which demonstrates the use of the string functions?
Creating a calculation in another form on User Input in current form
I have a form for Assignments based on a project lookup from a Projects Form There can be several assignments per project and hey're delineated by Freelancer name. When I update the final length of a project in the Project Form I want the Length_of_Project field in the Assignment form for each person to update with that value. How can I do this? I've tried: onUpdate and onInput for the final length field in Projects to Fetch Records and the For Each Record, change the value of the Length_of_Project
How to set reminders to a user ?
Is there a way I can evoke reminders for the user for a particular date and time field ? Say if a date is set for 23rd November , on 22nd Nov or otherwise in a particular order I can keep reminders ?
Custom Scripts
Could someone help me with a couple things. I have a form set up and the data goes to a report however I would like to add some custom scripts but don't know where to start. 1) I have a form field that needs to be forced into all caps on user input (or data submit). I have tried a few options with the .toUpperCase() but can not get it to work. 2) Is is possible to have data on my report (specific row) to highlight a specific color based on a the date/time? For example, if the system date is within
Stringlist field in if statement
OK so I'm sure this is simple but I keep getting a syntax error saying Encountered ")" at line 1, column 37. Was expecting one of: "," ... "*" ... "/" ... "%" ... In the field action for Device_Thrombus on user input I am trying to hide all the fields on the form if they select No. Device_Thrombus is a checkbox field with the values Yes and No. if (input.Device_Thrombus.size() > 0) { if(input.Device_Thrombus.contains("No")) { hide input.If_YES_Covers_threaded_insert; hide input.Thrombus_Covers_Threaded_Insert;
False advertising - Misleading - Liars - SCAM Warning
To our disappointment, Zoho is an elaborate scam. DO NOT UPGRADE. According to this link: https://www.zoho.com/creator/help/zoho-creator-pricing.html Clearly shows branding is part of $49 Express plan - Only AFTER you sign up do you find that this was a lie. Typical. In addition - there is NO SUPPORT. The number is an answering machine. No one is there, and no calls back. DO like we did, and use a Virtual Credit Card if you want to upgrade anyway and see for yourself. This business is in India
Count grouped records
Hello, I am new here. I have made a report which shows records by grouping. How can I show the count of records for each group in the report? If I can make this work, I am sold on zoho! Any help will be greatly appreciated. thanks.
Adding existing users to share a report/ form
Hi there, I am trying to share a report with about 120 users (Amateur theatre company) Zoho complains that this is too many users and I should use a group. However when creating a group it asks me to invite users. I do not want to invite users as I do not want them to receive an email from zoho to join a group (for sharing a report/form I can switch the automatic invitation off) . I want to send them a personal email from my email account sending them a link to ZOHO to sign up, login and update their
Cannot log into Creator without security selections?
Hello, I am having trouble logging into Creator bypassing the new security option - it will be difficult to get all of our users to enter daily codes delivered through text messages each time they access the applications. Please advise. Thanks, Silvia
Signups and Password Recovery for Front Facing Apps
Greetings all: Does anyone know if there is a help page/work around for allowing signups and password recovery for front facing apps developed in Creator that: a) at no point shows the zoho logo or involves any screens that contain zoho info (account confirmation page, etc.) b) allows you to specify a different confirmation email so that again, the zoho info doesn't show up... It is obviously very confusing to new people signing up for an app where the app has a different name and the domain is
sharing an application does it even work?
According to this document, its supposed to work, but it doesn't seem to for me. https://www.zoho.com/creator/help/share/adding-new-users.html#Adding_a_Developer_to_account_and_allow_one_of_shared_users_to_access_the_application
Can't save from form Definition
I needed the exact same fields on two different forms. I went to the definition of the first form and copied the field information to the definition of the second form. When I saved I got this error. Error modifying the page null On similar occasions it has saved correctly. Are some field type not allowed? Is the error indicating some other problem?
Could you please code a scale on every axis of a radar/web plot?
Hello there, I checked with other developer and curiously enough, seems there is no way to see a scale on the axis of a radar/web plot. See example below: Maybe I am wrong, but this is quite odd. What is the use of a plot without a reference scale? Could anyone suggest a solution on this? Thank you D
Why my code disappeared in Z creator?
I have written the code in creator and after saving the code when I reopen the page I see the code is missing from the page. Please help me. Please see attachment ZCode.png.
created a user, but it can´t share the app
Hi, I´ve created a user with a zoho.com email and password, but it can´t access my app. I´ve shared the app with that user. Why is that ? What should I do to share my app with a user with a zoho email ?
Next Page