Auto populate
I want to concatenate two fields into a third with a separator of "-" Field 1 - wiring_from_device (Look up field) Field 2 - wiring_to_device (Look up field) Field 3 - wiring_label (Single Line) Seems easy but struggling.
Extremely long latency time
Hi Zoho, When I open a new page in Zoho its takes VERY long time to load (about 30 seconds!). This won't happen when I open the same link as a popup. Why is that? How can this be fixed? This also affects the time is takes the system to save changes in script. Thanks Ravid
Record Summary not displaying linked filtered view
I have a form "Strategies" with a bi-directional lookup to "Programs". In the 'Column Properties' of the 'Strategies' report, I include the linked field to 'Programs' and selected the view 'Programs-Active', which is a filtered view (Active = 'Yes') since I only want to see the currently active Programs for each strategy: The filtered view on its own works fine. However when I look at a Strategies record summary (default or my custom summary), I see all the Programs that were ever selected, not
Transfer all fields from sub-form into parent form
Hello, I created a form with inputfields which I embedded as subform but I'm not happy with the current layout. I want to just "drag and drop" all the inputfields from the sub-form directly into the parent-form without recreating every singe field there. Is there a way to do so? Thank you in advance.
URL for universal search?
In a Deluge script, I'd like to fire off a search (using the master search at the top of the page) and pass it specific criteria. My hope was to add a custom action, to be shown in the menu for all rows on the report, so that selecting it will fire off the search and then let Zoho display the results as if someone had typed them at the top and hit enter. I know about the openURL() function. I just don't know what URL to pass it, and how to pass in the search criteria. Thanks! Bruce
Import data to form and subform
Hi Zoho, I have a form with multiple subforms. I need to be able to import data to the form including the subforms data. I've added a bi-directional lookup to the ID fields, so I can add the subform's fields to the main form report -but: 1. When exporting the main form report, and trying to import data based on the template - I get an error, the subfrom fields are not recognized by the Zoho system and in the drop-down list of the field options the subforms' fields are not showing. 2. When viewing
Update all records and keep them updated
Hi, I have a schedule that is triggered when two fields are equal. One is user´s day of birth and the other one is the current date. so I did this: DOBB = DOB.toString("dd-MM"); Current_Date = zoho.currentdate.toString("dd-MM"); But, the Current_Date do not update automaticaly, I have to edit each user data in order to update it and that is no practical option. How can I update all the users data and keep them updated? Any help will be appreciated
Add calculated number of hours to date
I'm not very much into Deluge yet, so I am having a little bit of trouble of with below, where the ultimate goal is to add a calculated number of hours to a date specified in the form. My first five lines works fine, but the last do not return a value. (I.e. 16-05-2016 12:00 + 72:00 hrs = 19-05-2016 12:00) input.Ops_Time1 = ((input.Reporting_Time - input.Operations_Commenced) / (1000 * 60 * 60)).round(1); input.Moves_Performed = (input.Units_Discharged + input.Units_Loaded); input.Moves_Remaining
Help with custum schedule
Hi, I want to create a custom schedule, but, I don´t know how to write in Deluge what I need the schedule to do. I need to send a daily mail to all users in a report. The mail should have de names of all the users that are having their birthdays on this day. Does anybody know how can I do this? any help or hint will be appreciated
Report based on multiple criteria
Hi, I have no idea what I am doing wrong here, as I copied coding that I had from another (similar) page, and it worked there, but not here. My form has two fields - one that is a dropdown to choose Purchaser/Assistant, and one that is a number field to enter a Product SKU. I am trying to pull all records to be shown on a report, based on what is chosen. if((input.Purchaser_Assistant != "") && (input.Product_SKU != null)) { openUrl((“https://creator.zohopublic.com/zoho_jchan5/requests-for-purchasing/view-perma/Transfer_Requests_for_Purchasing_team/CZwJ0VjVyUvUHYyaKuwEgOUCX36DmEJFnqydeKV4KS8bOnaxPpSXnGwK91eQ1jKHakX4UA3bUZQ7KFWvCdNVYqa4yTr40eeVr5Ov?Purchaser_Assistant=input.Purchaser_Assistant&Product_SKU=input.Product_SKU
Image rendering in the forms
I am creating a clinic management system. In the patient forms, I need to show several images in the forms with patients old facial pictures (before treatment) and a new facial picture (after treatment). so while filling the form the user can see the image rather than image to be viewed in a view?? is there anyway, i can achieve that??? Any help will be appriciated
File Upload Shorten Field Name
After a user submits a form that includes a file upload, is there a way to use script to turn the original file link to show as something like "Download File" in the corresponding view? For example. I would like the following to be a link that says only "Download File", instead of the original file name of the uploaded file. Thanks
Add a check mark to symbols
Dear Zoho creator< Can you add a check mark symbols to symbols, I really need it for my project check list but have no check marks to check. So can you please add a check mark, I prefer feedback today or tomorrow. Thank you,David kenneth goicuria
Is there a place to discuss Beta features of Zoho Creator?
Hello, Is there a place to discuss the beta features of Zoho Creator? Thanks.
Creator App Custom Domain SSL
Hi there, I'm just wondering how we can use our own custom domain to access a creator app whilst avoiding SSL certificate errors? Can we use our own certificate? The example below shows the custom domain used to access the app gets a certificate error.
why is the parameter "pageSize" available in Report but not available in rest api view record ?
why is the parameter of pageSize available in report but not available in rest api view record ? Here is example: 1. the parameter "pageSize=4"below is not available. the json return contain all records. https://creator.zoho.com.cn/api/json/productv3/view/ProductLook?authtoken=****&zc_ownername=<appownername>&scope=creatorapi&raw=true&pageSize=4 2. the parameter "pageSize=4" below is available. the view will only show 4 records. https://creator.zoho.com.cn/<appownername>/productv3/#View:ProductLook?pageSize=4
Error popup on new interfance......
Hi Zoho, The interface' new look is great, but the error popup is a little problematic: please fix this :) Thanks! Ravid
Zoho Creator pages Not working in mobile
Hi I would like to know whether we need to have seperate coding for pages to work in Mobile and Desktop at the same time. Because the pages which worked in Desktop is not working in my mobile. Please Clarify
Wrong Date Language in Reports
Hi Zoho community, I created several apps and all of them have their language set to spanish. When I fill up the forms and I choose the date, the date is in spanish, but, in the reports the date format is in english. This is a problem because I have to generate different kinds of documents with the date on them and some of them are formal documents, and that doesn,t look good in a spanish speaking country : ( How can I fix this? is it possible ? any help or advice will be very appreciated
Update record by other form
I tried to find the article but I cant see it anywhere. My case is like this for example: Form A [Product] which will have name of product and its cost. From B [Order] which will lookup the product name from form A and fetch the cost of that product from form A too. For adding record in form B, everything is fine. Now when I update the cost from form A [Product], how can it automatically update in form B [Order] too? I will have for example 10 records in form A [Product] and just some of them need
500 Error Page After PayPal Payment redirect
Hello, I am having issues with my form after a payment is made. I opened a ticket with Zoho Support more than 10 days ago about this issue, but I still have not received a solution or fix for this. I am hoping someone else might have some insight on what is going on. Please help because I keep getting an error page when payment is made using any Zoho form and my clients need their application to go LIVE in a few days. Here is a description of the problem: When I test the form from the application
Lookup field in mass import
When I import data into a form, for a lookup field, why can't I use the ID of the related form's rows? It does not seem to work with the ID; I have to use a value from another field in the related form. Isn't the database design relational?
System down?
I can't get to my apps
How to select the fields available for BulkEdit?
I'm made a Custom action with the purpose to replace the BulkEdit for this column. Now I want to hide this column from the list of BulkEdit fields. How can I do IT? TIA
Lookup field performance is very slow when parent table has thousands of rows
We have a parent form with 39,000 rows. Our child form references the parent form via a lookup field. We need to display context info from parent so we use a dropdown and display "Parent.Name - Parent.Age - Parent.City". We never want to change the parent of a child. We set the parent when creating the child by passing ?Parent_ID=xxxxxxx at the end of the URL when opening the child form to create a new child. The child form takes 30+ seconds to load and is getting worse since all of the 39,000
Picklist created by "add item to..." is empty on edit mode!
Hi Zoho, In my form I have a subform, with a picklist populated from a field in the main form. I have tow problems on edit mode: 1. every item chosen from a picklist when submitting the original form is shown under it, like an "other" choice (which I did not marked as feasible in the main form) 2. the picklists on row 2 and onwards are empty. (All the picklists were empty, I've managed to solve row1 picklist by re-populating the picklist at Subform.PicklistField on the "On Edit -> On Load", but this
How to open another form without validating fields in the current form
I want to include a button on FormA that switches to FormB. I use an OpenUrL() function in the button script on FormA, but the function first validates the fields on FormA. How do I switch to FormB without validating FormA?
CRM Search Record by Field other than ID
I need to retrieve records from CRM based on a variable other than ACCOUNTID. How do I do this?
Error: Zoho Creator does not convert openUrL() "form-perma" to "form-mobile" for mobile browser
When a form is opened on a mobile device using the openUrL() statement, Zoho Creator must convert "form-perma" to "form-mobile" so the form is displayed properly in the mobile browser. Zoho Creator does NOT do this. The form is opened as a regular form not mobile, so the form is too small and must be resized by the user. Example: openUrl("https://creator.zoho.com" + zoho.appuri + "/ form-perma /MyForm" should become openUrl("https://creator.zoho.com" + zoho.appuri + "/ form-mobile /MyForm" when opened
Records not automatically updating
Hi, I am currently using the JavaScript code as I cannot utilise the iframe code due to the hard-coded height. When I add a record it is not automatically updated in the results section that is embedded in my website. I have to manually refresh the webpage. When I tried to add the Next URL capability to it (that should provide a similar result to a page refresh) I received a 404 error. The target URL has a Zoho doman prefix for some reason. Is there a way to refresh the results page 'On Success'
HTML view - opening and closing forms
I have an HTML view page with an "Add Appointment" link which opens a form in a modal dialog, however I can't get the the form to close and then also have the HTML view page refreshed with the necessary querystring parameter intact. I have tried this: <a href="#Form:Appointments?zc_LoadIn=dialog&Client=<%=CID%>&zc_NextUrl=#View:Client_Details_View?CID=<%=CID%>">Add Appointment</a> After adding a record, the form closes and the HTML view refreshes but the "?CID=..." parameter is stripped from the
How can I collect user input before updating a record?
Hello experts -- I have an application that has a form which is doing 90% of what I need. Basically, it's form/report that shows orders taken (think shopping cart). When the order is ready to ship, I have my user edit the record, update a comments field, and mark the order closed by changing a status. Then they Submit and they're done. I created a button on the report for closing the order by just changing the status, so that's working fine. But I can't have the button prompt for user input. What
Best way to send email to a few hundred addresses
What is the best way to send email to a few hundred addresses? My concern is if I use a for each loop I will hit the 5000 statement limit or reach the daily max number of emails. The email subject & content is the same for all recipients.
Lookup Question
I am creating a very basic set of forms and reports to track a pet food pantry program. Our animal rescue supplies free dog and cat food to those in our community who are unable to afford. I have a form that tracks their information and then a form that we enter when they pickup which has a lookup so we can tie it to the person (customer). Two seperate questions: 1) Is there a way on the pickup form that we can have it automatically indicate in a field the last time they picked up food? 2) On
Records per page report property does not work
All list reports in my application always show all records even when a 'Records per page' display limit is set in the Summary section of the Report Settings. This is a major problem because it causes reports to load slowly and greatly impacts the usability of the application. I have verified that the the report definition includes the option to limit the display rows and have tried various values, non of which work: options ( display rows = 20 ... This error also occurs when the report
Help with Creator
Does Creator have capability to be viewed as a database? I cannot figure out how to link applications to form the database. Nor can I find an option to view my records already entered. Please help! RHouse
Problem Importing number field
Hi I am having trouble importing number fields from an Excel file. In my form I have to Number fields, one for the ID number and the other for the phone number. In the excel file the columns are defined as number columns and they have numbers like 1144035567 for ID´s and 3155467898 for phone number´s for example. When I want to Import the file I get an error alert for this two fields saying that those are invalid numbers for numeric fields. Error details of records that could not be inserted Row
Customize Layout Fails After Restore
I created an app in another account, exported to the DS file, and imported into a new file. That worked ok. However the restored app cannot the Layout or Theme. After the import it defaulted to one layout and it seems it is stuck. Any ideas?
If statement Function
I am trying to use a function to contain a large if/elseif statement and then simply call the function in the on user input of multiple fields in my form which would allow me to simply edit the function instead of editing every field when I need to make a change. My assumption is that this is possible but I'm quite stuck. I've written a simple test function using a form object and it seems like it should work but I haven't been able to figure out how to call it. Here's the function as I've written
How to programatically add one-to-many relationship??
I have a one to many relationship between Student and Course forms. Each student can have multiple Course. The intention of the following code is to test how to add multiple courses to one student. But unfortunately did not work. Can anybody tell me how to do it properly? Student.On Add.On Success: c1 = Course [Name == "Course 1"]; c2 = Course [Name == "Course 2"]; input.Course.add(c1.ID); input.Course.add(c2.ID);
Next Page