Field update not working in subform
Hello, hoping someone can help! I am making a mailroom app for my company. I have several forms as follows: Form A: Info about packages being delivered Subform A: Collects info about each individual package, includes 'Package No.' field which is unique and is input by user, and also 'Package Status' field (package status are either 'Signed In' or 'Signed Out' Form B: Info about when people collect their parcels from the mailroom, and has a signature field Subform B: Collects info about each individual
Convert a 'Single Line' field to 'Drop Down' without data loss!
Is this possible? When I try this I get an error message that says: Warning: Data Loss Detected All the records and report columns associated with the field will also be deleted. This action cannot be undone. [I understand, Proceed] [Cancel] Thanks.
How to nest forms within forms (not subforms)?
I tried using subforms already, but they force you to list everything horizontally, causing an unacceptable amount of scrolling. I need the exact same functionality as a subform, but with a vertical orientation. Can it be coded manually?
Repeating Lookup Field Values from Last Form
Is there a way to repeat lookup field values from the last form I've just added? For instance, I have field A, B, and C. I would like to submit a form where A is going to have the same value for the next 16 forms, B is going to change every 4 forms, and C always changes. In any case, if the value from the last form repeated into the next, it would save me a lot of time. Thanks.
User added set of fields ...
I'm trying to develop a tool for our factory to organize product requirements, data from product tests and then a report compare the requirements against the test data to see how much of a variance there is. I think I need to create one form to log the product requirements, then a second form for logging the test data, and finally a report comparing the two. All of the data can be gathered via regular fields, but I need the user to be able to add sets of fields based on the specifications of the
Making email addresses clickable in a Creator form view
Hi folks, New Creator user here - I'm building a client management system for a small charity in the UK. Loving Creator so far. This is my first hurdle: I've created a 'Client View' form with a lookup field to pull in details from a master form containing client data, and display the data in other (disabled) fields in this form. Here's part of my Deluge script: temp = Client_master_form[ID == input.Client]; Date_of_Birth = temp.Date_of_birth; input.Postcode = temp.Postcode; input.Email = temp.Email;
Multiple Reports in Record Summary
I'm using Zoho Creator to build a contact database for my organization. I've managed to create forms for both our contacts (with contact information) and another form with their order history. What I'd like to accomplish is when accessing the contact database report that the summary record include both their contact details from the first form as well as a log of their order history. I'm currently unable to combine these elements, do you have any suggestions? Thanks! Hannah
EAN13
Hi, I would need generate EAN13 in Zoho Creator. In Excel sheet, I have this formula in column A (=RANDBETWEEN(978047100000;978047100999) - this formula provides a 12digit number. And in B column I have this formula: =A1&IF(MOD((SUMPRODUCT({1;3;1;3;1;3;1;3;1;3;1;3};-MID(A1;{1;2;3;4;5;6;7;8;9;10;11;12};1))*-1);10)=0;0;10-(MOD(ABS(SUMPRODUCT({1;3;1;3;1;3;1;3;1;3;1;3};-MID(A1;{1;2;3;4;5;6;7;8;9;10;11;12};1)));10))). This is last digit validator for EAN13 code. For example: In A1=978047100700 and in
Zoho Account in free trial even if paid licenced already.
I have been using the account for more than one month, licenced to zoho one enterprise , but now i cannot import more records. Its saying "Record limit reached. kindly upgrade to a suitable plan to import records." even when i am already upgraded to enterprises. please see attached files. hoping for a quick resolution. Thank You, Deepak Sapkota
Access to DB records via a primary key for portal users
Hi, I'm a potential new user of Zoho Creator. Is it possible to identify Portal users so each user can only access records with their primary key in the db? There are relationships between many tables also so this access limitation must carry through the entire application. The database was created by migrating it from MS Access into Zoho Creator - ive tried it with a sample db and it looks ok but the Queries are all lost and the forms are lost?? Does migrating a large DB from MS Access also import
Pricing
I noticed that the pricing on the main page is different than the pricing under my account. https://www.zoho.com/creator/pricing-comparison.html The thing that I'm most interested in is the new pricing includes 25,000 records, the old pricing only included 1000. I could save $40 a year and get more than twice as many records. Is there any way to change my account to the new pricing other than deleting the old account and creating a new account. I didn't find any options to switch to the new pricing
long.toHex() string has halved in length?
I have a script that converts a long to a string using long.toHex(). It appears that in the past few days there is a change such that the string is half the size that it was? It used to be 18 characters, now it's 9. Has there been a change?
Disappearing Records
Early records in my database are disappearing. For Example, in the attachment, location number 211 originally had a starting gallonage on January 1, 2017 of 59.45 gallons. This is occuring with many of my 2015 and 2016 wines. I have reviewed my code and re-entered the data several times. This problem is recurring but I do not see the pattern. Orginally I though the database was cleaving earlier records to make room for new records so I paid for more records to avoid this. In any case, cleaving older
How to set report criteria to "not this month"
Hello, I use Zoho Creator to raise statements for contractors. I have a report, and I would like the criteria to show records *not* from this month (i.e. from any previous month only). So, for example, if it's March 5th and I run the report, I want it to show records only up to 28th February. How do I do this? Thanks!
Pie Chart Legend
We have an employee who is colour blind and |I am looking at proper accessibility for web interfaces. I would like to change the pie chart pieces from a colour to black and white texture but haven't found a way to do this. The other option is to be able to add the label name to the piece. Any help would be appreciated. I don't have a huge coding background, hence the reason I like Zoho.
Zoho Creator with no app gallery
Hello, The App gallery its gone? When i create a new app it used to send me to a app gallery like this: This menu doesn't appear anymore, and i need to use one of the apps on the gallery, what can i do? The pre-maded app i need its "Sales Management". Thanks
Fetch data in different Applications
Hello, Working in Zoho connect I make applications in different groups according to the data access users are being given. In Group1 their is AppName1 and AppName2 and have both different Forms from which MembersForm in AppName1 In Group2 their is AppName3 with an Form UserinfoForm that, as in AppName1, contains a LookupField 'Name' that links to AppName1.'Name' and gives a dropdown form names introduced in AppName1 - MembersForm. My Problem is to fetch the data of other fields present in MembersForm
Can the Lookup Field pull in data from a Photo Field
I want to enable the lookup field to show Students Photos that where selected through the Lookup Field from the same form or create an association from another form. For example, I want to show a group of students who are boys in 7th grade math. I can pull in all the corresponding data from Boys, Grade and Class. But I'm unable to get the photo's appear as an association for the Look Up Field.
Sections in forms
Hi... let me start by saying that this is a great application... Here is a thought... Whenever we make a form, the form can have multiple sub areas. For example, when we make a form for say a contact, the different areas could be office address, home address, personal details... stuff like that... It will be nice of you could allow me to add such form dividers... Thanks... Aseem Saxena India a.saxena
Summarize Subform in a Single Line
I have a subform that contains two column describing a pesticide. The first column is a lookup (compound), the second is a decimal (concentration). However, in one of my reports, I have to summarize all this information in one line. For example: Product A (Single_line) Subform: Compound 1 Concentration 1 Compound 2 Concentration 2 To be displayed like that in a Single_line: Product A - Substance 1 (Concentration 1) + Substance 2 (Concentration 2) Is it possible?
Ask the Experts 1: Using Customer Portal in Zoho Creator: All you need to know.
Hello people, We're happy to tell you that we'll be launching a new community learning activity this month: 'Ask the Experts'. This is a live knowledge-sharing session where our technical experts will answer all your questions in real time. We'll be doing a session every month and each session will focus on a new topic based on popular features and questions frequently asked to our support and community teams. Our first 'Ask the Experts' session will be held on 8th March 2018 between 6:30 and 11:30
Zoho creator calendar report & page
Hi All, i need some help. Please find the attached image. i have done some customization on the event management page. instead of showing the calendar field, when clicked. can it link to another page? like i clicked eventA in calendar report, it will show the search eventA in the page for me to book.
zoho.encryption.base64Encode(); did not work
Hello there, 2 weeks ago, i write a Zoho Creator Function, that encodes a String. Today, i want update this Function, but i cant Save them, becouse the Script compiler send me an Error is this a Compiler Bug? Or did the syntax changed? Thanks! Kind Regards Klaus Brandt
Zoho creator api
Hi I'm traying Zoho creator api to export an app report whit a php form and I'm getting this error {"code":2945,"message":"PATTERN_NOT_MATCHED"} I found the code is "Invalid Ticket" and I don't know what it means my url is: https://creator.zoho.com/api/json/pruebasql/view/sqlprueba1 hope you can help tnx
Cancel (and Other Buttons)
Forms only have Submit and Reset Buttons. I'd like to be able to add other custom buttons, particularly a Cancel button. I want this so I can attach an OnCancel script. In my case I want to direct to a particular form. I've worked around this by creating Stateless Forms, but it seems like I'm doing twice the work and creating additional confusions.
Stateless form + URL parameter + Web Page + Embed Report
I have Stateless Form to enter userID and password, the workflow of the button onclick is OPENURL with URLparameter of userID and password to a Page. In the page I'm using an embed Report. Is it possible to add the URLparameter to the search string of the embedReport? I tried different approaches most of the time it crashes and I have to delete the page and start over... Thanks, Martin
Auto formating field
Hi, I want to enter GPS coordinates into a field and format it automatically OnValidate. The user will enter "46 51 10" and the field would automatically reformat itself to 46°51'10"N How can I acheive this? Thank you!
Fetch records
Hi, I'm new to this and it's my first post in this forum. I'm struggling to get data from a related form into a field. It's something to do with the lookup value being in a lookup dropdown I think. Form A (Room_Cat_Form) has fields called Room_Usage and CtFm_Net. Form B has a lookup field for Room_Usage and I need the corresponding value of CtFm_Net in another field (Usually_Net). I tried this but it just returns the Record ID. input.Usually_Net = Room_Cat_Form[CtFm_Net == input.Room_Usage]; It's
Lookup field that aggregates two reports
I've a lookup field "Purchase Order" but the orders can reside in either of two Reports "Purchase Order Product A" or "Purchase Order Product B" Any idea how I can make appear entries from both forms in this single lookup field?
Zoho Integration
Hi, Is it possible to integrate a Zoho Creator App with a local database? I want Zoho Creator to INSERT/UPDATE/DELETE records into a local database and viceversa. Thank you
How to show the top 5 results in a Report
I've created a database and I want to see the top 5 sales people at the end of the week. I've looked at the User Guides and I haven't found a definitive answer. Any insight would be appreciated! SC
Zoho Creator performance problem and thinking about switching to salesforce.com
I have some complicated Zoho Creator apps written. With around 30 forms connected to each other. One main form is approaching half a million rows soon, and probably expanding to 10 million rows in the next 3 to 5 years. Clears some Zoho Views (called "reports" now to add to the confusion), are not loading fast enough for any of my applications. If you change the criteria for the views, and try to reload the view, it just gets stuck. Sometimes I have to mass-process say 500 rows in a single form for
Inventory Items w/ Unique ID's Viewed Together
Just going to go ahead and apologize now if this is a DUH issue. I am super new and know enough to be dangerous. I am building an app for my home staging business. I have to track items that I purchase to use in my rental inventory, which gets moved between properties. I also occasionally sell these items to clients. So the app includes recording inventory additions (have a searchable list of inventory), cost tracking for resale/tax purposes, and assigning "locations" so that I can keep track of
how to count field that is a dropdown iteam
hello my form have field name, batch, exam status I have a field in a form exam status with dropdown choice pass, fail, not sit how can i count under reports based each group of student and display total number of exam pass using count option. how to build the script hope you can help thanks
horizontal multiple checkboxes on one line
What would be the best way to recreate a single row with multiple checkbox options?
Zoho Creator Calendar Report & Pages
Hi all, i have make some customization on zoho creator event management. i want to show the calendar report of the event in the page to let customer have a look of the entire event. instead of showing the calendar field when clicking, can it link to another page? please find the attached image. red & green arrow is the normal, i want is the black arrow. Victor
Docusign integration with Zoho Creator - Update envelope status - PUT method
I have managed to set an integration with Docusign to create envelopes. However I have a problem to update the envelope status to void, using Docusing REST API method. Since Zoho offers the posturl method (POST), I have tried including "X-HTTP-Method-Override": "PUT" in my header (instead of POST) without success. I keep getting the the following error: " INVALID_REQUEST_PARAMETER\" - "The request contained at least one invalid parameter. Invalid value for 'status' in envelope definition. Only 'sent'
formula field expression
I need to use the TODAY date in a expression for a formula (calculated field) but nothing seems to work. How do I get the TODAY date ? Thanks.
delete Customer portal User via Creator
Hello, my problem ist, that i have a Customer Portal with many customer accounts. Now, due to security, i must guarantee, that any User can Delete his account by Click. Aktually i have a "Delete Account" Page. This page ask for the Password. On send with the right Password, the User where Logged out and in Zoho CRM where marked, that this account ist disabled, so the Customer Portal didn't show any Data. BUT i need, that these account where deleted from the Creator Customer Portal. Is there a Solution
Multiple Conditional Formatting Rules
When I use multiple conditional formatting rules how do I control the execution order? e.g. If Rule1 says to color fields with less than 700 as Red and Rule2 Says to color less than 800 as Red will the order of execution matter and how can I control it to achieve the desired outcome i,e, 800+ No formatting 700 to 800 Yellow <700 Red
Next Page