Display records on the same page, using URL parameter passing.
I have 3 forms: 1. User_Form 2. Booking_Summary 3. Display On my User_Form, I have the following fieds: 1. Name - Deluge name: Name 2. City - Deluge name: City 3. Check In (24 hours) Deluge name: Check_In1 of type Date-Time 4. Number of Rooms - Deluge name: Number_Of_Rooms On my Display Form, I have Name as my lookup field from the User_Form. 1.Display - Deluge Name: Display_Booking lookup from Name field in User_Form 2.Show Booking - Deluge Name: Show_Booking input type Submit button. Here's
Zoho creator license
Dear All, I am new to Zoho and just going through the tutorials to consider developing an app for my own business. I want an app to collect daily reports data from my employees at different remote site locations. So my employees only input data into the forms that I create. I need the employees to have access control to login using their credentials and have restricted access to the forms based on the login credentials. Now to do this kind of setup do I need all my employees to be paid users (with
Creator mobile app landscape mode
Is there a way to get the Creator Mobile App to: Display in Landscape Mode? To pan right to see more columns?
Zoho Creator Reports Unlimited? or Limit 50?
I am using Zoho Creator to create embedded web forms to collect data and generate reports on that data. On the pricing plan I see under Application Components: Reports Unlimited But under Web Components: Web forms, reports, pages Limit 50 for the Enterprise plan. Does this mean I can only embed or publish 50 total forms and reports? I can limit my forms to keep me under the 50 limit. But for the reports I would now have to use Email schedules. I don't see an option to email the report as soon as
ZOHO Creator - Customer Portal
Is there a way to send a sign up email from ZOHO CRM for the zoho creator customer portal ? Will I be able to use the send email function and send the sign up url ? If yes could you help me with the sign up url ? Regards Jayasree
Is it possible to use a custom function or deluge scripting to export and email?
Example: I have a stateless form that the user enters their email address, a start date and and end date. I want them to be able to select the custom button and it send the email address entered a selection of records from a form based on the date range selected? Is this possible?
Zoho creator - create invoice in quickbooks
I have successfully created a customer record in Quickbooks from zoho creator. I am now trying to create a invoice for the customer but I am getting the following error {"Error":[{"Detail":"Property Name:Can not deserialize instance of java.util.ArrayList out of START_OBJECT token\n specified is unsupported or invalid","Message":"Request has invalid or unsupported property","code":"2010"}]} I am not sure what is the unsupported property.I would appreciate is someone code post a sample of the Quickbook
radio
hi Does anyone knows How i could code the following : " if there is a change of choice in radio/dropdown.. then " I want to disable a field if a change of choice is done in the radio/dropdown I could code for choice A do that and for choice C do this, but i don't want because the Choice may change a lot in the futur thank buddy
Function that prompts for date input
I am trying to create custom function that I can use in a report to: 1. Prompt for a date 2. Will mark selected items as "Ordered and Received" on the specified "Order Date" This works, if I want to set the order for today. But is there a way that I can modify this so that the function will prompt for date entry? void SeedOrder.MarkOrdered(int id) { rec = Seed_Order [ID == input.id]; rec.Status_of_Order = "Complete"; rec.Date_of_Order = today; }
Default entry of today's date without an script?
Is there a way to make date fields in a form default to the current date without an script? I need to do that in order to use the offline functionality to upload the fields in the zoho creator app. Thanks
For a List type report is there a way to change the format of a number?
Can I modify the type of format in a numeric column into a List Report? The number is too long, and I would like to include commas. Thanks
STRING and STRING LIST
Hello the world I got a problem that blocked me for hours. A is a STRING If ( A == row.STRINGLIST) { hide field } How can I match with String and a Stringlist. Because obviously they are not the same kind of data thank in advance
date
Hi here :) How can I in term of coding reset the date field For example If ( A >2) { " reset the date at its initial value ( empty field) } thank a lot for your expertise
Button label error: ui.label.done, ui.label.export. How can I Change that?
A wrong label appears in the zoho creator app. Can I change it? Please see the attached screens.
Record Summart Printable Details
Hello i have problem with record summary and subform, showing. Here how it should be And this is what i get How i make it Please tell me how to do that. Thanks.
Report data hidden from view if auto-filter is disabled when an auto-filter is currently selected
Just a head's up for a clearer user experience. If user is viewing a report and selects an auto-filter. Then user goes to the application report settings and disables that auto-filter. Then user reloads the application report. User is no longer able to see report data (presumably due to the report 'saving' the auto-filter as part of the current way of displaying the data). Report should remove auto-filter that have been selected from the user's report view when admin disables the given auto-filter
Can I somehow remove 'old fields' in pivot table view?
If I change "field type" from numerical to decimal in a zoho form, it creates the following "redundant" fields in pivot table report settings (see screenshot). I'm just wondering if it is safe to remove the 'old' numerical fields and if so, how does one remove them? Thanks. Brady
Is there a limit to the number of months that will show in the date auto-filter?
I have data in an application with a date field from Jan-2012 through Feb 2017. Auto-filter by date is enabled. When looking at this filter in my application report, I only see options to filter by month from Jan 2012 - March 2016. Is there a reason for this?
Insert data into a table
Hi, 1) I want when a Sales Order in in Zoho Book is successfully created, this should trigger the insertion of an invoice (invoice data) into invoice table. All the data requuired for invoice will be extracted from Sales Order. 2) Is it possible that a scheduled routine insert a single(Batch) invoice for multiple (uninvoiced)Sales Orders, in order to reduce entries. Regards
Insert data into first column of subform?
Hi I have a form which contains 10 test points, I would like these test points to be loaded into the first column of a subform. Is it possible to enter the information onto 10 separate rows?
Report showing a decimal form field as Single Line.
I have a few fields that are decimals in my application's form but are (I believe) being presented as "single line" or some other field type when I try to create a report. See "Bakery" field - It is a decimal in the form in screenshot 2, but has a "Capital Letter T" next to it in the create a pivot table/chart report field list (screenshot 1). I can't "sum" this field on a pivot table so it seems quite clear that zoho doesn't think it is a decimal field...even though it has decimal content in the
Setting a Field Value based on defined Ranges
I need to set a field value in a table based on a set of aging buckets. For instance. Set Aging Bucket to 1 if Days_Outstanding <=14 Set Aging Bucket to 2 if Days_Outstanding >14 and <=30, Set Aging Bucket to 3 if Days_Outstanding >30 and <=60 Set Aging Bucket to 4 if Days_Outstanding >60 and <=90 Set Aging Bucket to 5 if Days_Outstanding > 90 Can someone help me with how to code this? I need to set it up as a workflow based on the value in the Days_Outstanding formula field. I appreciate it.
How can a field change it's name, depending who is seeing the form?
Hi, I want a field change it's name according who is seeing the form, so let me explain. I have a form and, Depending on who enters to the form, some fields will be displayed and hidden, But one part of the form appears to both equal people, but i need to change the name of "Hospitalizacion PR" to "Hospitalizacion" when Admin1 enters to the form, and if Admin2 enters to the form the field will appear like "Hospitalizacion UG", how can i change it?
Edit/review Email after submiting a record
Hello! Everytime I submit a record, i would like a popup to appear with an email template, that let's me edit/review the template before sending. Im aware that there is a "send mail" script that can send an email immediately after submiting a record. But I would like to be able to edit/review/cancel the email before sending it.
Cannot submit form
Dear Support, My app users are getting a "Permission Denied." message when attempting to submit forms on their iphones. Please help urgently. Best Regards, PARAMPARA
Bugs: Zoho import changing field type from decimal to numerical, pivot table error when processing numerical/decimal field
I thought I resolved all the quirks around zoho creator's import function somehow 'creating' its own decimal data (see this post: https://help.zoho.com/portal/en/community/topic/bug-zoho-import-create-app-from-xls-makes-too-long-a-decimal-from-number#2266000009001481 ), but it appears the issue is still around somehow. In trying to resolve this oddity with pivot table/chart reports: https://help.zoho.com/portal/en/community/topic/report-showing-a-decimal-form-field-as-single-line I decided just to
TOTAL NOOB - How do I create a drop down menu that opens a check mark form?
Hi there! Ok, so here's my wish: I have four brands of wine. Within those four brands there are a whole bunch of different types of wine (Cab Sauv, Merlot, etc). I'd like to be able to select a parent brand via drop down and then have it open the various wines under that label so that I can select them with a check mark box. Hope that makes sense. Really appreciate any help. Cheers!
Record Owner field is not being honored by the Charts
Hi, I have a "New Order" form, in which I designated the "Record Owner" field to be "Owner" instead of "Added User". See the attachment for some sample records and the Record owner setting screenshot. The record was added by andrew.raymond and is now owned by lexshan8. lexshan8's Role is CEO andrew.raymond's Role is COO, which reports to CEO. Therefore, the record should NOT be visible to andrew.raymond. In reality, andrew.raymond is able to see the records. On the other hand, records with Owner=andrew.raymond
Link a record to a record?
Hello! I would like to edit/update a record on edit/success of a form. The record that I want edited/updated, is in the lookup field of the form itself. Below is a picture of the form "ADD". The first field is a lookup field to another form called "Clients1". This is the picture of the form "Clients1" When I click "submit" on the "ADD" form, I want to link the "ADD" form to the client when I see the client in "Clients1" report. Below is a picture of the "Clients1" report. In human language, when
Get value from 2D array of decimal numbers
I am trying to determine if Zoho will work for our company. The only issue I have found so far is whether we can get a specific value from a large two dimensional array of decimal numbers. I have examined the list functions that apply nicely to one dimensional arrays and can imagine some possible ways to use these. My possible ways are very inelegant, however, and I suspect others have found some elegant ways to do this. Barry Sammleton Distilling LLC
Zoho API support InsertRecords by json
Hello! I'm looking at https://www.zoho.com/crm/help/api/insertrecords.html for insert record and it seems that the only way of insert new records to the api as xml. Does this mean that json is not supported as the insert methods of the API? Can anyone please tell me when json format is available to insert the records? Regards, Debasish
Lookup field selection populating the next field
Hi All, I have had a good read through the forums and tried several of the examples but to no avail. I have a form called "Parts_Used", which has several fields that are all lookups to various fields in another form called "Parts_List". I have currently got it working so when I choose a category it only filters the part descriptions under that category and then like wise I have a 3rd field that only shows the part numbers that are relevant to the part description. What I need is that when I have
Still wrong the names of the fields in my pivot charts.
Hi, i communicate with you 'cause the names of the fields in some pivot charts in my application appear like: "Number", "Number2", "Number3" Etc etc etc, and i still have no answer, i ask this since 15 days ago, you response it, but the problem still with us, and we can't create a pivot chart without know what are the names of the fields we need in that chart. Please, we need help for this problem, thanks a lot.
Record summary based on subform
Hello, I would be really thankful if anyone would be able to help me with the following issue. So i am trying to build an invoice creating app which would use data from subform and would result in record summary such as this https://www.zoho.com/creator/help/views/record-summary.html . Each time i try to create a record summary, it displays every item separately on different page. How can i create a table out of a subform with subtotals and totals that would appear in record summary? Thanks
Pull Information From Lead Website
I am updating old leads where information was not input the right way and I am now trying to fill out company accounts. I find myself going to the company websites and finding most of the information like address, phone number and e-mail at the bottom of almost every website or on an about page It would be great if I could give Zoho a company website and then have the basic information auto populated. If it is too hard to have the information found on the company website then give me suggestions
Sharing of Reports
I have an administrator account and an user account for my application. Let's say that in the main account I have a couple of delivery boys. EXAMPLE : Ram, Karan, Arjun, Ritvik. Now I create user accounts for all the delivery boys. Now when I log in from Ram's account(let's say), I want to show the deliveries that are assigned just to him. I have tried restricting visibility and everything. But in Rams account, I can see the deliveries of Karan, Arjun and Ritvik also. Example: List of orders- The
How can i do to share a page?
I want to know how to share a page with some people in my aplication, how can i do it?
Thinking of moving to Zoho
Hi, im looking to develop my app and have come across Zoho Creator, I was looking to see if i could achieve the following with Zoho; can i print a pdf with data for one record and include data from other related forms. to link child records it appears in need to add a form to the parent form or in the child form have a loopup field, is there a way to progmatically link the child records maybe using caseid as a variable? can variables be initialised when selecting a record to be used whilst working
I want to create a multi-column order form for wordpress
I need a production order form for my client. I have an excel spreadsheet and I tried to import it but then it got too tricky. Does anyone have an idea about what I should do?
Zoho Creator and Quickbooks Update Records
I have successfully configured adding a Customer record to QuickBooks from Zoho Creator, but I am now trying to configure updating records in Quickbooks when they are edited in Zoho Creator. I have put in the exact code in the sample on this help page: https://www.zoho.com/creator/help/script/quickbooks-update-record.html and I get an error that the variable 'getResponse' is not defined. Has anyone come upon this issue? In searching for the record to update, I also would like to search for a record
Next Page