Lookup field vs insert function
Hello, I have two forms.. in 1st i have an useful custom button which uses insert function and inserts data to another one. something like this: insert into Form2 [ Name_in_form2 = input.Name_in_form1 ... But when i put lookup field instead of regular text field it will not work anymore. Is there any simple solution for this ? Thanks very much
Record Summary Print Error on Chrome
Hi, I think there is a problem with custom record summary with google chrome print mode. I created a report summary for invoice. When I selected print record summary directly, chrome print page printed half of the page (image1) if I download pdf, there is no problem (image2) I opened page with safari on mac, also there is no problem In addition, 2 weeks ago I created different record summary and It has no problem like this. (WTF :) I deleted report, I create 10+ different record summary, different
I like to integrate mercadolibre to Zoho creator
I like to integrate mercadolibre to Zoho creator. I am not aware of API and I want to know if it would be very complex and if there is a precedent that this is possible. Mercadolibre is the equivalent of ebay here in Mexico. I would like to have Records that will synchronize me with the publications to modify prices and some other things, thanks! Thank you
Accessing all company apps from one html page
Does any one know if it is possible or how I can make an HTML page with tabs and subtabs or menus that can be linked to all the company apps that I have created in Zoho Creator? To create a page, well I noticed that it should be done from within an application, so I created a Parent App , called "Company Systems", created only one single HTML page that has one tab, I am hoping that I can create more tabs and sub menu in this single page that can be linked to other applications, forms and reports.
Get a record with a specific date range.
Hi, I want to get records of a specific month and year by adding the date to a date field and I can not do to work. I have tried several ways and I do not get it to work, it does not filter me the data. .This is my code; str=input.Mes; /// Is a date field/// mes_1=str.getMonth(); mes_2=str.getYear(); mes_12=mes_2.toString(); mes_3=mes_1.toString(); Moneda_prueba = Gastos.sum(Monto);
Updating existing records by email
I am having several existing data entries to which I would like to allow users to email documents. Is this at all possible or can this only be achieved by logging in, locating the relevant record and upload the document? All records are defined by a unique code.
Search with Lookup Field
Can someone help me fix the error? Error: In Criteria left expression is of type BIGINT and right expression is of type STRING and the operator == is not valid Code: htmlpage Search(searchid) <%{ name = Personen[ID == input.searchid];%> <%=name.Name%> <%=name.Vorname%> <%}%> I'm still a beginner, Thanks for Help
Sending html form upon change in drop-down?
Hi Zoho and everyone :) I have an html form with a singel drop-down field. I'd it to be auto-submitted when the drop-down change. how can I do this? Adding onchange="this.form.submit()" to the field did not word off course... will appreciate any suggestions on this one Thanks! Ravid
What is the best map location addon for creator?
I have multiple addresses in my customized app and I would like to see them on maps... I was told I will need to use a third party APIs and integrate it into Zoho Creator... Which is the best and where do i find it?
Href Link to the same html page ("refresh") does not work!
Hi Zoho, On my html page I need to create a "refresh" button. when using <a href="#Page:Page_Name">Refresh</a> - it does not work (page does not reload). same link is working fine when directing to other pages. this is happening in all of the html pages. Please fix this ASAP, I need this function... thanks Thanks Ravid (P.S., I'm using the reload button since the OpenURL does not work when adding entries to a Zoho-form using a POST html form, s either fix will be appreciated :) )
How can I open the QR scanner automatically?
How to opening the QR scanner automatically after doing a QR scan?(do it succedively)
Multiselect Lookup to single/multi line text. Problem with BIGINTLIST
Hi, I am trying to put data from my Multiselect Lookup field into Single or Multi line text field for further use in other Forms. The Multiselect Lookup field is called Positions_names (One person can hold several positions in the organization) and the text field is Positions. So far I have a solution which only does half of the job. Pos = List(); for each r in input.Positions_names { Pos.add(r); } input.Positions = Pos.toString(); The output is ID number 3232752000000042103 instead of text.
Is it possible to call forms without having to use the custom portal, through a user table?
What you want to implement is a user table s to have more control of the forms you view, since the portal costumer no longer gives us the filters we need.
Also, how could we fill fields if we have a form on an external website?
xml-based POST html form keeps downloading files?
Hi Zoho, I have an html page (Dashboard_test) with an html form is it, forwarding the data using POST command to a Zoho form (FnA_Bulk_Edit). Two problems: 1. When submitting the form, the user gets an xml file auto-downloaded. How can I prevent this? 2. In the On Add -> On Success script of the Zoho form, the script is processed but fails to open the url (last command is OpenURL). How can I fix this? Please check the page and form and let me know how to fix this. I'd really like
Duplicate an entry that doesn't allow duplicate entries?
Is there any way to code, to change the data that doesn't allow for duplicate entries. I have a LOT tracking system and the LOT numbers can not be duplicated. YYMMDD## I want to duplicate the record and sub forms but change the ## before doing it so the record won't be a duplicate. I've tried from a report to check the box and click on the duplicate icon only to have it fail. Any way I can do this via a program or catch it before it it tries to store the record? Thanks Andy
Deluge - if no record found set value to 0
Hi there I'm using the following code //Get the discount amount based on the discount code fetchdiscount = DTKC_Discount_Configuration [Discount_Code == input.Discount_Code]; input.Discount_Amount = fetchdiscount.Discount_Amount; input.TOTAL_TO_PAY = (input.Total_Cost_Before_Any_Discount - input.Discount_Amount); My question is - if there is no match for Discount Code, how do I force the input.Discount Amount to be 0 At the moment if there is no match I get an error saying something to the effect
Traversing the fields on a form not restricted to tabs and mouse
Using the tab or mouse to move from field to field will not be acceptable for my application. I would like to move from field to field via hitting ENTER. Upon hitting ENTER at the last field, the insertion point would move back to the first field. Submission of form would be by button.
Subform in subform
Hi, it´s possible to have subform in subform? When I do this in creator.zoho.com, in mainform (view) on app.zohocreator.com I can´t see that. First subform contains Date of order, products (it´s subform) and user. Second subform contains select products, price, quantity and total price. On the picture you can see forms and subforms. First picture is subform in mainform. Second picture is subform of Order (Objednávka). In this subform is antoher subform, but is not possible to see in mainform. Third
Passing "OR" criteria through URL to a view
i have a view in which i need to pass logic that contains OR such as displaying a list of employees whose name is Richard or Dick, how would i correct this url to include OR DICK. http://creator.zoho.com/zchelp/employee-manager/#View:Employee_View?Name=Richard
Drill down not possible
Hi, I have given a user permission to view a pivot chart. I have enabled " View underlying data" in the report. With my adminitrator account I can see the "Drill down" menu when clicking on the graph, but when I try to log in as the normal user I can only see " View underlying data " and can not drill down from months to weeks to days. Is it a permission issue?
make conditional forms for pivot chart that only include certain values in the fields
Hi I want to make conditional forms for pivot chart that only include certain values in the fields, but I do not know how to do it inside the pivt chart. Usually the code would be: ventasebay= Ingresos_Egresos[Tipo_de_ingreso== "Ventas Ebay"].sum(Ingresos); I would like to have that code for pivot chart: Example: Sumif (Region = 'East, Sales, 0)
Customer Portal Redirect
When working with the customer portal, is it possible to redirect the user to a specific form on your application? Or will it always by default go to the first page in the application hierarchy?
input.Field = old.Field doesn't work when old.Field=null
Hi Zoho, On my "On Edit -> On Validate" I have a script with a rule, in case the rule is not applicable, I'd like to revet to the old data. for this I'm using input.Field = old.Field. but - on fields when the old version does not have data (null) the input.Field is not updated (say with the new data entered. Please fix this Thanks Ravid
Need upload function using curl/Rest Api in zoho creator
Can you please send the example working code that to upload a image via curl_exec() function what are the fields i need to pass via curl call
How can I save a file on a File Input field using script/function?
Hi there! I need to put a file into a File Upload field using script. How can I do that?
Is it possible to move/copy a Personal App to Workspace App?
Inadvertently created an app under Personal rather than Workspace. Is there any way to change the type of app from Personal to Workspace, or to move/copy it to Workspace?? Thanks!
data saving
Hi, I run a mobile dance club in the uk. I've had a developer from this site working on a simple datadase with a event calendar with some email support.. this has taken longer than expected but looks and works ok... But i have a problem with the event payment section... Zoho does not save data automatically and the way the adding members and payments has force me to start looking at other software... the designer has given up he cannot work out a way to do it... this is how it works now . Open calendar
Validating SubForm Data
Hi there I have a Parent form "Bookings" - fields include Name, Company, Email, Phone I have a Subform "Booking Detail" (field name Booking Details). I have code on the "Add Row" to populate fields on the subform - effectively transferring the parent fields to the subform. The problem with this approach is if a user adds a row to the subform BEFORE filling in the parent form, the details don't transfer down. The other scenario is where they enter the parent form fields, add a row/s, and then before
Zoho Creator Android app - offline forms with workflow workarounds
One of my main requirements was offline data entry, and I made the mistake of not fully understanding the limitations of the mobile app. I built an application with all sorts of workflow scripts and lookup filters only to find out that neither of these are supported when accessing forms offline https://help.zoho.com/portal/en/community/topic/zoho-creator-ios-app-3-7-2 My question is if anybody has found any workarounds for some specific cases: 1 - filtering lookups when accessing the form offline
Update a record through zapier
Hey zoho, I would like to update a record when a specific event from another app is trigerred using zapier. As you dont offer updating through zapier, is there a way to do it anyway ? Thanks a lot for Tour answer
calculation on date field
I'm new to zoho I have a form with date field which the user has to enter. I have another field which I want to calculate based on the date entered by the user. I want the calculation to be "the date entered + 9 days". What s the best way to do this ? thanks for any response
Unknown Error
Just got this error: Left expression is of type BIGINT and right expression is of type BIGINTLIST and operator + is not valid Anybody know what it means?
Zoho creator to Quickbooks customer mapping
So I wanted to be able to create a customer and add info from a created sheet when it is submitted. I am able to create the customer and add Family name, display name, and billing and shipping address info with the following code: //Declare Map Variable to hold the customer details Customer_Details = map(); temp = Quote_Sheet [ID == input.Customer_Name]; //Add the customer details to the map variable Customer_Details.put("FullyQualifiedName", temp.Customer_Name); Customer_Details.put("DisplayName",
Contact Form Not Redirecting to "thank You" page
My contact form is not redirecting the user to the thank you after they fill out the form. I'm considering zoho for my company but having this issue is not helping. http://residencialsantaelena.com/contacto/
Issues with Web Embed
Hi all, I'm having a couple little issues with embedding my database on a webpage, I wonder if anyone has encountered similar issues and if there's an easy solution. The first is that when I embed my reports, initially they never show up. It's only when I change the display from say List to Summary that they show up. Another issue I'm having is that when I search my app on Zoho, if I have a multiple select field when I go to search that field all of my possible inputs show up and I can just select
Bidirectional lookup from one subform to multiple mainforms
The solution offered here works perfect when there is one subform and one mainform. I have a scenario where I have one subform that is included in multiple main forms, and I'm looking to somehow link them together. If I try to add bidirectional lookups to the subform based on the existing relationships - I can only choose one at a time - so it only works for one main / sub relationship. Ideally I would have a single 'Source' column in the subform that is linked to the main forms that were used at
"Other" option is added to a drop-down even when the option is not marked!
Hi Zoho, I have a form (Loan_Valuations) that for a drop-down field of its suboform (Loan_Valuations_Broker - broker name field) it takes a list from a third form (Loan_Comp_Req - approved brokers field) and append it to the drop-down list On Load both on On Add and On Edit. This should not have a "other" option, and it is not marked as applicable anywhere. But: On Edit mode, there is an "other" option available !!! Please fix this ASAP. thanks Ravid
Complex criteria in pivot reports and charts
Some time back pivot reports and pivot tables were created based on views. The criteria embedded in those views were carried over into the reports. Since pivot table and charts are now created using the form, criteria restricting others from seeing the data is limited to 'Only logged in user records' and 'all records' but not to others authorized to view it as well. What am I missing?
Filter within an sub form
How do I filter within a Sub Form? In the "wiring" form we use Filter Site.ID equals input.wiring_site on a Device drop down. I want the same filter within a Sub form but it states wiring_site is not defined?
Google AutoComplete Address DropDown
Hey Zoho Team, I need to make a google autocomplete Address Dropdown for my application. I need to know how is this possible with your javascripting code side. or any other alternative to do this. I am attaching a Screenshot for it also. Please Check and Explain with your best Example. Thanks
Next Page