Need some information/assistance
I want to know whether there is a way to access Zoho CRM database through Zoho Creator ?
Restrict users
How do I restrict users from changing certain fields in a view, while allowing them to change other fields in that view. Any help much appreciated.
USER CAN'T EDIT INVISIBLE FIELD IN A PUBLIC FORM
Hey, I have a public form. Inside this form there are some fields visible and some are invisible. The public only see the visible fields and submit, it's ok. But when my users edit any record, they can't see the invisible fields. I already set the permissions in the view and allowed everything to my users includingthe invisible fields. But it's not working. Help please.. Thanks Mustafa
Automatically match fields in Zoho Creator with Zoho CRM
Hello, I have a table created in Zoho Creator and table in Zoho CRM called "Contacts". Both tables have a field called "company name". I want to import data to Creator from my .xls file and I want to match "company name" field so that it would be possible to click on the name of the company in Creator table and it will open information in Zoho CRM about this company. Now in Zoho Creator table I have the field, which is "Zoho CRM" type. And everything works perfectly as I want, but the problem
Any known issues running Zoho Creator apps on Windows 8 or IE 9?
We developed an application using Zoho Creator. We have over 80 users who regularly access the databases. We have not experienced any problems, but one user who recently purchased a new computer with Windows 8 says that the Zoho apps do not work. She says she is experiencing constant freezes while entering data and slow transition times between pages. Is anyone else experiencing issues running Zoho Creator apps on Windows 8?
Next URL feature is not working.
When accessed using the URL http://creator.zoho.com/[USERNAME]/[APPNAME], the Next URL upon logging out works absolutely fine. But we've converted the primary account to a domain account, added a sub-domain to point to ZC. So when I use the URL http://[MYSUBDOMAIN].[MYDOMAIN].COM/[USERNAME]/[APPNAME], the Next URL upon logging out is NOT working. -Varun.
Adding text on a form
I need to know how to add text on a form beside the fields. I need to add some text on the begining of a form, when I have to explain something about the form and also I need to add some text below on the form, when a new subcategory of questions will begin. To be more clear I added two pictures when you can see with blue and red the text I need to add. Thank you for your help. Cosmin
Adding cc to a sendmail
Hi I want to add more than 1 cc to an email. I understand I can use CC : "test@me.com","test1@me.com" but I wish to build up the possibility of having more than one email address from a multiselect of IDs (report_record.EmailCC). If I build up a string... if ( report_record.EmailCC != null ) { cc_contacts = ""; for each contact in report_record.EmailCC { contact_record = Contacts[ID == contact]; cc_contacts = contact_record.EmailAddress + ","; } cc_contacts = cc_contacts.removeLastOccurence(",");
Creating Relationships
I'm new to Zoho so please bear with me. Here's an example of what I'm trying to do. I have a "Employee Form" where you can add employees and general information about them. I have a "Vacation Form" where I can add vacations. This form is contains a lookup field connected to the name field on the employee form plus fields for start and end dates. I want to have a Report that pulls selected information from both forms. For example employee name, phone, email, and vacations(there could be multiple
Integration of Form in Facebook
I want to integrate my Zoho form in Facebook, How Can I implement it?
fields no updating on bulk update
I don't know if this is a bug, or a feature request. :) I created a form with a date field that I want to update with todays date when the field is created or modified. I used: set Modified = zoho.currentdate; on the "On Add" ->On Load" and "On Edit"->"On Load" actions. When I add or modify, the field updates. When I do a bulk update, however, the date field doesn't update.
Error 12152
Dear Sir/Madam, I am creating a database on Zoho creator which involves scripting different variables to result in an action i.e. if someone selects yes/no, then an e-mail will be sent. However, everytime I try to script, the page says "please wait" for minutes, whereupon it gives an "unknown 12152 error". I am unable to access the script and continue developing the database. I have tried deleting my browsing history/cookies etc. and accessing the database via Firefox but to no avail. I am currently
Keyboard shortcut
Is there a way to use a keyboard shortcut to add new line in subform ? Thanks
image in RTF
Is it possible to paste an image in a Rich Text Field? Herb Wexler
Many to Many Relationships
Hi there, I am trying to create a database with a many-to-many relationship. Specifically, I am creating a database for a children's project, where each child is being mentored by a person. At the same time, each mentor has a number of children under their wings. The idea of a many-to-many relationship is that there are 3 tables: 1. Mentor Name 2. Child Name 3. Mentor/Child Link Table I have created tables 1 and 2. How do I go about implementing the 3rd table? And also: how do I then create a view
Records Not Removed From View on Deletion
Hello, I am trying to delete records from my database. Every time I delete a record I am getting the message "record deleted successfully," however the record is not removed from the view. Any idea why this is happening? Thank you,
crossdomain problem
Hi, im tryng to use the .csv exported file of my aplication from another server, but i can't get access due the "cross domain access policy". Then i need a file named "crossdomain.xml" in the same place that is the .cvs file, with this code: <?xml version=”1.0?> <!DOCTYPE cross-domain-policy SYSTEM “http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd”> <cross-domain-policy> <allow-access-from domain=”*”/> </cross-domain-policy> Or maybe you have another solution. Can you help me please?
Workplace and personal apps
Hello, is it possible to make a personal app into a workplace app, or is it a matter of having to start from scratch in workspace? Thanks.
Calendar drag and drop - deletes data
I've found (after several user complaints) that when an event date is changed via drag and drop on a calendar view that data contained in two separate check box fields is being cleared. Can this please be looked into urgently!
User management - deactivate
There appears to be a bug I am trying to select multiple users to deactivate their account. When I try this, I see the waiting logo but nothing happens. When I try to deactivate 1 user at a time, it works. Can you please fix?
How to show only Facebook Federated Login
Hi, i would like tobe able to show only the Facebook federated login, on the login to my application. Is this possible? (ie, i can see that Turning Federated logins on in Zoho, will display, Google apps, facebook, yahoo etc). i would like to limit this only to Facebook.) Secondly, once the user has logged in via facebook, where can I get the user information like Name, Email, Phone etc, given by the Facebook api ?
Help with reports
I want help cleaning up a report I generate nightly. In order to keep it simple I will give a made up example and then apply any direction I get to the actual problem. Example: I have a form that tracks how many pounds of apples and how many pounds of oranges I buy for the day at my 3 different locations. The fields for the apples and oranges are decimal fields and the field for location is a drop down box. I then create a report and I put the locations in the column box and i place the fields for
Error when importing Access databases "External component has thrown an exception"
Hi, I am trying to import an Access database to zoho creator. I downloaded the migration tool, opened it, and tried to import my database, but after selecting the file on my computer I get an error message "External component has thrown an exception" Anyone know what this means? Thanks
Uploading using the migration tool does not work when the Address field is unique
I have a spreadsheet that I would like to upload to Zoho Creator to update records when the address field matches. I tried using the migration tool many times, but continue to get errors. For some reason, the decision box fields are not updating This problem was first reported to Zoho Creator support over a month ago, on May 8th. The support team has promised a quick solution many times, but has not provided one and does not have a timeline for when this problem will be solved. Please advise! Thank
PDF export font problem
Greetings all, When i export to PDF Greek letters are not showing at all at PDF file. When i export to all other types ( speadsheet or html for example ) it's exporting normally. I guess it's a font problem with unicode characters. Any help appreciated. Dimitris
Zoho creator sharing app bug?
This is my view, I'm the developer This is a user, I've shared apps with, this is what they see ... Their view doesn't match anything of mine. I only intend to share 1 app, the rest are broken links. The user also has 2 references to the same database I've made everything related accessible to support.
Column width in reports
I'm tring to run reports that export to a pdf document but for some reason i can not get the column width to change. One of my columns is a text field where as the rest are only small pieces of text so i want the text box to take up the majority of the page. I have read that pivot tables are the way forward but that doesnt seem to work when it comes to report generation and whem i use the specific area defined for column width it never actually has an effect on the report, then when i go back to
Export Creator app to proposal format
So I am a marketing and project support guy that handles our "IT", just so you know who you're dealing with. Obviously, we are a small (but growing) business. I have not spent much time with Creator. So today I had the grand idea to take our project proposal (about 4 pages in excel workbook) and try to turn it into a Creator app. It's gonna take me a while but we'll see where it get's use. In doing this today I wondered...... If successful, how do we than "present" our projects. It seems as
How to Filter using a Related Field?
Hello, We are a Real Estate Company and wanted to try out Zoho. We have made an application for managing the various Projects we have. Our DB Structure is as follows: Project (one-to-many) Configurations Location (one-to-many) Project ------------------------------- Configurations: Project Name (Lookup Field Project Table) BHK Type Area ... ... ------------------------------- ------------------------------- Project: Project Name Location Group (Lookup Field - Location Group Table) Exact Location
More ADMIN users
How can I asign ADMIN privileges to more than 1 user in Zoho Creator? Thanks
create a picklist based on criteria, how to setup the formula?
In Form Class, the field linked to For Student is a multiple select lookup In Form Student there are fields First_Name, Last_Name I have another form, called StudentInfo Field: Student (picklist to Form Student) Field: Class (picklist to Form Class) But I only want to load Class that are linked to that particular student chosen. Consider example: Student: Name: Jane Doe Student Name: John Doe Class Class Title: Science Students: Jane Doe, John Doe Class Title: Math Students: John Doe In my Form StudentInfo
Linking Creator Form to Report
I've found a lot of support for older versions of Creator but haven't found step-by-step instructions for the following using the new application builder: I need to link a Zoho Creator form to an already existing report in Zoho Reports. In addition, how do I deal with a multi-select field from Creator in Reports? Thank you in advance. Adina
Auto add records
Hi I would like to create a new record in a form & then when submitting it automatically create a number of new records in a second form based on a number in the first form. I have a "Print" & then a number of "editions" of that print so that when I add the "Print" details I would like to create an edition record for each number of the "edition". How would I do that ? Thanks Derek
Sub-forms and PayPal
Hello! We want to use Creator to capture registrations and bill for that registration(s). I have a primary form where the parent or guardian enters their information AND they are able to submit a donation of any amount if they choose. That Creator passes to PayPal. However on the sub-form where they are then registering their children (at a price of $10 per record/registration) which I have setup as hidden fields (the item, cost, quantity), after hitting Submit it's only passing the donation amount,
Sub-Forms of Sub-Forms?
Hi I've checked all sub-forms but I couldn't find an answer. My form X can draw a "single line" info from Table 1. My form can not draw a "subform" info from Table 1 (or any table). Does that mean that only single lines but NOT sub forms can be accessed via look up? Thanks Ben
100K records - what if you want more?
Hello all, very newbie question I am sure. I currently work as a project manager for 2 different companies implementing a 3rd party management suite for finance, supply chain, property management and tenancy. I was looking for an alternative "approach" and being a long time user of zoho in its other flavours, I thought I would see what it could do here. How is a record define? Is it just a row in a table? what if you need more than 100K? can a record be split across multiple tables and count as
Schedule Email reminder for every 3 days based on Status
Hi All, Actually i want to create a schedule which sends reminder for every 3 days till status changes to other value. Please let me know if there is a way to achieve that method. kmkr :)
Problem Restoring backup
While trying to restore a backup (and after changing the name of the application to "AppName backup" on line 6 I get another error about [Sub_View] column 'FORM_ID' cannot be null . No idea where this error occurs in the script or how to find it.
Duplicate Application Error
I am not able to duplicate an application in creator. I press duplicate, and the system says duplicating for a minute or so, but then no duplicate is ever made or displayed in the application list. Please help this is an urgent problem
Moving from easy database from Godaddy to Zoho
Hi there, I have been informed by godaddy that they are ceasing their support of the easy database system which I previously used. They recommended (on their website) that I re-start with Zoho. I am a bit of a novice with online databases but I was able to understand their system once I had a little assistance over the phone. I have looked online quite a lot to get some support on this however it seems that I cannot get through to their call centres which seem to be continually jammed and go to voicemail.
Next Page