select all records in multi-select lookup
hello! i have several forms in relationships to one another: A. People = information about each person, including whether they receive newsletter. have a view called "newsletter recipients" with criteria set for just those who receive newsletter. B. Correspondence = letters from each person (bi-directional lookup to A. People) with custom response to letter to be merged into newsletter mailing, field indicating whether the custom response y/n has been merged into the mailing yet C. Newsletter =
Improve View Record Format
Take a look at this page https://creator.zoho.com/buzzap/ncsd/#View:Public_Post_Archive Then select to view a record. There are a number of issues with how the view looks Some of the records scroll horizontally off the page The column headers take up a huge amount of space: the view should scale to minimize the free space The printable view has the same problemsThanks, John Whitney
Auto-select foreign key for multiple forms
Let's say I was taking inventory of the types of pools and elevators a bunch of hotels have. I have 3 tables: Hotel, Pool, Elevator. 1 hotel can have 0 or many pools, and 0 or many elevators. I'd like the user to be able to select the hotel once, then have that selection be the foreign key for the Pool and Elevator, so they don't have to select the Hotel from a dropdown for each record created in the Pool or Elevator table. Is this possible?
How can I add a voting button - e.g., 'Like' button - to a record in a zoho creator view and/or form?
We wish to let users vote for features on the product development list to help us prioritize them.
Integrating CRM information into Creator
I would like to pull key information from a Lead in CRM and populate at Creator Form which i can then add more information. For example, I have a lead and i put basic information about the lead into the Lead module. Then if/when i want, i can create a Creator form called Lead Profile where i can go into much greater depth about that lead but store it outside of CRM so that i dont use up all of my custom fields in CRM. Say that Mary Smith inquires about getting some care for her Mom at home.
Can records be imported from a text file into a search?
I have a set of records in a text file that I want to find in my Zoho data base. I'd like to import those records into a search and then bulk edit the records. I cannot figure out how to import records into a search. It looks like I have to enter search criteria manually, one record at a time. Is there any way to import a set of records into a search? If so, how do I do this? Thanks.
Simple boolean stuck am i not seeing it right
Sorry maybe i am being slow here today for the following if i enter a or b or c they all go to the IF PART am i not saying if not a or b go into the IF PART if ((input.Single_Line_1 != "a") || (input.Single_Line_1 != "b")) { alert "IF PART"; cancel submit; } alert "NO IF PART"; cancel submit;
.Net C# APIs
Hi, Please tell me the steps need to be followed for inserting a record in my form created in ZOHO creator by your REST API. Please provide sample code in .Net C#. Thanks Gurpreet
importing from excel - single field with multiple options
Hi, I am exporting a database into Zoho Creator and I'm struggling with one of the fields. On the spreadsheet, one of my fields has multiple possible answers, for example each line represents a client and each client can have one or more specialisms which I want to be able to capture. At the moment, each word or phrase in this field is separated by a semi-colon on the excel spreadsheet. When I import, Zoho doesn't recognise each phrase as a separate entity. Is there any way of doing this? I want
Create one large form (exceeding the Zoho 47 field limit)
Hi, I am looking to create on large form with approx 160 fields. Basically a large table where a person inputs the findings of an audit. It's important that the results of this audit get collected in one form for consistency and reporting afterwards. Has anyone come across a way of doing this? I would love to hear your feedback if you know of a way. I've attached an example of this form. Many thanks, Eamonn
Lookup field entering the wrong record
Hey there! I just started using Zoho and am totally into it. Anyhow, I have a list of prisoners seeking penpals. The idea is that I have this form Pen-Pal Pairs that so I can associate the "free world" pen-pal with the incarcerated pen-pal, who is already listed in our database (links at top of page): http://www.blackandpink.org/prison-penpals/ I tried it a few times, and I find that the lookup is choosing a similarly named prisoner (ie Michael Young, not Christopher Young) even when I carefully
duplicates
I'm sure it has been asked and answered, but I missed it. How do I find duplicates, based upon one column (name, in this case). Before I found ZOHO, I had my data in several different services, and when they proved unacceptible, had to move it. Each time I moved it, errors such as duplicates crept in. My best day in a long time was to find ZOHO. THANKS. Jim West
updating records in grid view
Hi, for 2 days now, In grid view, I only can updated six records at a time. Anything more than 6, it tries to "save records" for along time unsuccessfully. please help, i need to update 100s of records everyday. i cant do it in an increment of six. it will take the whole day thanks
Hide field from others does not work in a permalink?
Hide field from others does not work in a permalink? In a form oppened from a permalink all fields are visible? is there a way to hide a field here? Cheers Luis
How do I compare two text fields from two forms?
I have written\copied this code below, however, it isn't working. I wonder if it had to do with the fact that they are text fields. if (count (Mrs_Weaver_s_Question_of_the_Day [Question_of_the_Day == input.Question] ) == 0) alert "Question of the Day was not listed. Try again later"; cancel submit; Please advise.
Aggregate values from Multi-select field populated with query-string during function call?
I have a function that works together with a stateless form: void ReverseDeposit(Payment SelectedDepositGroup) { querystring = ""; for each Payment in SelectedDepositGroup { querystring = querystring + "recIDlist=" + Payment.ID + "&"; } openUrl("#Form:ReverseDepositValue?" + querystring, "popup window", "width=600"); } The stateless form has a Multi-select field that gathers the IDs of the selected records of the Payment form in a view. How can I aggregate the value of
reference a field value as part a field name
BACKGROUND INFO: In a form named Payment I have fields with the word Note in their names; one for each month, e.g. JanNote, FebNote, MarNote, etc. Using a function and stateless form I will have a Custom Action allowing the bulk change of a selected Month's Note field in many records. The stateless form has a dropdown field named StatelessMonth with a selection menu of the months, Jan, Feb, Mar, etc., and a single line field named StatelessNote. Upon Submit I want a selected Note field in the Payment
I have a form in zoho creator when I submit the form the data should be saved in salesforce Lead. Is it possible in zoho creator?
Hi, I have a form in zoho creator when I submit the form the data should be saved in salesforce Lead. Is it possible in zoho creator? Thank you
How to get the left x characters of a field?
I am trying to get the first 3 characters of a given field to use in a formula for a 2nd field. I do not see a formula/deluge script that allows for what in Excel would be Left(field, # characters). Can anyone point me in the right direction? For example, I have a Client Name field in a form called Clients. I want to pull the first 3 characters of the Client Name into a 2nd field called Client ID.
Problem with Free-flow script view in IE
I'm using IE 9.08 and just today have had a problem with the free-flow script view. The font used to render the script (and the numbers to the left of the script) make the script unreadable -- they are all symbols. When I view the script in script builder, all is fine. This problem arises for both views and forms. The problem just appeared today. It does not show up in Chrome. As I said, the problem doesn't appear in the ScriptBilder, just in the free-flow script. What font is being used
Please Reply this Can I use My own Domain Name
Hi Team Can I use my own Domain name for eg:- Application Link is http://creator.zoho.com/l3admin/namexYZ/ Is it possible to use my own domain eg: http://mydomain.com/xYZ/ instead of http://creator.zoho.com Please reply this Smitha
Are there dynamic functionality based URLs for ZOHO Reports?
I love the Reports feature added to Creator that integrates ZOHO Reports. I noticed that the URL parameters functionality doesn't seem to work for reports. e.g. http://<your app URL>/#View:<view name>?<field name>=<field name value> The above allows the dynamic filtering of the view based on field values. It doesn't seem to work, however, for #Report:<report name>. Which forces the creation of multiple similar reports to handle various filter criteria (e.g. Totals this Month, Totals last Month).
Zoho Creator printing
When in the Summary View, can I have a page break separating each record? So when I print the Summary View, I got one record on each page. Thanks.
Hide/Show Function Not Working
I have implemented the simple hide/show function on my form to achieve a simple outcome. I want to hide fieldA on load so I have added to the On Load Diluge Editor hide fieldA; I want to show fieldA when fieldB which is a radio box has the option "Yes" selected. I have therefore add to fieldA the following on user input script: if (input.fieldB == "Yes") { show fieldA; } else { hide fieldA; } For the life of me I can not get the simple function to work. Very frustrating. The form doesn't
Published to a client but he does not see the data
Hi, I published an application to a client but forgot to check "with data". I then republished but my client still does not see any data. I did not see an "unpublish" option. Any ideas what I need to do so my client will see the data. Thanks, Alon
View criteria for last 168 hours/week.
What is the result of the following criteria in a view? Assume today is Thursday at 8:30pm. Will it show only records added in the last 168 hours (since last Thursday at 8:30pm)? Will it show only records added since one minute past midnight last Thursday morning? Will it show only records added since one minute past midnight last Friday morning? Added_Time >= (zoho.currenttime - '1W:0D:0H:0M:0S') Herb Wexler
Need Help for PHP Return Page
Hi I have creator application stateless form, and if i submit the button in my form , then it will goes to my PHP page which was in my server, then if i enter the data in my PHP form , then the page will return back to my Creator application form. I have the below error when i redirecting the page. " An error has occured. It has been reported to Zoho Creator support. We will look into this issue . Sorry for the inconvenience caused. Go to Home " Let me know How to solve this issue. Thanks
Script Builder window can it be made taller
Hi, When working in Script Builder the height of the window makes it hard to see a complete for each loop especially if you have a lot of statements in between Any way to make this window taller ? so you can see more of the code ? thanks
Need a developer for Zoho Creator for CRM
I have a client currently using Zoho CRM with Google Apps who would like to have a custom module build with creator for use as an add-on with Zoho CRM. They would like to have a rental equipment module that would integrate with CRM and Quickbooks add-on. Anyone up for the challenge?
Last Modified Date and Version# for HTML Views
Rather than typing it manually, it would be neat to have built-in variables for HTML views that display the last modified date and version number. Cheers, John Whitney ZOHO Creator Developer
Embedded forms, weird URL
Hi, Please take a look at the two embedded codes, both for contact forms on our web site: The forms are set up identical with identical sharing permissions etc. But #2 has all kinds of extra "GHJhj;HJB;HJ" in the URL. #1 does not have that... Why is that so? Kind regards, Bo Thygesen 1: <iframe height='500px' width='100%' name='zoho-smallno' frameborder='0' allowTransparency='true' scrolling='auto' src='https://creator.zoho.com/bo.thygesen/smallno/form-embed/smallno/'></iframe> 2: <iframe height='471px'
Reminder emails to attendees
I see the exciting new ability to add events from Creator to Calendar. https://help.creator.zoho.com/Create-an-Event-in-Zoho-Calendar.html However, I'd like to create events so that attendees automatically get reminder emails at a specific period of time (perhaps 2 days) before the event occurs. How would I do that? Also, is it possible to customize the reminder emails in any way? Also, once I create an event, how would I update or delete it using Creator? And if an attendee declines her attendance,
Selection Dependant Fields
Hi, I am wondering how I can create a selection dependent field: For example: Type: if A is selected then sub-list A is shown below for further selection or if B is selected then sub-list B is shown? Thanks
placing two controls side by side is not happening
Hi, Zoho form is divided into two parts.In one part how to place two controls side by side.That is not happening. Please help me out of this.
Anyone know the standard form time out?
Hi folks Can anyone tell me how long it is before a Zoho Creator form assumes you have wandered away and logs you out? I lost a lot of data at a demo the other day because of this (mucho embarrassing!). Also, does anyone know if there's a place you can tweak this setting??
URL in Creator contact form
Hi, we are using our creator contact form extensively through out our site. (we are a real estate agent, so at every property there is a contact form). So basically the same contactform is displayed on several 100 URLs. Is there a way to include the site specific URL in the contact form, so that we can see from which part of our site the customer has contacted us? Kind regards, Bo Thygesen
multiple criteria using bidirectional lookup fields
I am trying to use set criteria to use 2 different fields in a bidirectional look up to sort my data. (Warship_Name == input.Warship_Name && Engine_Type == "Main") in my engine view I define what ships can use that engine. and also define whether the engine is a main, mjet or scram. I would think the code above would only show me engines (in my warship view) that work with the listed warship and also need to be defined as Main. However it seems to only pay attention to the first part Warship_Name
Hide Subform Field based on Group Membership
Hi Is it possible to hide the subform field of a main form conditionally based on whether the logged in user is a member of a certain group? T
Will not import data from google doc or allow me to cut and paste that data
Hi - I have successfully been able to create a new form previously by importing data from a spreadsheet. Tonight when I am trying this I select the document I want - press next and it says loading and then does nothing. Same thing when I try and cut and paste info as an alternative - select paste and no entry is made. Thanks Kendra
Custom domain
Could a Zoho guy explain what the "custom domain" marked as complete in the working on feature list, refers to? Also, when can you implement the html to pdf WITH IMAGES and PAGINATION ???? Thanks.
Next Page