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(",");
Button: Rename "Update"
With non stateless forms, I know I can change the label for the "Submit" button. How can I rename the label for the "update" button that appears when I try to edit a record?
Doubt Subform
I have a form called Company, within it I have a subform called that has a field Machines Associate Company, if I add machine within the company it appears in the list of the form of machines, if I add more machines in the form of machines and put the Associate Company the machine does not appear in the Company. How to solve this? Thanks and sorry I used google translator, do not speak English.
Matching records which contain any words from the string
A user types the words "Zoho Forums" in as the Client_Name in my form, when they submit the form it looks for a matching record using the following snippet of code: records = Case_Management_Form [Client_Name.contains(input.Client_Name)] This will only find matches when it comes across records which are "zoho forums", how can I get it to find any matches which contain "zoho" OR "forums"?
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
Login and/or Sign up to access forms and views
Hi, Within our application users will be required to sign in / create an account. This is for privacy purposes, as well as creating view filters based on the logged in user. When I set a form or view to require a login there is no option to sign up. Also I want the user to be able to log in and end up exactly on the form or view I want them to land on. In other words, if User A is trying to access form A - after he creates his account I dont want him to have to find his way to the form on his own.
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.
Found error in deluge script
HI I am evaluating a ZOHO creator application and stuck here in given code. There are two form: 1)job 2)Service partner once click on link which is at Job form it will go to Services partner form and those job id is appended to url as you can see in given link https://creator.zoho.com/fbriod/copy-of-copy-8-of-job-management/#View:Service_partners_View?Job_ID=1111408000001264149 Problem :Not able to fetch job_id from url please advice Custom Action function Code: void service_partner.JobOffering(Service_partners
global todo list
Hey, Is it possible to do the following..... So I have a record for every job, some records require me to do an additional task but later on. What I want to do is pass the information from some fields in a record into a global todo list. e.g. Fields to pass to Global todo list. Date: 25/7/2013 Task: Phone Mr. Jones and ask when he is free for the meeting. o Click here to add to global todo list ---------------------------------------------------------------------------------------------- Global
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
Application Questions
How do I add new columns to an existing application?
3rd Level related fields for views
Is there a way I can have a view that could pull related fields from a Parent's Parent. I have a Client Form - Submission Form - Submission Details Form. Submission Form is related to Client from via a lookup and submission form related to submission details via subform. It would be nice if I could pull client details from a Submission Details view. Any help would be appreciated.
Application Question
Can I rename an application? If so, how do I do that?
Keyboard shortcut
Is there a way to use a keyboard shortcut to add new line in subform ? Thanks
RegEx for Numbers
This script should report "good" but is failing. I need a function that tests if a string starts with a number. string test() { street = "12 yadda"; if (!(street.matches("^\d+"))) { yo = "bad"; } else { yo = "good"; } return yo; } Ref: http://stackoverflow.com/questions/6372318/c-sharp-string-starts-with-a-number-regex Cheers, John Whitney
subforms
We are determining whether to use zoho. One of the features we are looking at is the subform creation. When trying out the subforms in the free version it says our current plan only allows a demo of the subform. Could you please tell me which of the zoho plans include the subform capabilities? I don't want to make a mistake when upgrading. Thank you.
Script stops working, can't make changes
Hi, I have set up a lightweight learning management system for an educational initiative. In the attendance form, there is script in the On User Input block of one of the fields, that automatically populates several other fields with data when called. This has been working fine for several months, but this morning the script seems to suddenly have stopped working and fields are no longer automatically populated. I can't think of anything that could have triggered this as I haven't made any changes
data-clear-btn= true not working
Hi Can someone please help as to why the clear button is not showing up for this input text ? <input class="text-box single-line ui-input-text ui-body-c ui-corner-all ui-mini" id="searchInfo" name="searchInfo" type="text" value="" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" data-min="true" data-clear-btn="true"> Many Thanks festiva_96
scripts for multiple select has stopped working
As i have seen reported. all of my scripts that need to fetch date and populate a multiselect field DO NOT WORK and have caused some forms to go INVISIBLE. of course ZERO response from zoho. PLEASE ZOHO HELP. PLEASE
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
Secondary header on Mobile
Hi, I found a good tip in the forums saying that in order to be able to view more than 5 entries in the view on mobile - I should Embed the view in an HTML view. It worked great but the problem is that the secondary header is not big enough so that my Pagination buttons are hidden. (I added a picture) Any way to solve this? Increasing the height of the secondary header? Thanks, Guy
Parse data uploaded from File Upload field
Say I put a file upload field in my form where my users upload an excel file. How do I parse the file data? I would like the data to be uploaded on Zoho Reports but I can't directly upload the file because I have to process the data first like separating a text, replacing a specific text inside the excel file, format the texts inside excel and so on, before uploading it to Zoho Reports. Just in case you were wondering why can't we just format the excel file before uploading, we want it automated
Change Import Data lookup from radio to dropdown
I have a field that is an Import data lookup. The customer originally had radio button and now wants to change it to a dropdown box. The field is used in scripts and I don't want to delete it and re-add it. Is there an easy way to change the Display Type? I do not want to change the Field Type.
XPath Builder not working on XML data
I'm having difficulty getting XPath Builder to properly parse XML data from a URL or from a file. I've attached the XML file I'm trying to get to work. XPath Builder shows the data correctly under the data view, but when I try to parse it, it returns nothing. This is an XML file returned from a Zillow API call. Can you let me know how to get this to work? Thanks, Andy
Can't delete functions
I am trying to delete the following forms from https://creator.zoho.com/essistmgmt/assets/edit/function/# udf_telco_service_order.temp_mandatory_inherit_from_parent_order udf_telco_service_order.temp_optional_inherit_from_parent I get the following error "Error:undefined" I was able to delete other functions except those 2. Can you please remove?
Exporting forms and subforms onto one .pdf
Hey guys, I've just created my first form, so I'm still fairly new at this... I have three subforms as part of my main form. Is it possible to export the results from the subforms and the results from the main form onto one .pdf page? Thanks.
Need simple sub form.
I have a form that tracks landscaping issues. I want to add a button to each line in the view that opens another view of "comments" that people have made about the issue. I want the second (sub?) view to have the add/edit capabilities and when a person clicks add, the issue text from the first view is there. Thanks in advance for any help.
Updating code error
I want to remove this code from the form located at https://creator.zoho.com/essistmgmt/form/1696/scriptbuilder/ field action on the SITE_VISIT_SCHEDULED_NTU_CPE_INSTALL_COMPLETED_DATETIME field if (input.SITE_VISIT_SCHEDULED_NTU_CPE_INSTALL_COMPLETED_DATETIME != null) { input.DETAILED_STATUS_PHASED_OUT = "7"; } But I am getting the following error message Error Occurred. We are sorry for the inconvenience. Please try after some time or refresh the page and try again. The application is available
Auditing
I have a form with 50+ fields and there is a requirement for auditing field changes. How can I easily track which fields are updated?
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?
How to display a picture in Html from image field?
How to display a picture in Html from image field? Please see the app: https://creator.zoho.com/wei.wang_zh/display-pic/#View:display_pic1 This app already allowed edit access.
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!
Change in Lookup Checkbox Functionality
Greetings: I have submitted this via email to support as well, but thought I would see if anyone on the forum has some insight as well. I now have a new issue with lookup checkboxes. Just a few weeks ago I was able to filter a lookup checkbox based on an input field in the same form (also a lookup, but a dropdown). Now when I apply the filter the list of checkbox values doesn't show up (note: you can filter for addeduser but not based upon the other dropdown lookup field.) Also, before I could
Script button labels
Is it possible to edit the script in a form up change the labels on the button? If so, how can you change the button label dynamically?
Stateless form problems
My application: I have a form where data is stored, including several radio fields with yes/no/others options. There is an employee name and a date field. I then have a stateless form that fetches data and populates the stateless form based on the contents of the primary form. This is where the 2 issues come in: 1) It populates the yes/no, but will not populate the others option - it doesn't select radio the circle or put the right data in. 2) If the fetch returns no data (which is to be expected,
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?
Next Page