Published app, report function not working, why?
I just published an application to marketplace, why is it that the report function is not working? see here
Subform: On Delete successful
I have a subform and it is very important to know when rows have been deleted from the subform. As a result, I have actions on the On Delete Row in my script There is a bug when user click the "X" to delete a row from the subform but do not click update on the main form because they change their minds. The actions on the "On Delete Row" still get performed even though the row was not successfully deleted. As a result, I am getting unnecessary notifications. If the row does not successfully get
Deleted subform data persists in database
When I add data to the subform embedded in my main form (A), I can see the data reflected in the view associated with that subform. I just noticed that when I delete a row of my subform in form A, the data still appears in the view. Because I am using the subform data to populate another form (B), this results in erroneous data being propagated to another form. This is troubling to me - when I delete data from a main form, it is gone. Why then does subform data persist after deletion?
Can This be done?
Hello all, I run a Heating firm in the north and need a database system to suit my needs but struggle to find any software or online databases. The only software i can find that suits my needs is from a company call commusoft. The software looks great but the costs are really to high to merit using it. So the question is can i make a zoho creator database with such fictions as customer details, postcode look up facilitys, Service reminders, appliance database and fault history? The website for
How to create a list of missing submissions
I have a app that i made to capture time for our employees. I have an employee list that I am working with, so there is an established base list of employees. What i need to do is create a function (or a button in a stateless form) that will allow me to generate a list of employee who have not yet submitted their timesheet, based on a date field (Week_of). Any help would be greatly appreciated. Thank you in advanced.
Fetch records from drop down
Dear all, I would like to fetch a record from a drop down field in the main form to a text field in the sub form. can you tell me how to do it? thank you, michael
REstrict users to update certain fields only
I wanted to create a view so some users will only be able to see certain fields of a forum; plus they can only update certain fields but not all... how can I do this? Thanks.
Window closes unexpectedly with file upload
Hi, One of my users has reported an issue where she was editing the A012 record from the view at https://creator.zoho.com/essistmgmt/assets/#View:AGREEMENT_View She tried to upload a file to UPLOAD CUSTOMER AGREEMENT and then tried to change the file. She received an error message and the window closed unexpected. I was not able to reproduce the error as I tried creating test agreements and attempted to upload files. There is no mention of that error in the error log Can you please investigate?
User hits Submit button and goes to next page...?
Hello, I am new to Zoho Creator, and to scripting. I have created several pages of forms, and would like the user to click submit and go to the next form. How can I customize the Submit button for that to happen? Perhaps the bigger question is related to what I am doing. I am creating a database that tracks a Site, the Collections in a site, and then the Objects in the Collections at the Sites. I'd like the user to fill out the Site first, then tell me about the collections in the site, then the
how to get a report based a simple form's user input
How to: I am building an inventory database. I'd like to present the user with a simple Form to input an "inventory location". Once to user submits the location, the user is presented with a Report view displaying the inventory for the location. As with the standard reports the user could then edit, view, delete.... Is there an example for this and some basic guidance anyone might suggest? Thanks in advance B
change symbol
Hi, 3 Fields Name Job code Scan code Name John Brown Job code BRO1276/1/402 Scan code John Brown BRO1276/1/402 Code is input.scan_code = name = job_code All this is no problem apart from this I want Scan code to read John Brown BRO1276-1-402 I want - instead of / The reason I cant do this when entering the job code is that we cut and paste Can anyone tell me how to change the / to a - in a formula Thanks
Table pointing to itself
Am I right in thinking that you cannot have a field in a table that's a lookup to another field in the same table? I'm thinking of implementing a Glossary in Zoho and it would be nice to have 2 or 3 "see also" fields which users could click on to show other entries. A bit like a Wiki! (But I don't want to use Zoho Wiki .... just in case anyone was going to suggest that idea!) Alex
New App Builder: Set Filter on Lookup is not supporting a criteria based on another input field.
The editor basically just lies about succeeding to save but in the end, the criteria is not applied at all. I'm referring to criteria that include another input field e.g. SourceColumn == input.FilterValue -Varun.
Online Store login process
Building on your new feauture for payments, what is the best/suggested way to have customers login in order to be able to create an order. Note that I am using also Zohosites and I am trying to integrate everything into a decent online store application. I expect the customers to be able to browse my views with product details without loging in i.e. using public permalinks/frames. But when the customer wants to place an order then I need him/her to login in order to asign customer information
Login option based on database of registered users
Hello, I think I have read everything about login page which dated far to 2007. I wonder if any suggestions or changes been made so far? I am trying to figure out the way how to use the database form and allow users to enter their email (as username) and password ( as they chosen) to access a web page link. I believe it should be not as difficult, as database is there - form should recall and compare the data entered into fields to data in database and if correct send to web page. I think it should
Format Note Field in Script
Hi I would like to know how to format the note field via script. Thanks!
Sorry!! Unable to display this page
Just read with the new updates on the fix of the bug list, but I can't understand what's happening to my new published app in the marketplace... please see here
Parts average price/cost
Dear all, I have a form to enter parts used with the cost/price and kilometer in another form, I would like to have a historical average price and kilometer off all a particular part the question is: 1. how can I pick only 1 part from many parts, get the prices, then make 1 average price. 2. I also want to have a historical average kilometer used, based on the kilometer when they change the part. for example. maybe they change a radiator at 1000 km. then another at 4000 km. then the difference is
Add a folder on computer
When I enter a new record on my database I create a folder on my computer to store the results of the job. So I create the record go to the field for the folder name Copy the field entry go to my desktop create new folder name it the text I copied from the record My question is Can I get creator to create a folder on my desktop and name it as the content of a specified field Thanks
Exporting to spreadsheet - cannot get to the button
Hi I am having a problem on IE and Firefox when trying to export to a spreadsheet. When I click on the cog then export the list of options appears but they do not appear next to the export option. There is a slight gap so when trying to select the spreadsheet option it disappears. It's really frustrating. Does anyone have any ideas on why this may be happening? Thanks
Issue: Getting schedule to start based on subform variable
My application allows users to request invoices from our accounts department in the Client view by creating a record in an 'Invoice Info' subform. Currently once 'Update' is clicked in the main form, it determines whether a new entry has been made in the subforms (simple tally of records before and after the Update) and if there is a new record it sends an email to our Accounts Department with the relevant information on the client and invoice (from the sub and main forms). I am trying to extend
How do I find the string length of a multiline text field?
I want to limit the max characters in a multliline string and strangely there isn't a standard option. SO how do I do it in code? I tried if(input.mytextfield.length>500) but I just get an error.
Problems with nested functions
In my script, under a previous working version I had the following code and it was fine Version 1.0 temp = thisapp.udf_history.get_field_changes(input.HIDDEN_FIELD_CHANGES, "POSTCODE", ps.POSTCODE.toString()); However, when I made changes to my script, I kept getting errors so I was forced to use Version 1.3 postcode_string = ps.POSTCODE.toString(); temp = thisapp.udf_history.get_field_changes(input.HIDDEN_FIELD_CHANGES, "POSTCODE",postcode_string); I think zoho creator has issues with nested functions.
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
Next Page