CREATOR work offline
In the future you have plans to increasing Creator to work offline?? Sorry for my english and tanks
Auto-Fill text box
I am trying to autofill a text box based on what I have chosen in the above lookup drop down box. This is linked to another form. Form 1 - New Request Form - this has the fields Supplier and Manufacturer Code. Supplier is a lookup drop down field which gets its data from Form 2 (Suppliers form). Manufacturer Code is a text box which is supposed to autopopulate. I would like to choose a supplier in the Supplier field and have the Manufacturer Code auto populate in the Manufacturer Code textbox, but
Duplicate application
Hi, I'm trying to duplicate my application (penta-crm-11) but it's not creating another one. Pls suggest. --I have shared application to support.
Is it possible to bring auto alignment inside deluge scripting?
it is very difficult to align when we do free style coding
I cant see user permissions in my app
I tried to search in every corner of the CREATOR! In Manage Users for example or in Share settings, this option doesnt appear to me! I remender to see these options in the old creator but now a cant find! I wanna create a user with read only permission! Its simple but i cant find! I use a Personal Free Edition with some adds!
Mapping Look up Fields to Zoho Reports...
I tried to map fields from Zoho Creator to Reports.. For most part, it worked with the exception of the Look Up field.. I get a unique number ID for the customer name... ... Any tips on how to take care of this? Thanks
Sub Forms in reports
I am using a Sub form and i am curious what happens to the data when it is entered. I can not see it in the report and all of the data is reduced to some ID number. What happened to my info and how can i find the Sub form in a report. IS it possible to create a link to that sub form that will then open up the data added to the subform?
Would it be possible to enter data into form using HTML Page?
Hi everyone, First of all, sorry for my english. I'm new to Zoho, just building my first application. A little help or guidance would be very much appreciated regarding my biggest problem so far. We are a dental lab and I'm trying to create an application for filling in worksheets. This is a section of our worksheet, the numbers are representing teeth Every square above and below numbers represent a field. Each field can contain 3 different values. (BG, K, T). I would like to create an HTML page,
Error with If then statement
I am having a problem with this statement. I am trying to populate the field Fee on my form based on the selection in the field Age_Group. if (input.Age_Group == "70 and Over") {input.Fee = 115}; else if(input.Age_Group == "13 - 69") {input.Fee = 125}; else if(input.Age_group == "5 - 12") {input.Fee = 25}; else {input.Fee = 0}; The error is Error at line number : 1 Number of arguments mismatches I searched the Forum and found a similar issue and put the semi-colons in but I am still getting
Adding current date when choose specific option of Radio button.
I have a form for a Dog day care that i work for. The form has a look up tab for a dogs name and a radio button with two options "Check in" and "check Out". I would like for each time i select "Check in" the current date and time is added to the Date_time field before loading the form and adding it to the report . I have been messing with the script and i cant get it down. I know it is fairly simple but the grammer of the script is not very easy to understand or set-up.
Help with my subforms
I currently have a form called Documents in which I have several check boxes, when the boxes are ticked the code will allow for a date and upload field to be shown in the application. I would like to use this as a sub form but when I load the application with the Documents as a sub form it doesn't carry over any of the code. So all of the fields can be seen. It would be a big help if anyone could assist me with this problem. Thanks! :)
Sub forms in report
I am using a sub form and i am not sure what happens to the sub form when i view the report. In fact, once i enter the data into the Sub form, this sub form being called, "Vaccination Records", i am not able to access an of the information i have entered. I am glad i am able to add new lines that i have created to the sub form easily but all the data is lost, unless i export the report to excel. How can i get the Sub form to show up on my report, best if it was a link to the Info imported into the
Complex "Duplicate" warnings in Forms
Hi all and thanks for your understanding. i try to setup a Duplicate record warning when user input data in a form. I have three fields : "Item référence" : a no duplicate filed "Start date" : date of use of the item "End date" : date of end of use of the item. If I select for a second record a period inside the period allready selected for the same item, an alert prevent me of saving the record. Exemple : Row 1 Item1 - 01/01/2015 - 31/01/2015 : input accepted Row 2 Item1 - 01/02/2015 - 28/02/2015
LIvedesk pricing with zoho creator
Hi I just take out a business plan and discovers livdesk . I have a doubt about the cost : should register on top of a livedesk plan or business plan creator of enough?
thank you for your answer
Need to create Application "Call to Support".
I am using Zoho Creator for making an application "call to Support" which will create a ticket in Support. When the ticket in Support is closed, its status should be communicated back to Creator. Then, we will work on the same process with CRM. I have created form of Ticket. But I need to add auto reference number for each submitted ticket. How can I add this? After submitting this ticket, I need to show ticket status like open or close. How can I add this option to show ticket status? I need a page,
Where are my data located?
We are thinking about use of Zoho Creator, but I was unable to explain my coworkers where the data are located. They would be happy if they are accesible and stored at Google not at Zoho somewhere. Could you please explain me how storega of data works? When creating new form, I get option "Data will be stored in Zoho Creator" What does it mean? Thank you for explanation.
IF condition
I am creating a product order form. I have a field with a formula which totals all the quantities, multiplies them by the unit price and gives a total price. I also would like to have a condition that IF the total price is less than a certain amount then a fixed delivery charge will be added automatically. I don't think I can add this condition to the formula in existing 'Total Price' field. So I created another field and attempted various permutations of possible code for the IF condition. But
Support for IE8
My customer portal seems to be broken for users - especially IE8 users. When invited individually ( also not presently working for me) They USED to be able to access the customer portal OK. When invited as part of a list of email addresses - they always had issues - even with Chrome. However - tonight after asking for support on this for the last 2 days - I got this note from a zoho " developer" : "Hello, Greeting from Zoho creator. We are sorry. IE8 is a not a supported browser for customer portal
look up values from another application
I have a customer list form with account number, customer name, contact name, contact phone, and contact email fields.. I have a form 2 ...with a lookup field for account number...; customer name, contact name ... etc., When I select an account in form 2, I would like to fetch the corresponding values for customer name, contact name etc.. from customer list form.. I tried with the following code... and getting error if (Customer_List.Customer_List[ID == input.Account_number].count() > 0) { x =
Get records from a filtered view programmatically
My DB contains a list of 408 000 Persons. The User will filter, as he/she wants, these list of Persons to select the persons who can participate Then I would like that the user could click on a custom action which: - get all the filtered records presented in this view (so the all 119 000 in my screen capture) - do something with, like copying them all in another "form/table" programmatically (not manually) Of course I don't want that the User has to click on each page to select all of them. I am
Fill out Zoho Creator form when Offline
There have been many questions about this over the years, with responses ranging from - no response, to, it's in our roadmap, to, no, it's not in our roadmap. Has there been any movement on this front? HTML5 browsers provide the ability to use a form offline, with data cached, with then the ability to send the data when the device is back Online. If Zoho supported this with Creator forms, the product would be a Leap ahead of the rest, and it would enable all kinds of uses of Creator forms that
Add person capable of making changes
I want to add a person who will have the capability of making changes to the database, while keeping the general public only able to view and print. Did it once, but can't find that section of Creator now. I want that person to have same ability to change as I do.
Ingreso de fecha desde zoho creator app iphone, (error en formato)
Desarrolle una forma para ingresar información, en donde el dato de fecha es importante, no permite el registro desde la app de zoho creator en el iphone, inicialmente se capturaba sin problemas, ahora esta generando este error con varios usuarios.
pdf page 2 print view won't print
In the Zoho creator program we made, we recently added a second page to our print view, but it won't print. Now says loading on page one and will not download page two to print. Zoho support was unable to fix this issue and i am extremely frustrated. Any advice would be greatly appreciated.
Form Actions > Validate > Uploded File Missing
Hello, Since I cannot set hidden filelds as Mandatory, the only option I have is to "Notify on Validation". How can i write this on the Workflow? I need to write that: if field1 is "Yes" then field2 must contain an uploaded file how do i write this? Thanks, Tor Vergata University
Unblock outgoing mail please
Please can you unblock outgoing mail for account questionario@bcc8453.it ?
ZOHO SMTP Servers
My application's emails are being blocked by our email filtering service. My IT department wants to know what IP address or range to add as a filtering exception to allow email from Zoho's SMTP servers. So far, the only one I can see from email headers is 72.5.230.66 and 72.5.230.67 Are there any others?
addMonth Built-In function in a formula field return an error message in the form
Bonjour and thanks for your reply. I setup a formula field adding a number of month to a date field. The Expression in the formula field ("TermDate") is : Date.addMonth(Periode) Where "Date" is a date field in the form and "Periode" is a numeric field in the form The formula field work great but after a moment, before finishing the input of the record in the form an error message popup tellng : "Invalid value found Field Name : TermDate" Anyone to explain me what I did wrong ?
Sending emails from multiple users on Zoho Creator
Can someone assist. I have been using Zoho creator for 5 + years, I am on one of your older plans that costs $15 a month and includes 3 users and unlimited apps. I am trying to set up different apps that will allow me to send from different emails depending on the relevant user. I have managed to set this up so everything is working fine, however when I go and create a 4th app using the 2nd user it says that I have a limit of 3 apps. However the plan that I have clearly says 3 users and unlimited
Compiling Error
I am trying to create a script that will take the Grand Total of a Quote and update the Amount of the Potential to match. I am starting with the example script provided by Zoho to update a amount field in a company based on Won potentials. The issue I am having is that I am getting compiling errors when I try to Save and Execute my script in the builder. I don't understand why I am getting the error and as you can see in my attached pictures if I change some formatting the exact error changes to
Custom action view not working for shared user
I'm using a "view" custom action function in a report to dynamically generate a page. void Release.viewRelease(int recId) { openUrl("#View:Generate_Release?orderRecId=" + input.recId, "Popup Window"); } When accessing the report as a shared user, I click the "view" button for the record and the popup does not generate the page correctly. All that displays is the menu bar for the app and no error messages. Also, the popup overlay doesn't close correctly on X icon. In the Firebug console, it's
null fields when sending data by email.
Hi all I have a simple for with a date time field. The default is the current datetime by using an On Load assignment to that field. So far so good, works great. *However*, if I send the form data by email, with a blank date date time, Zoho inserts the record with a datetime of null. Is there a way to make Zoho set this field to current date time (like it does on form input) when the data is added by email?
Total lack of support on Zoho's part
I have been asking questions on this forum and calling tech support to get my questions answered and cannot. There is a question I asked 9 mos. ago that remains unanswered and calls to the tech support only go to an answereing machine and my messages seem to go into a black hole. How can I get my questions answered. If I could rip out and replace the stuff we have on Zoho by tomorrow I'd do it. Not a happy camper here!!! This is frustrating when no one answers your questions or the phones
Creator doesn't work with Google Chrome anymore (Major Problem)
The not only does chrome not show my creator application (This webpage is not available), also it won't let me log in to zoho. This is not a flash isssue because youtube works (unless you guys require some new version of flash). I have a screenshot of log in issues below.. This is a major problem for me because IE8 is just not acceptable when using https with creator and zoho has not fixed this in the last week (IE8 displays warnings such as "This page is accessing information that is not under
What's going on when users can't edit records because the form doesn't open and only shows the "close" option?
When users press the edit option to edit a record in a report, the screen goes dark and only shows the “close” option. You can see the attached print screen images
Unable to regenerate this report
Hi Since yesterday I am unable to regenerate my report chart to include the new data that I have added to my database. I just get the message 'Sorry. We are unable to regenerate this report'. I ahve also changed the status of a record and that is not reflected in the report, again when I regenerate I just get the same message. Can you rectify this problem? Thanks
Set Variable Collection?
In FormA I have a lookup field (current type) which is related to FormB. When I select a product (current type) on FormA, and it is related to (fixture code) in FormB, i would like several other fields with data stored in FormB to auto populate in FormA. Any insights much appreciated!!
Zoho Creator question regarding automatic emails and social media sharing
Hi everybody, We created a custom booking application using Zoho creator. we are sending automatic emails to customers regarding their exam results after the admin enters the exam details in a form and presses submit. Can this email that is sent automatically have a custom design(it doesn't look very good at the moment) and also can we add a button that will allow the user to share some content from the email on social media mainly Linkedin and Google+? Thanks so much for the help!
Needing Help with Using Conditions to Show or Hide outputs (Viewing/Printing) in order to generate scripts accordingly
Hello, I am quite new with using Zoho, but I have been reading about it a lot. Please help! Q1. How can I create a script for the entire form so that fields do not show in view nor print when field entries are left blank? Q2. With regard to radio buttons, I would like to also hide this field if only the 'NO' radio button is selected, and to show this field when 'Yes' is selected. Is this possible, too? If so, is there a simple method to do so? Thank you in advance for your insight.
Calculate date from differente form
I have a table1 with this field course updateday (days) rls 365 table 2 name - course - date course - date update Jhon rls 1/3/14 1/4/14 I need to insert a field /date update) in the table2 that calculated in automatic the new date of update How to made it? Best regards?
Next Page