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);
HTML Page Issues
We have a dashboard built in a HTML page. Recently the dashboard has collapsed down to three or so lines, with the content overwriting itself and I think this is related to a recent Chrome update. Is anyone else having this issue or does anyone know how to resolve it?
Maximum number of fields in a form
What is the Maximum number of fields in a form? Thanks.
iPad: embedded report not scrolling
NOTE: This is not a Creator problem. It is a problem of rendering on the iPad and the scrolling works fine on a laptop, however I am hoping that someone can help me. Here is the problem: An embed script can be generated from a Zoho Creator report and used to embed the report into a page in a Google site. The embed snippet looks like this: <iframe height='500px' width='100%' name='reportEmbed-CLIENTRR1' frameborder='0' scrolling='auto' allowTransparency ='true' src='https://creator.zoho.com( actual
How to change display type for a relation?
Is it possible to change the display type of a bi-directional relation after it's created? How? I have a one to many relation, but i want to change it to one to many. Clicking on the display type won't do anything. See screenshot.
Importing data from excel to mandatory fields
Hi If I have a field set to mandatory, once I marry up the corresponding field in Excel to the field in Zoho creator, it fails. Is there a way around this aside from the obvious? Thanks
Form picks wrong email address
Good day, I have created a form where external parties can enter data and in the bottom fill below two fields: Send by: Pick email from drop-down Cc Receipients: Pick email from multiple select Then when submitting the form, same will be sent to predefined receipients, the sender (send by) in Cc, and then the defined Cc receipients. The first, Send by works fine and when replying to the emails, the email will reply to the actual email address stated. Howver, the Cc fields work in a strange way, as
Something is wrong with Views
Sometime between last night and this morning several of my views have stopped showing data in columns that point to linked forms. These are views that had been working in essentially their current state for years and now the columns are just blank. Is anyone else having this problem? Or have any ideas at a solution?
Zoho Creator Customer Portal - App access
Good day Zoho, I've read through the Customer Portal section - but I cannot seem to get a confirmation on whether customer portal is accessible via the Zoho Creator App or not?
Zoho Creator postUrl "Content Type (415)" Error
I have a simple postUrl script in a Zoho Creator App to receive an authentication key from an internal application. See below: myHeader=map(); myMap=map(); myHeader.put("Content_Type","application/json"); myHeader.put("Accept", "application/json"); myMap.put("userName","xxxxx@xxxxxx.com"); myMap.put("apiKey","xxxxxxxxxxxxxxxxxxxxxxxxxxx"); resp = postUrl("http://test.myeddy.info/habi-ws-ergon/api/v1/token", myMap, myHeader,false); info resp; However, It gives back a 415 HTTP error which I believe
Pretty Link Pro URL shortener
Has anyone tried to use Pretty Link Pro to brand published form URLS? Does it work?
Error Reference field not having the value when adding a record
Adding records fails when it involves a lookup field. Here's an example: I have two forms: Participants and Surveys. Participants has an autonumber field called Participant ID with a Deluge field name of participantId. Surveys includes Participant ID as a lookup field with a Deluge field name of surParticipantId. When the user updates a Participant record and submits the Participants form, the following is executed to add a survey with the Survey's Participant ID populated with the submitted Participant
Having trouble on edit.
Hello, I am working in a purchase order form with the following structure. Purchase order: date - date company - text provider - text email - email subform total order cost - currency Subform (in purchase order): reference - lookup to product catalog description - text cost - currency IVA - number cost plus IVA - currency quantity - number final cost - currency The form works perfect, but on edit mode I am having some trouble. The problem is that when I want to edit the Cost field or the quantity
Is it possible to Bulk Update Records so that Formula Values based on time Update?
In my app, as each month turns over, fees accrue. A formula field shows this accrual less payments already made. The value of this formula is the account balance until a new month begins. How can I bulk update records so that the balance reflects the beginning of a new month? Can such a bulk update be automatically scheduled to happen on the 1st of each month? I've been studying Functions here at Zoho Creator, but don't have a solid understanding yet. I am hoping there is a basic function code
Problem with formula
Hi, i'm having trouble using Formula for my business as investment mangager. I already created a module for "Investments" in wich i can establish the value of my clients portfolio. I just want a formula with some kind of button in wich i can add new money or interest payment to the field Cash inside my investment module. I would apreciate andy kind of help. Thank you Samuel
Next Page