Downgrading Link for ZOHO Creator does not work
Hi, I want to downgrade my Zoho Creator from Basic to free, but the Link "Downgrade to the free plan" is not working, its not a real link at all! When I copy it and paste it, it gives me "javascript:;" and no Link. Can you please downgrade it manually for me? And do I need to pay this mnths fee even if I haven't used it at all? Regards, Atia Ahmed from gestaltungsWerk, Germany
Add to existing record based on email unique ID via web form.
Hi All. I'm completely new to Creator and loving it! I'm trying to use Creator to build a very simple CRM and recruitment solution (I've already checked out Recruit). My scenario is as follows 1. User submits registration form on website where their email address should be treated as the unique id (I have step this working no problem) 2. User comes back to website and expresses an interest in a job, Creator should add this expression of interest against the person's record based on identifying them
User built in functions
It would be nice if there were build in user functions that could Let you know which groups a user belongs to What the user email is if passed a user login (not just current user) Get a list of all users Get a list of all groups Get all the groups a user is assigned to when passed in the user login Get all the users assigned to a group when passed a group name Please add user functions to Zoho. Is it part of the roadmap for future Zoho releases?
Possible JavaScript / XSS Vulnerability with embedded Google Calendar
I'm attempting to embed a Google Calendar in an HTML view via the Widget (iframe) First I saw this message: Possible JavaScript / XSS Vulnerability Then I saw this (see below) but the calendar is displaying in live mode: http://creator.zoho.com/niskypto/pto/#View:Calendar John M. Whitney Recommend
More Fun with XML and executeXPath
Related post https://help.zoho.com/portal/en/community/topic/help-with-xml Here's the next xml do-dad I need to tackle (yes, it's for my Amazon SES+ZOHO app) <GetSendStatisticsResponse xmlns="http://ses.amazonaws.com/doc/2010-12-01/"> <GetSendStatisticsResult> <SendDataPoints> <member> <DeliveryAttempts>2</DeliveryAttempts> <Timestamp>2011-04-17T12:25:00Z</Timestamp> <Rejects>0</Rejects> <Bounces>0</Bounces> <Complaints>0</Complaints> </member>
Scheduler Email: Data From A Related Table
thoughts.authors.wiki_link As a Zoho Creator newbie, I am attempting to run a schedule that sends a daily email. Simply, it is a database of quotes I like that gets sent to friends and business associates. The quotes are in one table with the intended send date (Thoughts_View) The details about the author are in another table (Authors_View) I have been successful in getting the email to send with data from the primary table (thougths_view) but have not been able to get the date to send inclusive
Task Assignment Emails Include Hyperlink
Is there any way to include the hyperlink to the task page in the notification email the assigned person receives?
Special characters
When I do export to pdf file, the data do not write characters č, ć, ž etc.. How can I fix this??
submit through other email
hi there is some description how to add entry to creator's app via zoho form https://www.zoho.com/creator/help/forms/email-data.html#Adding_form_data_via_e-mail_in_user-defined_format is it possible submit through email from other forms? i need submit next entries: 1) entry of incoming/missing call (online phone system sends me this email with phone number). 2) entry for consultation (from text form via my site) 3) entry for order (from text&file form via my site) can i add entries via REFORMATTING
Birthdate field format
I have a birthdate defined as a date field. People want to type in the date because the calendar icon takes too long to go back decades. The date format for the application is [E,MMM dd,yyyy] because in other parts of teh application showing the day of the week and month are very useful. No matter how much I instruct the users they want to type the date in as mm-dd-yyyy. The problem is that it seems to take 01-02-1980 as Feb 2, 1980. Is Zoho planning on having date formats that are specific to a
API for searching user details
I have a search form along with First Name, Last Name, Email Address and Phone number fields.How to fetch the records according to the searched string in the form? Also all the fields are not mandatory. Thanks.
Grid views for mobile?
Hi, my client wants to build a mobile friendly attendance tracker app for his soccer club. His vision is for his coaches to be able to access the attendance tracker on their iPhones. I've been playing around with this and have created a basic attendance tracker with the bare minimum of required info. Grid view seemed like the most sensible way to display the tracker because coaches will have 5-10 students per class and this would allow them to quickly tick people off. However, when I try to access
Statements and Invoice
Can anyone advise if they have produced statements and invoices from a Creator application. I am wanting a reasonably formatted document with company logo etc. Please advise. Thanks. Kind Regards, Russell.
Creating an event in Google Calendar
Hi, I have listed below the deluge code snippet for creating an event to GoogleCalendar. The script uses the PostUrl function to send header parameters and write XML Data in the request body. Function for generating authoization header string getGoogleAuthToken(string email, string passwd, string GoogleService) { accountType = "HOSTED_OR_GOOGLE"; url = "https://www.google.com/accounts/ClientLogin?accountType=" + accountType + "&Email=" + email + "&Passwd=" + passwd + "&service=" + input.GoogleService;
Lookup fields Not Sorting
Create two Forms, FORM_A and FORM_B If you create a lookup field (in FORM_B), and within the definition of that lookup, you enable : Display Type = Dropdown Show a link to add new entries in FORM_A and also select : Show choices in alphabetical order When you then use FORM_B, and use the link on the field, to generate a new record in FORM_A, once saved, that entry does not get sorted in alphabetical order in the drop down list. Only by exiting the form and re-selecting the form, does the correct
alert text is double spaced
I'm using an alert box to show several lines of text. The text shows as double spaced. I made sure there are no hidden line breaks or paragraph markers. Is this a function of the browser? I've only tried this in Firefox. Is there a better way to conditionally display a text paragraph? Thanks Herb Wexler
Global Variable
Hi, Is it possible to have a global variable in Creator? i.e. If I am in "form A" and I say that X = 5 and then I goto "Form b" and say input.number = x, how can I make this work? Nigel
entering data into forms
Hi there- when I upload an access database into Zoho it creates a corresponding form for a corresponding table in access. I only want users to be able to enter into 3 forms and populate 3 tables-how does 1 do this?
find null values with searchRecords
I wanna find null values and then update it with a new value in my accounts from zoho CRM with this function in zoho creator: zoho.crm.searchRecords("Accounts" "(Field Name|is|null)"), but this don't work i try with is EMPTY too, can i find null values with this function (searchRecords)??
How To Pass ID From One Form To Another Form With Out Using The Querystring Functionality?
Hi, I am using a single "Stateful Form" and "Three Stateless Forms". I am passing the ID Created in the Stateful form to other stateless forms. So that i use the ID passed using query string to stateless forms for updating data to the record in the stateful form. The problem is as the ID is passed as query string, it is stored in browser history. So when anyone logs in they can view the records using those url's since i have written some logic to retrieve data "On Load" based on some things.This
Subform actions
Subform and Form actions options are not in sync. I have a subform and have copied the logic from the Form Comments to the Comment subform. The only logic I can't replicate is the "On Add On Success" and "On Edit On Success". Is there a way for subforms to inherit the Form code so there isn't double entry of code? Or alternately, can you add on add success and edit success actions for subforms to make it consistent with the forms?
Align right only numeric fields
Hello. My default align in my form are left and this is good for string fields. I also have some numeric fields. How can i align only this fields to the right? Regards.
Error fetching data from another app
i keep getting this error "Error modifying the page Encountered "[" at line 84" while trying to fetch data from another form. here's the code - input.currency_from_app = app6.form1[Currency==input.Currency].Value; i can't use a lookup field because it requires the user to choose an option (it will be only one option, but still the user will need to mark it). i also tried this code- if (input.Currency=="Euro") { input.currency_from_app = app6.form1[Currency=="Euro"].Value; } but still - the same
How to set a field to a given value when a record is duplicated
Hi. I have a form in my application which has a field called Status. Status can be "Draft" [Edited - original post said "New", which was wrong], "In Progress" or "Closed". When an existing record is duplicated via the Edit/Duplicate function in the list view, I want all the data to be copied to the new record, except the Status field which I always want set to "Draft" [Edited - original post said "New", which was wrong]. I have achieved this using the script input.Status = "Draft"; under Form Actions
how to assign the value
how to assign the value for the field?
openURL is not passing parameter on mobile
I am trying pass an ID from a stateless form which doesn't work when on a mobile. The URL gets altered in a new way. The mobile URL becomes APPNAME/form-mobile/Login#Form:Weekly_Form?ParticipantID=1005& instead of APPNAME/#Form:Weekly_Form?ParticipantID=1005& Relevant script of the Login form: validParticipant = AddParticipants [Participant == input.Participant]; Linkstring_Weekly = "#Form:Weekly_Form?ParticipantID=" + validParticipant.ParticipantID +
Google Maps
Hi there, I'm a new zoho user and I'm having some problems trying to work out how to get my address from zoho creator into google msps. My addresses are formatted like, field 1: house number; field 2: street; field 3: surburb I have looked through the forums and this looks like the way to do it, but where do I enter this code? do I have to create a new HTML view? if someone could please walk me through how to use the code, that would be much appreicated. ------------ The script uses the
zoho.calendar.createEvent: (a) need API; (b) these events do not appear in Zoho calendar
Hi, I'm a new Zoho Creator user, and am trying to create a Deluge script that will take a date record and a recurrence record, calculate the event repeats from start and end date, then fire off a zoho.calendar.createEvent() for each one. I have two problems: (a) I am unable to find the full API (full set of options) for that createEvent() function; (perhaps the API already supports recurrence, and I could use that). (b) The function runs and completes without error, but no appointment appears in
XML responseText missing opening tags and other data
for some reason when I get data back from a particular web service, it is missing opening xml tags and a bunch of other XML data. I have removed sensitive data and only included a portion of the response body but you should get the idea. here is what I get in responseText: "Ok<\/resultCode>I00001<\/code>Successful.<\/text><\/message><\/messages>..." here is what I should get: <getTransactionDetailsResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
How to import data from Zoho Reports
I am trying to import data into Zoho Creator from a table within Zoho Reports on a regular basis. Is this possible? Preferably automated, from the onload area of script. Additionally, it would be great if when loading a form, the zoho reports data actually updated a different creator form than the one loaded, but which had information accessed from the form via look-up fields. this thread asks the same question: https://help.zoho.com/portal/en/community/topic/importing-tables-from-zoho-reports-into-zoho-creator
Customized application with locale
Hello. I'm write from Spain. For every form that I make, i must traslate the button (Submit, Reset, Update, Cancel). I's possible to fix this values in spanish so as not to have to change at each. Also, in spanish Monday is the first day of the week. It's possible to fix this value for all the aplications? Regards
Best practices for working with dependent fields
Hello. I need work with 3 dependient lookup fields in a new aplication. Is goog using system field ID to link diferent fields. For example: I'have 3 form Areas, Groups and Subgroups. I have text fields with the names of Area, Group and Subgroup. When i insert a record in group i must select also the Area and when i insert in Subgroup i must select Area and Group. I want have dependient dropdown lookup field so that when i select a Area in Subgroups form, i only can select the group than belong
Import Photos
Hi, Can i import photos (from directory) to zoiho app? thanks in advance
How do I disable the More options in VIEWS?
Please I want to disable the IMPORT, EXPORT and PRINT options on VIEWS? How can I do that? Thank you for your help.
Create Status for Form Submission
On App form is it zoho best practice to create hidden field and attach a status record on submission? I'm coming from Salesforce, where it was standard to submit the record and on submission new record rule would trigger a status creation to the submitted record. Saw a few things in the help docs, but just wanted to know what most do here. Thanks, Dustin
Dropdown Numeric Fields, Workaround?
After reviewing the user guide and a few searches, it seems that the dropdown field can only be defined as a string. I need to offer users a limited number of options, i.e. 1, 0.5, 0.25, 0.125 (even better choices in a dropdown menu would be 1, 1/2, 1/4, 1/8, etc. but creator doesn't seem to be able to separate labels and values in a dropdown) I need to also generate reports using these numbers such as adding up the values for the records. Are there any simple workarounds you've used to use numeric
Cancel button stateless form?
How do I implement a "Cancel" button on a stateless form which simply closes the form? (The form in question is opened in a modal window via a custom button action in a view.)
Rebuilding Equipment
We are just starting with Zoho. We rebuild mechanical equipment for customers. Similar to an automotive repair facility. How would I want to: 1) Receive the customers equipment, Tear it down. 2) Recommend parts based on our database/inventory. 3) Have them agree or disagree and approve certain parts. 4) Give them a price based on labor and parts. 5) Repair, record repair procedures and tolerance that they can look up later I have been trying to use creator for my main form (PO, Equipment#, ect),
Auto-fill field based on pick-list field and current date field
On a form I have a pick-list field called Proposal Owner which contains values like this: JD - John Doe On the same form I have a date field called Current Date whose date format is MM/dd/yy. There is also the following (on load) script governing the field: //Lines 1-5: Current Date field scripting // Assign the value of zoho.currentdate to the date field input.Current_Date = zoho.currentdate; // Disable the date field from being edited by the user disable Current_Date; On that same form I also have
Reusing fields/questions in different forms and applications
Hello, I wonder if anyone can help me out. I'd like to be able to reuse fields in different forms and/or applications. That is to say, if I have a First Name field in one form, I'd like to be able to use it in a different form, but still have it populate the same part of the base data. Does anyone know if this is possible? Thanks James
Next Page