adding record via POST method
Hi, We have created a html file with following data <html> <form method="POST" action="https://creator.zoho.com/api/xml/interface/Simple/add/"> <input type="hidden" name ="authtoken" value="xxxxxxxxxxxxxxxxxxxxxxxxxxxx"> <input type="hidden" name ="scope" value="creatorapi"> <input type="hidden" name ="Name" value="Me"> <input type="hidden" name ="DOB" value="01-jan-2010"> <input type="submit" value="Add Record"> </form> </html> When we run this file through a browser it generates a button on the
Print a two week time sheet on to 1 page instead of 4
Hi I am in the middle of making a fortnight time sheet form in creator and when I test the summary print option the record is in the middle of the print page view and there will be about 4 pages... All I want to do is get it on to one page (using the whole page) or at the worse get it on two page so I can print both sides.. https://creator.zoho.com/<owner name>/<application name>/record-print/<view name>/<record id>/
Security Groups in Deluge
Security groups are a great way to partition what users can and cannot do with forms and views. However, the granularity stops there. There are no deluge commands to reference security groups for specific form actions and controls. For example, I have a work-order form process that requires one field to only be editable by admins. If I hide the field in the form, nobody can access it. So the hidden aspect must be a function of who's in my admin group. What this means is that I have to recreate the
Please help! Lookup fields
We have a main database that we input all details into. We have another database where we used a script with a Lookup field to pull details across. I want to create another database that uses the same script and Lookup field to pull details across from the main database but it wont work. Can more than one Lookup script be used on the same database?? Thank you in advance for a speedy response.
end of week/month
hi guys, i hope you can help me to solve this problem. I have a form called "clients" where i set payment terms of them and apply it on every invoice. If i have scheduled payments with "n" days starting by invoice date, i haven't problem to obtain the "due date". The problem is when i set payments with "n" days starting by the end of the month or the week. Can someone help me? Thanks in advance bye
Comment lines changing location
Hi, It's not a major bug but I have noticed that when I add comments to code, they move around Eg When I try to save the following code if (input.ORDER_TYPE == "CHILD") { show SHOW_MILESTONES; } //Show child form hide SHOW_CHILD_FORM; It get's changed to the following when I refresh if (input.ORDER_TYPE == "CHILD") { show SHOW_MILESTONES; //Show child form } hide SHOW_CHILD_FORM; I'm finding my comments move away from where they should be. Can someone please investigate? Is anyone
Webhook to an existing Creator list
I have a list of customers in creator which was imported from CRM data. A decision has now been made to update our CRM subscription to allow webhooks, while it's straight forward on how to set the functionality up am I going to be left with duplication of customers once the webhook starts exporting i.e. when the data imports to creator will it recognize the existing customer name and update data rather than creating a new record?
Alert box size
This isn't a major issue but I have found the size of the alert box to be inconsistent. I've taken a screenshot of one my alert boxes with the text removed. I show the alert when the user modifies a field. The first time I see the alert, it is a long slim box. When I close the alert box and change the field again, I see the alert box but much wider. The second layout is much more preferable. Is there a way for Zoho Creator to show consistent alert boxes that match the second screenshot?
We are unable to fetch this data problem!!!!!!
I'm trying to access my database "suppliers list form view" but it prompts the following error: We are unable to fetch this data, sorry! Please note that your data is SAFE.Report this problem to support@zohocreator.com I've also tried to deleted a field and create another one on the same form but I just can't do it. Could you please help me to fix this problem asap. Thanks. Regards, Rodrigo Balotin
Can you move data from onen form view to another?
Hi, I essentially want to have just one form, and then have a multi-select which allows me to choose 1 of 3 options, and based on which of the three is chosen that determines which view the item goes to. For example, if i wanted to manage inventory i could have 3 choices: active, new arrival, coming soon So when I enter a new item coming soon i would select 'coming soon' and it would be displayed under the coming soon view', once the product is available i could edit the record to 'new arrival'
VieW only
Is the application a VieW only or can people that log in change the app like I can?
Hiding and showing fields for groups
I have a field in my form that I would like to show just to members of one group (which I have created) and the admin user. I know how to hide the field from everyone other than admin, but is there a way to then show it to a particular group, if necessary by iterating through its members?
Can I create a dropdown populated with user logins?
Hi Looking through the docs and searching I haven't been able to work out how to do this; I don't think it's been asked before. Is it possible to create a dropdown that is dynamically populated with the login names/emails of users who have access to the application? I'd like someone filling in a form to select from the list of users and the form to fire off an email to the user when the form is submitted with the details of the form (I'm sure I can do this using Deluge but I don't have access
Hide A Formula Filed
When I try to hide a formula field the following error message is displayed. hide/show/enable/disable fields is not applicable for formula field Is there a way around this yet Thanks
DATA PROTECTION
Can data stored in Zoho Creator be protected (or made read-only)?
Is anyone experiencing problems with emails not being received by users from Zoho Creator today?
I have added three new accounts today to my version of Zoho Creator and not one of the users have received an automatically generated email inviting them to log into the system, which should normally happen. The emails are not appearing in their spam filters either. Has anyone else experienced any similar problems today?
Creator - new user
I have to say, after only a couple of days using the "Creator"... it is worth every cent!
Login using Username instead of email confusion
The login page for my Zoho Creator app asks for email and password. My users have a username that is not an email address. This has confused a few people. I think it should say email or username.
How to determin or edit Username
I am trying to configure access control by user name. My approach is to create a folder for ACL and type user name in it. This actually works. ACL == zoho.loginuser I just need to enter user name in ACL field in advance. The problem is that I do not know how Zoho system generates or determin the user name, and I am wondering if there is any way to edit the user name. I created my admin account with my email - sysadmin@mydomain.com, and my user name became "sysadmin." I created another user account
I can´t update a rec
I am trying to update a rec with the following script recibo = Recibo_de_Caf[N_mero_de_Recibo_ == input.Recibo_de_Caf.toString()]; recibo.Estado_="Anulado"; But when I "run" the app it show me the following message: What is the problem, What am I doing wrong.
decimal field, but won't register decimal places
Hi, i have a decimal field set up in zoho (2 decimal places) but when i put in a value with decimal places it doesn't accept it. how do i fix this?
hiding fields in views
I have a view that has something like 60 fields/columns. For each of my records, however, only 10-20 of those 60 fields may be filled in. The other 40-50 fields are empty. When I am viewing, I would only like to see the fields/columns that are actually filled in with data. If there is no data in a field, I would like to hide that field/column. Any idea how to do this?
magento
hello, I want to add a drop down list on home page so that user has an option to choose magento theme. thanks.
Need help in REST API via browser
Hi everyone, I've been trying to add a record to my form thru the browser using the below link... https://creator.zoho.com/api/xml/junapp/MyForm/add/?authtoken=XXXXXe&scope=creatorapi&First_Name=Me&Last_Name=Myself and always getting the error message below, anyone else has this issue? An error has occurred. It has been reported to Zoho Creator support. We will look into this issue . Sorry for the inconvenience caused. cheers
New Zoho user - rookie question
Just attempting to enter "contacts" for the first time. Within that template is a space for "Account Name". Based on Zoho definition, an account is "companies or department within a company, with which you make busines dealings." I'm not at that point yet having just made cold calls to potential customers. QUESTION: If I put the company name in that slot, is it going to confuse future reports when I ACTUALLY do business with a company? How would I know the difference if I'm wanting to look
Image in Note field in new builder
In the new form builder a note field no longer has the image icon on the top. It does show in the old builder. Is this a minor over site or will there be a new way to add images to a note field? On a related note in either builder how do I add an image that is stored on my local computer to a note field. Herb Wexler
Changing the display type of view to "Grid" does not work
Should I have chosen "Grid" as a display type when I created the view? I tried to change the type from List to Grid, but the view was same. I changed to Calendar and Summary, and they worked fine. Is it an expected behavior? Thank you.
Checkbox list giving duplicate entries when changing text
When I change the text of items on a checkbox list I get the following error message. I am using chrome. I clear the message and continue typing and the new text is saved properly. This is not a show stopper but is irritating.
Allowing multiple login users to share Enterprise paid license
Hello, Since Zoho allows other users to share my application that I give access to through email IDs and by requiring them to create a Zoho account with a limited space and number of records, how can I make a group of users share a paid enterprise license which has more space and 100,000 record limit? My ideal scenario would be to have my application be internally shared by defined users that I can create in my application with a custom login screen. I can do that by building it through Zoho Creator,
Combined View in the new interface - missing an option to choose related fileds
Is this documentation still valid? https://www.zoho.com/creator/help/views/create-a-combined-view.html I wanted to have a combined view, but I do not see an option to select fields. In addition, my combined view does not show fields from another view. The lookup filed shows a link to the other view. Of course, if I click on "Sample" in Group field, I can see the associated values, but I want to display as your example in the document shows. Is there any workaround to do in the new interface? Thank
Multiselect from lookup
Is there a way of populating a multi-select list using a lookup? We have several stock items that continuously change which are input/managed in a 'Service' form. I want to use a multi select list on another form 'Subs' that calls these items for selection. We need as we want to be able to select combinations of the current stock from the list. Either that or have a 'add new' lookup button that will great a new lookup line. Is there a way to do this or is this a limitation of creator?
Multiple developers
This suggestion is a follow up from the post https://help.zoho.com/portal/en/community/topic/select-multiple-developers#2266000004395125 Zoho currently has a constraint where you can only set 1 developer per application. However, you can set multiple users as developers via the Manager User screen. Can Zoho please support multiple developers per application in future? As zoho creator applications grow in size & complexity, projects may require more than 1 developer.
Deluge System Variables for group
Is there any system variable for group? zoho.loginuser is just for logged in user. System variable for logged in group will be a great help. Field level access control by group will be possible. If there is no variable for it, are you planning to add it to the Deluge? Thank you.
Problems adding a User
I am trying to add a new user to our account (our plan is a Profession Plus which states we may have 25 and at the moment we only have 11). Every time I add this user and then try to Share a section of the program with him as I have with all the others I get a message which says Succes but then errorMsg:Null and he is not added to the Shared list. I notice that with all other users there is a name first and then the email address i.e. tharrison(email@address.co.uk) but with this user there is only
Powered by broken image
I have a couple html forms embedded with iframes. The place that's supposed to have (I assume) the zoho icon is broken. It says "Powered by" and then a broken image link. The image URL is resolving to this: https://creator.zoho.com/appcreator/live/01/images/ which obviously won't work. I don't mind having the link there - but I'd like it to point to a valid image. As this seems to be a system thing, I don't think there's anything I can do to fix it. Thoughts?
How do I open form record in edit mode.
I would like to know if it is possible to create a link to a specific record and have the link open the record in edit mode.
magento
Hello everybody, I am new to magento programming. i don't know where to start.please help me. thanks.
Creator, CRM and Reports
Hi we use creator linked in with our zoho crm, We have a database which lists our customers equipment and we have a report that groups equipment to the customer. The problem is once you do this I cannot find a way to search by the contacts details. We could when we did not group. Is this a fault or am i missing something?
login screen
i would like to create a login screen so that the user can type his name and password and then enter the applicationan. Any tips would be helpful thanks shirish
Data refresh on a data list or grid
My apologies if there is an obvious answer . . . I am new to Zoho and would like to create a web app, but need to know the following before putting in the effort. Suppose I am displaying a data grid or data list from, for example, one table. When a user edits data which would reflect a change in that grid or form, how soon will the change appear on all web page displays of that data on other workstations? Is it more or less instant as with Google spreadsheets, for example? I tried a brief trial
Next Page