filtering a subform lookup with a mainform field
Hi! :) I have a Products form with a lookup field on Factory form. I have an Order form with a lookup field on Factory form The Order form has a OrderItems subform with a lookup on Products form. At the subform OrderItems I want the lookup on Products form to show only the records that match the Factory chosen at the Order mainform. Is this possible? Thanks :)
Report based on multiple forms without relationship
Hello, I have two forms and I would like obtain a report of either. I'm interested of two fields (one date and one integer) and I ask how could I join this like sql. This form doesn't have any relationship. Thanks, best regards Maurizio
Subform : Report with subform rows and relationship with main form
I have Form A with a subForm B. 1 record in form A has 3 records in subForm B. I would like to have a report with the 3 subForm B records and with also some fields from Form A. Is this possible ? Many thanks !
Show/hide in mobile
Hi Zoho, It would be great if there was an option to hide/show reports/views/forms in mobile app. Kind of like a publish setting, but strictly for mobile app. There are select forms and report that I only use on the mobile app and some html pages that only work on web version... Please consider for future enhancement. Thanks.
Jump to a specific place in a form
Hi Zoho! I'd like to give the users a link to a form, that directs them to a specific field in it. (So the form will open with the window scrolled down to the field) How can I do this? Thank you Ravid
Diferent layouts for diferent sections of a form
Hi! :) Is it possible to have diferent layouts for diferent sections of a form? I would like to have a form with two columns and a subform that would fill all the form. Thanks! :)
validate UploadField { script manual mandatory }
Hey community im just curious is there a way i can validate an upload field with a manual mandatory script if.UploadField does not contain = ".png, .jpg" { cancel submit; } or if = null / "" / 0 or something along this line ??
[Solved ]sendmail from NON zoho.adminuserid / zoho.loginuserid
Hi, I used to use a simple form from built in features on the Sites app. Not knowing the Creator app can allow me to do much more. So i bought a subscription for a standard plan with Creator, and built an app with forms that i am very happy with, with some help from support already. Thanks for that. But now there's one last thing I wish to do, but it seems like a bit of a road block now. I hoped to do something like this: sendmail [ from: input.Sales_Email to:"helpdesk@company.com" cc:input.Sales_Email
How to hide the field before submitting and updating after successful saving
Hi All, I am trying to develop ticket management application for practise. I have added below fields in form. Status List should not be visible while submitting the form. Once form is submitted Status list should be visible with assigned value. 1. Subject 2. Decription 2.Product 4. Priority 5. File 6.Staus -- 1. UnAssigned 2. Assigned 3. Completed. After submitting the form Status should be UnAssigned. Regards, Nagendra.
Alphabetical order in lookup field not working correctly with spaces
I have a lookup field that has people's names, and the options are sorted alphabetically. They are correctly sorted by first name, but if there is multiple people with the same first name, then the last name isn't being sorted alphabetically (see screenshot). The options for the lookup use a formula field which returns: First_Name + " " + Last_Name
How do I get a custom app in to CRM
So, I created an application in Zoho Creator, and can't get it in to my Zoho CRM. I have only created a form at this point. The goal is to have a related list on my accounts. Support said that it would appear in the list of Extensions for my Zoho CRM's CEO (Setup > Extensions & APIS > Zoho > Build Custom Apps > Manage) But it does not, I shared it with her and it still doesn't appear there. Not a big surprise that support was wrong (I have contacted them 5 times, and they have had a correct answer
BUG
Hi, I am try to create "library management software" by using ZOHO CREATOR.I have a "ADD BOOKS" as a form.In that form,I have a LOOKUP field.Now, I am not able to see that field in form but I am able to see that in WORKFLOW and in LIVE MODE OF APPLICATION. Kindly,help me. Thank you.
Error - There is no such view in Zoho Creator
i used HTTP JSON request to access to my views but i have the response : There is no such view in Zoho Creator i use the url : https://creator.zoho.com/api/json/jb10/view/KC_Masters_ExtraTools can you please help me
uploads sent to Box.com?
I use Box.com to store files. Id like attachments uploaded on Creator apps to get sent to Box.com. I can't use Box.com upload embed script because ZC doesnt support javascript. Box.com also accepts uploads via email attachments. Is there a way to get the notification email on form submission to include the file as an attachment rather than a link to send to Box.com?
clarification in Sandbox
Hai 1.When we create a sand box It duplicates our application but I can't get all the reports that I have in the original app.Is there any way to get it? 2.In sandbox if I publish with new changes it will change in original app after doing it more than 2 time if in case I need the previous edit can I get it?
If statement within Add Record
Does Zoho Creator not let you put an if statement within an Add Record function? I have coded my form so that when you submit it, a record is automatically added to another table using "Add Record". I want to put an if statement within this to specify different values of one of the fields based on another. See code below: insert into Healthlink [ Customer_PO = input.Customer_PO DeliverToCode = input.Healthlink_Customer_Code if(input.Number_of_items == "2") { ItemType2="S"; } else
Schedule Report as Excel
All, I would like to know if it is possible to schedule report and send it as attachment as Excel and not as PDF. I didn't found the option so by default it send PDF. Do you know if it is possible? Thank you Riccardo
"Loading View..." message when viewing page with view components
When i go to any page with a view component (even if the view is the only thing on the page), I just get a "Loading View..." message appear. I have left the page for 15/20 minutes, but it hasn't displayed correctly. Other pages work as expected. Appears to have started earlier this morning. Is anyone else having this issue?
Is there an alternative to customer portal with Creator?
Is there a less expensive alternative to using the $99/month customer portal for allowing customers to update their own information in Creator?
[Solved] sendmail subject line expression as lookup field
Hi, On my form name: Wesmar With zoho support's help, i've finally managed to craft a form that functions the way i want, and seems to display properly when scripted to sendmail (except the template does not display more than about 20% of content) However when i try to use the expression in sendmail subject line "input.Customer_Name" - it outputs a string of numbers like 2511901000000054103.. Note, it does this when Customer_Name is a lookup field. It works fine if it's a normal Single Line field...
Automated delete records
Hi, I would code a custom schedule to delete records after 1 month from creating. Any idea how can I do that? Gerald Lim
Edit Report
I have created a report with criteria to display only certain fields. When I hover over a record, the pencil edit icon appears. When I click the pencil (edit), the form that the report was built upon displays. The display only shows those fields which are in the report. (Which is what it is supposed to do.) Is there a way to display all the fields on the form when I click the edit button instead of just the fields in the report. In my case, I want to have quick access to some information not on the
How do I add an item to a lookup list via a script
Hi I am looking to add a value to a multi-select lookup field. I have a employee record with a list of countries that the employee work in. We have a new country and I am looking to automatically add the new country to every employees record. I am looking to do this via a workflow script excution. It would appear that I need to use the following. "<picklist field>:ui.add(value); " e.g. employee.country:ui.add("UK"); However the interface reports the following error. 'ADDTOPICKLIST' can be used
Fetch data from related form not working in a mainform/subform scenario
I have three forms: Orders (mainform) Order Items (subform) and Products. When i input the product ID at Order Item, a script trigered on user input fetches data from the related form Products to populate all the other fields of the Order Items. It works fine if i enter the Order Item form the Order Item form, but if i enter the Order Item at the mainform Order where there is the subform Order Item, it doesn't work... Please advise. The script: x = Products [ID == input.ProductID]; input.Price =
Formula to count number of connected records
Hi. We have a courier business and use Zoho Creator to record our runs and jobs. We have two forms to record runs and jobs. One run can have many jobs. I need a formula field in the run form to count the number of jobs allocated to it. Any ideas please.
Google Drive with Zoho Creator
I would like a "File" field to store files actually on Google Drive. The pointer to fetch the file should be pointing to a google drive location or index. Can this be done?
For each record - hitting deluge statement execution limit - to only update 730 records across 2 forms???
Hello, I have trying to update 730 records across 2 forms as follows: - Create booking = 365 records - My availability form = 365 records These are daily recurring events for a period of 1 year, which are set up in "My availability form" then inserted in "create booking" form. Both form are linked via lookup field through their ID Create booking has lookup field My availaibility_form_ID My availability form has lookup field create_booking_ID For each series (across both form) there is a unique reference
Help with pivot table!!!
El problema que tengo es que tengo que multiplicar el valor con 2 columnas, que dice SaldoBodega con el costo, para traerme este inventario de almacén, y cada bodega tiene que realizar el mismo procedimiento. Ejemplo: Agradezco cualquier ayuda.
Syncing data from Zoho AppCreator
Hi, Is there any way to programatically access the CSV download from the backend. Right now the link to CSV download is behind a login wall. Is there a way to pass the login details to the download link? Or any other way to sync Zoho AppCreator backend data with our system?
Unable to download files.
Hi Guys, I am unable to download the file from the below link https://www.zoho.com/creator/help/script/for-each-record-in-form.html (.ds file) can anyone help me to download this file. Regards Prashanth K
What is Add record in Deluge Task?
Hi Guys.. Can any one tell me, what is "Add Record / Delete Record" -- Deluge Task ? Any real time example... I am newbie , trying to learn these concepts.. Kindly help please Regards Prashanth K
[Solved] Auto Complete <datalist> vs zoho
After searching forum topics for related posts, I still feel i need to start a new topic, especially with HTML5 existing now. I'm working on creating my first couple apps with Creator. Prior to that i just have a couple prototype forms custom made via the Sites app. Since discovering how cool autocomplete within input fields via <datalist> (I use Google Chrome), I just have to have an autocomplete feature for some single line input fields. It definitely seems like I would rather go the route of having
CUSTOM ACTIONS
Hi, Is it able to send mail with record summary ,while clicking custom action button?
Custom Action
I created a custom function called Sign_Up. This function will appear will appear whenever I click on an event on the calendar report. When clicked on the Sign_Up button, it will bring the user to the Events_Sign_Up page for users to register for an event. How can I program such that when the user is brought to the Event_Sign_Up page, the Event_field_name is automatically selected based on the event the user clicked on at the calendar report?
Date & Time Picker - NOW() button
I populate my date and time field with the last date and time from the last record. When the date/time picker shows up I would be nice to be able to click a button that will set it to right now() Kind of like the NOW() function in databases. It could be placed above the time selection fields. Just a suggestion.
Restore the last date the user selected.
I have a form that adds log records. When the form is first opened up I want the date field to default to TODAYS DATE, But if the user changes that date and saves a record I want the date field to default to the LAST DATE they selected. I seem to only be able to do it one way or the other. I can write the code if I knew the form was the first time ONLOAD or after a record was added and its the second time ONLOAD. If that makes sense. Thanks Andy
Passing multiple ID's through a URL to a Lookup Field
I am trying to send a message from the a text field to many custID's. When selecting many users (after applying a filter on a view) I have a custom action that has the following code. void SMS.sendsms(Setup_Customer_Contacts VCustomer) { querystring = ""; for each cust in VCustomer { querystring = querystring + "custID=" + cust.ID + "&"; } openUrl("#Form:SMS_Content?" + querystring, "popup window", "height=200,width=400"); } For the popup window, on "submit" I have the
Returned value of a Function in a Custom Action
Hi! I built a function that performs a calculation on all records of one form and put it in the report header as a custom action. It returns a number from the calculations. Is there any way to display this returned value? Alert cannot be used in viewing a report, so is there any other way to show this value when the custom action is clicked? Or do I have to create a page and put the returned variable there?
How do I verify an email address to be used as the "sender" address in a form?
I´ve seen a previous post which tell me to select "add email address" when in the "from" field....however this option doesn´t seem to be available anymore, please help me!
fetch issue on reports , stuck with my customers and partner.
We are unable to fetch this data, sorry! Please note that your data is SAFE.Report this problem to support@zohocreator.com i'm wait answer from support and 3 days without a solution and 0 communications for paid customer as me is a mesh.. uk number is an infinite loop and chat also is hard to get prompt answer please reply.
Next Page