Field actions and math error - Zoho quick start guide
I'm new to Zoho and am following the quick start guide to build some sample apps and forms. I'm having trouble with an exercise in the Configure Field actions part (https://www.zoho.com/creator/help/getting-started/quick-start-guide.html#field_actions): I'm getting an error in the app when I put the following: Revenue = input.Units_Sold * rec.unit_price; I tried with Revenue and input.Revenue The script is accepted without error, but when I run the app, the revenue field throws the error: error executing
[Urgent] Backup Always Failed!
We are trying to backup our App (ISQ-Connect) for last 20days, it seems always failed, no error message, just saying failed. really need some one to help! Called the support line, always busy got hangup, submit ticket, no reply!! Thanks again!
User selection of what record to display on an embedded form
I have a simple requirement but can't figure out how to implement it. I want to display, within a page, a record from a table, and some values from associated records in other tables, I want the user to first make a selection from a drop-down to determine what record gets displayed. A simple example is: - User selects Client Name from a drop-down - The page then displays key information from the Client table for that client, and - Details of each Site that the client has, from the Sites table, and
Capture Time Taken to Complete Form
Is it possible to set a function which would allow you to see how much time it took a person to complete a form?
link to ManageEngine
Is there a method to get data from ManageEngine? On my creator form I want to have a drop down of information that is stored in ManageEngine. Thanks Herb Wexler
Multiple versions of a record
Hi all, I have an application where the user fills out a form. Based on that form, an estimate/quote is generated. The process dictates that the user can go back and make changes and have the quote regenerated. I would like to be able to maintain a record of the last 5 quotes, but I can't figure out how to do this effectively as there doesn't seem to be a deluge function to copy a record. On a previous post, someone suggested passing the ID of the parent form and pre-filling a new record based
Aggregating subform data
Hi, I'm presently trying to aggregate (sum) data from and store this in the main form as the data is updated in a subform. Similar to a running total in an order when order lines are added or volumes changed. I understand the events to trigger the activity but haven't been able to get it to work accurately. I've tried the 'aggregate' function but can't get it to work with the data in the 'live' form. I've tried simply adding the row value to the total value in the main form but this only succeeds
Sharing limits
Is there any way to share an application, allowing all viewers to view and search, but not to print or export any of the information?
Add record in related list with deluge script
Hello, I have in contacts module a related list of products, it is possible to insert products in the related list of contacts by deluge script for example using zoho.crm.updateRecord (), how would the syntax. Thanks
Formatting single record view/report
I have a view/report created from a standard form. It can be set to show 1 record per page which is what I want. Unfortunately the formatting of the page is extremely primitive unless I am missing something. It only seems to show as a page split right down the middle with the labels on the left and the data on the right. Is there any way to adjust this, perhaps to move it all to the left side of the page? Perhaps to add a background colour or a Title? It does seem possible to un-click auto for
Unable to publish app on MarketPlace
I consistently get an error message that reads - "An error has occurred. It has been reported to Zoho Creator Support. We will look into the issue. Sorry for the inconvenience caused". -Varun.
Getting the ID of an inserted record
I'm inserting a record in Deluge using insert into Contracts [ Added_User = zoho.loginuser Engagement = input.ID Instigated_By = "Other" ] What is the best way to get the ID of the inserted record? I've tried changing the insert command to rec = insert into Contract [ .... etc. ] but that fails on saving I've also tried: rec = Contracts [ Engagement == input.ID] and for each rec in Contracts [ Engagement == input.ID] { } both of which don't return an ID. In the end, this seems to work: for each
Hide public section from authenticated users
Hi, I have an application that have a section that is displayed as public for let external users edit some records. It works wonderfully but when I enter with an authenticated user this section (that basically have public view from the views that auth users can access) are showed. I tried to restrict them for auth users using the control panel but the only option that is available there for public shared views is to make them private. I want to hide this 'public' section from authenticate users.
How to put Automatic Time and Date when i add record ??
when i add record i want to try to Automatic Field the Date and Time,. how can i do this ???
Transferring CRM data from Maximizer to ZOHO
I am a one man operation working from a home office I have been using Maximizer 7 CRM. Is it possible to succccessfuly transfer my contacts, companies, user defined fields, notes, documents and calendar to ZOHO? Les
go to next url iframe issue
i have searched and cannot seem to find an answer to my issue so i hope someone can assist... i have four forms and wanted to go to the next after each is submitted. i set go to next form (form 2) in form 1 etc. when i embed that form as an iframe and submit the form it does not advance in the iframe. it says data submitted but the iframe stays on the same form. the only way i have made this work is to take the next forms, like form 2, embed that in a separate webpage and then on the form submission
View Records in View
I have built my first application with one view, added a number of fields, and also added 3 records. Within Zoho Creator the data looks fine. I then registered an API key and used the API sample to get a ticket. Then I tried to use the REST API > View records in View but I keep getting the following error: "An error has occured. It has been reported to Zoho Creator support. We will look into this issue . Sorry for the inconvenience caused." I have tried to "Share" the application to myself but still
how to compare values or look values Using zoho creator
Hi I am a Master Dealer from different CELL PHONE companys. I have this situation: In my position I can not follow my activations per Resellers. My Master Agents only give me at spreed sheet of Activations serial numbers. But I dont know which reseller activate x -serial #. I want a data base of my Clients Resellers where I can assign serial # inactivated. Then when I received my excel activation report. I want to upload the excel activation report to my zoho data base and run a report that
Creator Form
I need to know if I can set up a form in Creator that collects certain information from one individual, then have a second form generated that would contain the info from the first form and have additional fields to collect more info from another individual. The second individual can not have access to change the information collected in the first form but I need them to be able to add additional information on the second form so it would generate a complete "ticket". Is this possible and how do
Making a button change form content without editing.
Hello, I´m trying to maka a database in wich I store the status of a record. The status may be "Aproved", "Disaproved", "Retry". I need this status to be changed without entering the EDIT mode. So I´ve created a Function and asigned to a button, but I only get the status to change to nothing instead of the desired state. This is what I´m using: void Aprobar(int id) { rec = Posteos [ID == input.id]; rec.Estado = "Aprobado"; } Thanks! Gastón
GET request to view records not working
I'm using the free version of Zoho to try to get records but I keep getting the error : 'There is no such view in Zoho Creator' or 'an error has occured. It has been reported to Zoho support.' My GET looks a bit like this: https://creator.zoho.com/api/xml/UploadOfferForm/view/Sheet1_View?authtoken=********&scope=ZohoCreator/creatorapi&submit=View Records The view and application names are both correct as far as I can tell. (and I am re fetching the auth code at every requesty) Can I use this stuff
How to receive undelivered email notifications sent through SendMail Deluge script
If I send email using the SendMail function of Deluge script, is there a way to receive undelivered email notifications? Example: sendmail [ from:zoho.loginuserid to:bad_email_address@bad.com reply to:zoho.loginuserid subject:"Hello" message: "Hello" content type:HTML ] I want to receive the undelivered email notification at zoho.loginuserid.
HTML <input type="password" ....> equivalent possible?
Would any one know how to hide characters in the user input (say with an 'asterix' like in a password or a bank-account-number field) on any field? Many thanks. -Varun.
Formula problem "variable not declared"
I have a field that calculates feet of garden row based on number of plants and spacing of them. I can't seem to get the following formula to work: ( no_of_plants * plant_spacing / no_of_plants_wide ) / 12 I keep getting an error that the variable is not declared. Tried deleting field and re-adding then recreating the formula, no luck. Also tried rearranging the the fields in the formula. Keeps saying that the first field name in the formula isn't declared. Am I doing something wrong? How do
Cannot share application
I attempted to share my application by clicking Share and adding an email address. After I click Invite, the window remains open and the message on the bottom still says "This application has been shared to none" I tried to manually share the application by clicking the Manage Users link, adding the user and checking the application. There was no indication that the changes had been made. The person received an email invitation to share the app. But when she clicked the link and created a login,
Unable to delete application
I want to delete an application but it seems that I am unable to do so. I want to delete the "test app" application that I created on 10 September 2013. When I click the "X", I see a message "Please wait" but nothing happens. Application: https://creator.zoho.com/essistmgmt/test-app/ Can you please investigate why I cannot delete the application? It is available for support editing.
Username and password
So I have installed a zoho form on my Wordpress website using the plugin. The form requires a sign in using a zoho username and password. On a previous screen I collect user information in a Client form. Is there a way for me to collect a username and password from my clients and pass that to zoho so they can sign in on the next screen? Thanks.
double column form
Althought there is an option to have a double column form, that doesn´t seem to be working. After clicking on this option, a second column appears on the screen, but I cannot move any of the fields to it. What am I doing wrong ? Thanks
What is a record?
Hi Guys, What is a record for Zoho? Is it an individual entry into a field or is it one full set of data into one form? And if I update one or two data fields in a form, id that counted as a record too?
Prevent Creator using https
Hi My app has been working for fine for years at the following URL https://creator.zoho.com/rsoftley/ast/view-perma/FINAL/ but now I've discovered Firefox and IE are causing massive problems with secure pages that mix secure and insecure content. Whenever I go to http://creator.zoho.com/rsoftley/ast/view-perma/FINAL/ it redirects to the https version - is there any way to stop that from happening or another way to fix my problem? Thanks Robert
change order of forms displayed in section Forms
Is it possible to change the order that my created forms appear in the Forms section ? Every form I create goes to the bottom of the list. Thanks
can user add new choice to existing drop down list ?
Hi, Can user add new choice to existing drop down list ? This added choice will be permanent in the list ou not ? If so, how should I do this ? Thanks
Submit Button
I have a stateless form and I want to do an update not and add when you click the "Submit" button any info on how to edit that would be appreciated.
Color
Hi. Would it be possible to color code entires according to a field. For example, for my phone message db, if a call is new, it would be red, if follow up, green, and if archived, yellow. mariano
More about ampersands
There is quite a few old posts about using ampersands, but I fear there is still an issue with these. I have a 'Property_Name' field in my 'Properties' form which allows users to use the '&' sign in the text. However, when they do, the following does not work : message = "#View:Assets_Report?Property=" + property_details.Property_Name; openUrl(message, "Popup window", "height=800, width=600"); In all other instances, it works fine. If there is a technical restriction to the use of ampersands,
Auto fill sub form from main form
Dear all, Please help me with the duluge for this problem: 1. I have 1 form containing all Car information (such as car license plate number, etc) or Car Info Form 2. 1 have 1 form for Car maintenance form with subform of spareparts usage form. 3. In the Car maintenance form, i have a drop down lookup to Car License plate on Car Info Form 4. When i fill in the subform for sparepart use, i want the Car licence plate field on the subform to be filled with the chosen car from the main form. Please help
Simple update website form
here's the particulars of what I'd like. We need to build a form to update the elements/fields on this page this is the page. http://template.qbprocessing.com/about-us.html Avatar (image of face) Your Name Years in Business Business name Street Address City, State, Zip Free Initial Consultation Phone: Phone Number Fax: Fax Number Email: email address Web: BusinessPhone Number Then be able to update the bullet points under these "headers" Professional Credentials Certifications Industries Supported
change application link
Is it possible to change the application link, the part that comes after http//:creator.zoho.com/ ? Thanks.
Permalink to HTML view with embeded zoho views
Hi, Is it possible to open, trhough a permalink, an HTML view that contains other embeded zoho views? For the embeded views I am passing parameters in the URL in order to filter the records. I can open the HTML view but the embeded views don't seem to work. additional info about my application: My application is called: Sistema de Operaciones Yaxche The Form used to open the Permalink is: Registro (when clicking the "Enviar" button) The Permalink is meant to open the HTML view: Proyectos_Cliente
Problem sharing an application
Hello I've been developing an application but have run into a problem with sharing. I have shared all the forms and views a user would need to access and use the application but some of the shared forms do not display correctly when a user attempts to open them. The problem forms are meant to be opened when a user clicks a custom action in a view. The custom action builds a URL query string that opens a form and display a specific record. The URL displayed appears to be correct but instead of displaying
Next Page