Email notification on request
I'd like for an email notification only when I decide at time of entry. I created a field "email_notification" of the type "Decision check box" What would be the better strategie for allowing email notification upon checking that field only.
success message - Specify Duration(Optional)
Hi, Please explain the type of input expected when setting on a form its On Success success message. Is it units of seconds? Should it be written 8s? It is not explained in this page: http://www.zoho.com/creator/help/script/success-message.html Many thanks,
Warning prompt on custom action
How can i show warning message on custom action??? Help........
My App is gone
My app I have been I made is gone from the index view. I can't make backups of it. Also If I go to http://creator.zoho.com/home/index it shows I have no apps but if I manually go to the link of my App it still exists, and I can access it that way. Is there any way to fix this issue so I can make it appear in my index and also make backups of it? Many thanks
usage limit notification
I received an email with an alert stating "You have reached the maximum Schedule limit permitted for this account. Please upgrade to add more." What does this mean? On my zoho home page it says ive got no schedules created.
Importing Data to fill various fields in a form
Sorry im a complete NOOB and not sure if the subject has been posted. Sorry in Advance. What I want to do is to do a form in wich you do a lookup for one field and automatically fills all the other fields in the form. Im trying to create a method for planning industrial equipment Maintenance. So I have a form in wich I enter the data of all my equipment, so now I want a form in wich it imports the Data from Form 1 to Form 2 and in Form 2 enter the Maintenance Date. Now you can import data for one
Temporary fields in Forms with store data in Creator
Hello! Very often I need to have some field in Form, which I use only for control of Form behaviour during displaying, and dont neet to store its value in database. It will be great if I can set parameter for each field "Don't store value in database" For example desision box which is used for displaying or hiding group of fields, or auxiliary lookup field, which help to control data in Form while editiong and so on
Adding Sorting in dynamically generated HTML VIEWS
hELLO tHERE.. please help, i am puzzled in a very tiresome task from 2 days, i want to add the sorting functionality in a html view created dynamically by using api mapping with reports..... please suggest me some other way if that's not possible.....
Invalid Entries detected when updating records from the Report view
I am receiving the Invalid Entries error when editing records in the report view of a couple of my forms. This will be a required feature of the application for actions such as administrator approval. It appears when I select Edit on a record and then Update it, even if I have not changed any of the data in the record. Usually this issue does not occur for the first update I make but then persists for no obvious reason.
Zoho Calendar view only for a certain time range?
I'd like the Calendar to only display for 9am to 9pm, is there a way to do this?
Lookup Fields of the same form
Is it possible to create a lookup field on a form, to a field on that same form? This is hard to explain... I have an app that I use to log "issues" on a website. Occasionally I have issues that are related... So on my "Issues" form I'd like create a lookup of a field on the issues form that I would then call "Related too". When when adding a lookup field it doesn't let me choose from the form I am working on. Any ideas? Thank you! Greg
Chrome openurl new window is a popup not a new window
Firefox openurl command with new window opens a new tab Chrome openurl command with new window opens a popup which starts life as being blocked chrome ver 15.0.874.121 Any ideas ? anyone Thanks
Validate form and change value
I want to change field values when a form is validated. I have a CONTACTS form with a mobile and phone field. If either are empty, I want to populate a message with instructions. As I have multiple rules, I do not want to use alerts but instead populate the contact_msg field. I have the following code on validate if ((input.CONTACT_MOBILE == "") && (input.CONTACT_PHONE_OTHER == "")) { input.CONTACT_MSG = "Please enter either a mobile or other phone number"; cancel submit; } When I run
Send mail from one form to matching entries on another form
How would I go about sending an email to all people in Form B that match certain criteria in Form A. My application is being used to match up people looking for a job with employers in their area. Form A is where the job seeker submits their info (contact info, resume, etc.) Form B is where the employer lists their info (contact info, city/state/zip they are hiring in) For example: When a job seeker submits their info with a zip code of 91320, an email is sent to all employers requesting notifications
Zoho Creator API JSON Mis-formatted for Related Fields
Hi, It seems I have come across an issue with how the JSON is displayed when getting the JSON from a view where I link a Field to an additional view and then show a field from that linked view. How It Should Work: Lets say I have two views: View 1 1 2 3 View A A B C If View A is linked to View 1 with a related field, the JSON should be formatted as follows, where the view A details are nested underneath View 1. Entry # 1 1 2 3 View A A B C But this is not how it works. How It Currently Works - Bug:
problems after recent platform change
I have troubles after a recent platform change, and some existing code no more works. 1. The most serious problem is that it is no more possible to concatenate a string with an integer, a thing which was allowed in Deluge . An example - a test function string test1() { nr = 2; return "The number is " + nr; } The code is saved without error, but an error appears when the function is executed. I have to change the return statement to return "The number is " + nr.tostring(); in order to make
Fetch records HTML page
Hello everyone, this is going to be a long one so please bear with me! I am new to deluge scripting and am stuck with a few key principles. Outline of what I am trying to achieve: Use Mail Merge to load a HTML page which i will then print - an example of the page which i currently print from a access database is here How far I have got: Created a HTML page Created a data view with a custom action to load my HTML page. Created a function for my custom action (below) void netbooks.SignOutForm(int
WTF! [ServletException in:/jsp/edit/view/viewedit.jsp] null'
[ServletException in:/jsp/edit/view/viewedit.jsp] null'
When duplicating a Creator Application - very annoying bug
The fields seem to all be duplicating correctly, except this option It is checked in original application, but unchecked in the duplicate
Multi-select field show/hide
I'm not the sharpest knife in the drawer when it comes to scripting, and Deluge is no exception. I have figured out how to make a field show or hide based on binary statement (on or off via checkbox) or on any sort of input regardless of what the input is. What I am trying to get happen is when specific options from a multi-select field are selected, specific fields show themselves corresponding with them. I thought maybe having a list somewhere of all the options, and then trying to get it to
Script to create a new record with a subform, and populate data
Consider this example So what would be the code to create a new record? insert into Class [ date_field = zoho.currenttime (?) insert into Student [ name = "Billy Bob" ] insert into Student [ name = "Jane" Doe" ] ];
restrict characters in single line field?
Is there a way to prevent users from using, for example, spaces in a single line field? If not, is there a way to replace spaces with, for example, underscores during the submission process? Thanks.
URGENT! Unable to add any new records!
I cannot add data anymore. When I fill in the screen and click submit, the please wait message is displayed, but the information is not added, and the screen never clears. It is critical that this be fixed ASAP!
Subform and Associated Projects
Hi, I work in publishing and I am working on figuring out how to track contacts (with certain details) and their connection to 1) sales opportunities and 2) projects. So I would essentially need 3 tables - A. Contacts, B. Sales Opportunities and C. Projects. Setting up the relationships is what has been a problem for me. I'd like to be able to view each table's associated record , within the context of the other tables. For instance, when I look at contact, I want to be able to also see the associated
URGENT HELP NEEDED: Can't Add Data to Database and Can't Update Deluge Names
I have two problems: 1) Member Data Form: I am unable to submit a form I created to the database called 'Member Data'. All other forms seems to add data to the database as purposed. Please help, this is critical. 2) Approval Decision Report (View): In the Approval Decision Report View, there are two fields called 'Registration'. One should be called 'First Name', the other 'Last Name'. I have checked the fields many times to ensure that they are set up appropriately (and they are)--both the Label
Looking for a developer or Programer
Hi I have running a Mobile phone Retail and service Bussiness. and i need a programer to design or create a online SaaS program for my bussiness. first this software has to log at least 10 users in same time and it has to install on our domain ( windows server dedicated and SSL certificate) it should have following modules. Sales-Sales return. Multi Currency accept- Split payment Purchase - we do direct purchase only. so we need to enter directly purchase invoice. items has to enter by category
Looking for a Developer or Programer
Hi I have running a Mobile phone Retail and service Bussiness. and i need a programer to design or create a online SaaS program for my bussiness. first this software has to log at least 10 users in same time and it has to install on our domain ( windows server dedicated and SSL certificate) it should have following modules. Sales-Sales return. Multi Currency accept- Split payment Purchase - we do direct purchase only. so we need to enter directly purchase invoice. items has to enter by category
remove 'home' link on non-admin acct
Can I remove the 'home' link at the upper right of a form for a non-admin account? Thanks.
International characters
Hello. Great Job! Tiny bug: when I enter my name (René) in a record, it shows crippled in the view (Ren+"square"). Do you use UFT-8? Is it a Zoho-problem or is my browser set up the wrong way? rwstout
Unique Form ID on Load
Hi, I just signed up for Zoho Creator's 15 day trial period and am really enjoying it so far. Though I have a little problem I cannot figure out. I need to have a form that creates unique IDs for its entries. I noticed that there is the "auto number" field for that, but I do have some issues that I cannot adress with this field. 1) I would need the field to be shown to the person who fills out the form (he shall pass along that ID so someone else can work with it) 2) The person might load the form,
Need help
Hi Ayisha How write the RegExp code in the matches () function to determine whether A string in the capital to capitalize A to Z? like this ? if(input.string.matches("(?([A-Z])")) == true) but try many time is failure... Thanks Stanley Guo
Build a zoho creator view like the account / contact view in zoho crm?
I reviewed the how-to documentation, but I'm assuming I keep overlooking how to do this: I want to make it so when i click on accounts, i can click the individual account and see an account summary page with all its related contacts. then be able to click the individual contacts to see their account detail. Could someone link me to the part of the documentation that goes over how to do this? Thanks!
How to attach pdf document of record in Email templete to send these attachment on a custom action in zoho creator ?
How to attach pdf document of record in Email templete to send these attachment on a custom action in zoho creator
copy creator's app&database to other account. how?
Hi how to copy creator's app (with logic and functions inside) to other new account? thanx.
Split Forms similar to Access
Is it possible to set up a Split Form similar to what they have in MS Access. This form would have the following: - On the top half of the form would be the parent record information. You would be able to scroll between parent records by scrolling from page to page. - On the bottom of the form would be the child records. This would be a listing of the child records that were associated with the parent record on top half of the screen. You would be able to scroll up and down through the child
Doy you plan to make function calling in filter criteria of Views
Hello! It will be great to have this functionallity to have ability to use functions in filters criteria of Views (in Advanced Mode) For example, now, I have such a task: Our company have many business Partners (Form). Each business partner have several zoho accounts (each account represent some role in our application). Some Forms contain lookup field (linked to Partner Form). I need to have ability to filter Views, when Partner logged in this way: View: criteria field: where partner==thisapp.to_which_partner_belongs_logged_user(zoho.loginuserid)
Problem on uploading application
Today, I got a mail from zoho while uploading my application to one of my clients account: There is some problem while publishing your application Travel Agency CRM. Reason: Encountered "display" at line 259, column 21. Was expecting: "view" ... Please contact support@zohocreator.com for more details. Thanks, Zoho Creator And as a result of this we could not able to upload my application.. But, I could not able to find any error.. Pls suggest what should I do?? Is it a problem of new
Change appearance of File Upload field
The current layout of the File Upload field is slightly off, which I think ruins the otherwise quite polished look of forms that use it. For users that are trying to persuade their company / client that this is a professional tool it can make it look a little amateurish. This may only be the case when using the Professional theme:
Creator or Other Zoho's App to solve business task?
Hi i use new creator app for my new project. specificity is: in email conversations with clients i agree with price for selling services all prices calculates via simple calculator in this creator's app some clients buy few times different services (right now i just duplicate entries it is not so good) right now is two gates - 1 gate creator's app with client's entires 2 gate email system with clients conversation i need duplicate prices and conversations from app to email and vice versa (it is not
How do you change your loginuser ID?
I would like to change my loginuser ID from msworn to qmarswo. When I change my nickname in Zoho Accounts it does not propagate this through to my loginuser ID. Is there another way I need to do this?
Next Page