Zoho applicaiton will not Import CSV, XLS in any browser
I've spent hours trying to bulk import 7600 entries into the application. 5900 were successfully added. The application never accepted the full list but did accept ~1000 at a time until 5,900. Now, it will only accept 2 per addition. What's going on with this?
Editing Import Data Feature
Hi, I'm using the Donor app from the market place and the Import Data feature won't let me import records with duplicate emails. Is this a data constraint or code in the Import feature? And how do I change it? Thanks, Michael
Schedules - am I doing something wrong here??
I have made a schedule which is to run daily at 4pm and email everyone the schedule for tomorrows events. It is not working for me. Not getting a single email. Also, it would be nice if the schedule section had a little button to test script to make sure it works - rather than setting the time and waiting a half hour each time to run. Here is my code: WHEN TO DO? Send Schedule { execute event on '2010-04-21' at '16:00' daily } WHAT TO DO? for each Staff_Members in Add_Delete_Staff { sendmail
How to check the authenticity of email
I added a EMail field in a form, I want the Application only store the valid data (email id) provided by user. That is, if user enter a invalid email id (like: abc@abc.abc, in this case, Creator will not alert for it), the submit should be cancel, is it possible? if yes, could you tell me how to do this?
Filtering filters for user specific values
I want to set up a filter in a view, but the values listed on this filter must be dynamically adjusted to only be those created by the user. As an example, if there are two users, each with items: User Item David A David D John B John C I want the filter in the view to only show A and D for David, but to only show B and C to John. Now both would see all four items. I've created a lookup value in the relevant form that has the criteria Added_User == zoho.loginuser;
One name but multiple records under that name
Is it possible that i can enter a name once but be able to have multiple records for that one name. I was thinking a subform but i'm having trouble setting it up. But is there an easier way to do that. Thank You
Change current time reference to local time
Hi. Im making a service database for cars. I am able to create an email notification based on date. however, my local time is GMT+8. But zoho creator based the time on its system time, which i believe is US time. Can this be changed?
No content for mobile access
If i access my application through the following site/link https://mobile.zoho.com/creator it says that there are 'No Forms' and 'No Views'.... Do I have to enable my app for mobile access somehow? Regards, Filip
Hide a custom action
Can we hide a custom action according to userid? And can we apply a custom action in specific view and not to another? Thank you
Cannot Import Data!!!
Cannot get any data to import. Even tried creating new application via CSV file. Please advise. This functionality used to work without any issues. See screencast: http://www.screencast.com/users/RVNA/folders/Jing/media/14b3ce88-5039-4ade-9635-295f02197ae9
Import field not sorting alphabetically
I have a single select dropdown import field which should sort imported values alphabetically. However it only sorts alphabetically if the records it is importing have been imported simultaneously. It puts new records at the bottom of the dropdown list regardless of alphabetical order.
see databases without Login
Good Morning, I've created a databases to my website. I wan't that all users of my social network can reply and see the results of database without login, is this possible? Best regards, Luís Ribeiro
Bug on Meeting Tracker Application example
Hello, Even if you delete a member on View Attendance, it will still show on the Pick Attendees list in the Add Meeting Attendance. How can we permanently remove it? Thanks, Duarte.
Settings Page Redundant Validation
In Settings Page when I type/edit an application name but forget to give a link name I am thrown back the following message Please specify Link Name which I feel is redundant. When you blur out of the application name, can you prefill the same value as in the application name for the link name? ---- Deepak Vasudevan http://thamizhththendral.blogspot.com/
Extensible form logic based on lookup record...
Just a tip on creating user input logic.... I often see deluge script in forms where people are trying to do a lot of dynamic show/hides based on a lookup record.. You know something like this... if(field1 == "David Palmer" || field1 == "Wayne Palmer") { show good; } else if(field1 == "Charles Logan") { show bad; } OR a little better if they have a lot of || statements they'll make a list goodGuys = {"David Palmer","Wayne Palmer"}; if(field1 in goodGuys) { show good; } BUT..
Addition of fields when number is selected
Hello, I am just creating a form and realised it would be really useful if I could have a number field that adds fields relating to the number entered. . . i.e. Number Interested In: "1" Dropdown 1: Checkbox 1: Multiline 1: --------------------------------------------- Number Interested in: "3" Dropdown 1: Checkbox 1: Multiline 1: Dropdown 2: Checkbox 2: Multiline 2: Dropdown 3: Checkbox 3: Multiline 3: --------------------------------------------- Is this do-able? I've had a quick play in script
Backup keeps failing
I am unable to back up my application. The description displayed is 'null'. Is anyone able to offer advice on typical causes?
Parameter passed to an HTML view via the URL keeps returning null values
Hi, On my website, I have an embedded LIST view with a custom action next to each record called "print version". The custom action is a simple openURL statement that opens an HTML view named "print-friendly" in a new window. void Print (int ID) { openUrl ((((((("http://creator.zoho.com/" + zoho.adminuser) + "/") + zoho.appname) + "/print/print_friendly?ID=") + input.ID), "new window"); } When I click on the custom action button, the new window opens and the URL contains the ID of the selected
How work Zoho Creator ?
I want to knew how Zoho Creator work. Especially how work database, it is like relation database or object database?
Get google calendar into Zoho creator database
In my company Google calendar is used, and we would like to import the appointments made in Google calendar into an Zoho creator application. When the data for the appointments is in Zoho creator, then one should be apple to attach extra information. Is this somehow possible? Or one would be able to see our google calendar in a zoho creator form, and then update google calendar from zoho creator by filling out a zoho creator form that sends a .ical file to google calendar. Then one could add recipients
Alert - PDF from html function stop running
Hi, I've an application that, linked to an html view, produce a PDF with the record inserted from the form. Today, are not running, and produce a blank pdf. Until this time I've been print 2700 pdf, with the same application. And I've do any chagne in the script yesterday and today. Thanks Mic
How to add custom action to views without records
I have a Contacts View with a Notes button on each record in the view. When I press the Notes button for "John", it shows the Notes View filtered for the Contact John. However, when I press Add in the Notes View for John's Contact, it does not populate the John's Contact Form ID on the new note. Thus, there is no connection between the Contact John and that new Note that was just created. How can I ensure the Contact Form ID for John is passed to the new Note, to maintain the connection?
How to code edit updates?
As my application progresses, there are always changes to be made in the underlying forms. A simple example: suppose I have First_Name which includes an initial and Last_Name. Assume also that I have a field Full_Name which is First_Name + " " + Last_Name. Lastly, suppose the users now don't want the middle initial. I can write code that eliminates the initial during the Edit:Validate phase, but it appears I have to click Edit/Submit on each record. Is there some way I can automate the system to
Possible security vulnerability in Zoho Creator
Zoho Team, Whilst posting about a scripting error in Zoho Creator, I just observed that apikey is passed naked in querystring. I believe this might be a security vulnerability. You may kindly resubstitute with an alternative risk mitigation strategy like forms or sessions. ---- Deepak Vasudevan http://thamizhththendral.blogspot.com/
Email Data
Ref to http://help.creator.zoho.com/Email-Data.html I think the concept of emailing data would be more usable if Creator would accept email from anyone, if the form is public, and have the option to parse-out the sender, subject and body without having to resort to keyed form fields in the email.
Scripting Errors on Form Page of Zoho Creator
No sooner did I start using the Zoho Creator form than I started my Web Development Error Console started to fill with a lot of error messages in the script as in the attachment. ---- Deepak Vasudevan http://thamizhththendral.blogspot.com/
Application delete confirmation can come before the attempted server roundtrip!
When I click the delete icon for an application in Zoho Creator, it first does some travel to server then throws a JavaScript confirmation and again goes to server. I think the delete confirmation can come instantly and then if needed the server roundtrips can be resorted to which would be more friendly and economical too. ---- Deepak Vasudevan http://thamizhththendral.blogspot.com/
Disallow 'add as developer' to my own account
Disallow 'add as developer' to my own account. When I do that intentionally or inadvertently I get the email confirmation and when I logon the 'Add as developer' button just confuses me and/or does nothing. ---- Deepak Vasudevan http://thamizhththendral.blogspot.com/
Multiple Clicks of Delete image for an application wipes out the Grid!
I inadvertently ran into an issue of broken mouse resulting in superfluous clicks of the delete icon multiple times. The confirmation message appeared several times but then the entire grid (including good applications) got wiped out. When I refreshed the page I realized that the good applications were in place but the wiping of the grid was because of a server error. ---- Deepak Vasudevan http://thamizhththendral.blogspot.com/
A number of countries are missing in the 'Upgrade Plan' list
Zoho Creator Team, I observe in the page (https://creator.zoho.com/upgradeplan/#) that a number of Asian countries are missing. 'Iran', 'Iraq', 'Afghanistan' are a few to mention. If you are following US list of embargoed countries as outlined here, the list seems to have changed as per Oracle's URL but Zoho does not seem to have updated the list yet. Why is the step-motherly treatment for the countries even when the global administrations have taken another stand. ---- Deepak Vasudevan http://thamizhththendral.blogspot.com/
Wrong details in Creator Profile
ZC Team, I see the following message in ZC Profile: Developer Since <mm dd yy hh mm ss> and has published XXXX Applications. I believe this is an incorrect date. I have been having the Zoho account from this date but actually started using Zoho Creator only a few months back. You can just pull the account creation date from Zoho Single Signon adhoc. ---- Deepak Vasudevan http://thamizhththendral.blogspot.com/
What are the allowed values and limit of 'Instructions' textarea of a control's property tabsheet?
In Zoho Creator, what are the allowed values and limit of 'Instructions' textarea of a control's property tabsheet? As our test case when I view-sourced and clipped the entire content into the instructions textarea and clicked the OK button the control did not appear at all. Also the 'Edit Field' and similar context menu failed to appear too. ---- Deepak Vasudevan http://thamizhththendral.blogspot.com/
Can client fill up a form without signing in?
I am new to Zoho. I just created a client survey but when I send it to myself to test it I need to sign in in order to fill up the form. I want the client to be able to fill it out w/o signing in. Is there such option? Thanks.
Checkbox to select multiple applications
ZC Team, Is there a way to allow for selecting multiple applications and clicking a single delete button to expunge all? ---- Deepak Vasudevan http://thamizhththendral.blogspot.com/
Zoho Creator is accepting and saving an application with blank names
Zoho Creator is accepting and saving an application with blank names. I gave a name with Tamil symbols and it saved with blank names as in the attachment. ---- Deepak Vasudevan http://thamizhththendral.blogspot.com/
Can not delete the application which Zoho created with blank names!
Zoho Team, I am not able to delete the application which Zoho created without names. It threw me back an error message regretting for inconvenience. Please see and help... ---- Deepak Vasudevan http://thamizhththendral.blogspot.com/
Mysterious Error whilst editing an application with blank names
I am getting a mysterious error message whilst editing an application name which got saved with blank names. The message returned is: There is no such application in Zoho Creator Besides this the URL of the error page also has weird multiple forward slashes before the required requested action ("edit") as below: https://creator.zoho.com/deepak.vasudevan//edit/ Also see attachment for more details. ---- Deepak Vasudevan http://thamizhththendral.blogspot.com/
Scripting Errors in Zoho Creator
Zoho Creator Settings Page throws the following scripting errors in 'Error Console': Error: not well-formed Source File: https://creator.zoho.com/api/json/messages/view/Inbox/Status=Unread&zc_ownername=zohospace&apikey=dfdfdfdf&raw=true&ticket=60fe2f685b816c8c8dfdfdf7f222848302e72a Line: 1, Column: 1 Source Code: {"Compose":[]} ---- Deepak Vasudevan http://thamizhththendral.blogspot.com/
Hang on Please Wait
Some of my users report that when updating a record it hangs on the please wait. It does not happen all the time. Seems to be with both IE and Firefox. The view is embedded in a website. The users said that adding a record is very fast. Are there some browser security settings that need to be loosened?
Why the free user limits change so often?
This has been the second time in a week, Zoho has changed its free user limits to my account. First they changed the application number from 10 to 1. Not long, they changed the application sharing user number from unlimited to Zero? I wonder what makes Zoho so inconsistent in their service policy? Can anyone give me a clue? Thanks a lot
Next Page