Html checkbox sync with embeded from?
Hi Zoho, I have an html page with a long table, based on a one form (1 row = 1 entry). I'd like to have the option to make several rows, and than edit multiple entries together. ~~ I cannot embed a report in the html, due to several reasons ~~ I thought about creating a checkbox for each row, than sending the list of IDs based on the rows checked to a form embeded in the html page, and sending the form will update the entries based on the ID. Since I only started to code with Zoho, I need help with
query expression question
Hi all, How can I get all Orders which have been modified in the last 3 months? I tried the following but got the error "Not able to find monthsBetween function". for each o in New_Order [(Grand_Total != 0.0) && monthsBetween(Modified_Time, now) < 3]
Zoho button to create new auto-populated form
So in my application dashboard, I have created 2 Forms. One is a Quote Sheet and the other is a Customer Sheet. I want to be able to configure the submit button on the Quote sheet so that "On Edit" it will be a "Make New Customer". I want the action to pull up the Customer Sheet and auto-populate from certain fields of the Quote Sheet. Is this possible in Zoho and if so, how can go about doing this?
I hate the auto indent feature
Hi Zoho, just letting you know I think the auto-indent feature sucks:P It keeps on moving braces around and mucking up my indentation. Could you provide an option to turn off auto-indent? cheers, Jeremy
Fields from related forms displayed as "no value" in pivot table
Form A has a multi-lookup field to Form B. Report X needs to list records in Form A that includes fields from Form B (ideally as additional rows) Creator shows "-No Value-" for any/all of the fields coming from Form B. I'm assuming this is because reports support forms related by a multi-lookup, ie 1-to-many relationship ? In the example image uploaded the fields System, Sub system and components are on Form A while Mitigation Task Type and Summary come from the looked up Form B. Hoping I've missed
ADD NOTES FIELD
Hi, could you please explain the purpose of TABLE ICON in ADD NOTES field?
Can't view report as spreadsheet?
Hi - I was wondering why I cannot view a report as a spreadsheet? The option has simply disappeared for one of my reports. I am wondering if it has to do with having subforms involved in the form? Is there a way to bring back the ability to view and edit the report in spreadsheet view? Thanks!
Customer portal in zoho creator
Good morning, I read about CUSTOMER PORTAL in zoho creator help.when I tried that I can able invite users through their mail and they are able to set their password from their mail.but I don't able to know the purpose of sign up form in customer portal.Is it able to embed the sign up form in webpage?
Adding values to a multi select lookup field
Hi, I have an Order form, which contains a multi-select bidirectional relation between Order and Transaction. Essentially, one Order can have multiple Transaction. When I need to add a transaction to this list programatically, I am doing this. Please see my questions in the code comment. tList = foundOrder.Transactions; // does this create a copy of the list or return a reference to the list??? tList.add(txn.ID); foundOrder.Transactions = tList; // depends on whether it returns copy or a reference,
Help text for form / field?
I have created a form with fields that require more help / explanation than the 255 characters allowed for the Tooltip Message. How do I add additional help text to a field?
Simple Patient Look Up
My application has a patient information form with various data concerning the patient. I'm trying to create a "Look Up" form that will search the patient information database, by first name and /or last name fields, and display the patient information form for that particular patient for editing etc. Just a simple way to look up a patient by name and edit their patient information form. I've tried to use the Look Up feature but without success. Thank you, David
Auto Number not showing up
I can't get the Auto Number field to show for some reason, even though I am the application administrator. The help page says " By default, this field will be displayed only to the administrator of the application." How do i modify it so it displays to all? Because I can't get it to work on my existing form, i can't test it. I'm also curious what happens when I add this Auto Number field to a form already have multiple records? Help page I found: https://www.zoho.com/creator/help/fields/configuring-autonumber-field.html
Scheduling an SMS based on date/time in a form
Hi everyone, I'd like to send SMS messages according to a schedule - where the time and date is filled in a form. I have used the automatic SMS function on submitting a form which is super simple and handy, but I'd like to be able for someone to submit this form and then trigger the SMS as defined in that form. The content of the SMS would be customised based on the content of the form. e.g. Form fields: Name: PhoneNumber: Date/time: Message1: Message2: It seems like this is really doable using Zoho
Display my report like my input form
I have a form that creates a LOT number. YYYYMMDD##-ProductName This all works, and I save the generate lot number into the form on save. I Started using a sub form to add ingredients into the product lot. It works nicely. My problem is I'm trying to generate a report that mimics the input form. I can generate a report using the BATCH form that shows the LOT# generating information, but can't display the ingredients nicely. If I use the sub form INGREDIENTS I can list all the ingredients,
Include Form Data in Push Notification
Hi, Brilliant app however I'm struggling to include form data in Push Notifications... I've tried ${input.formName} in gui and input.formName outside of quotes in code view, both produce ${input.formName} in the notification instead of the actual value of input.formName Any help would be greatly appreciated, Sam
Fetching data from a multi select field
Please could someone advise how to fetch data from a multi select lookup field to a single line field in another form? Thanks in advance Sean
Skip Payment Processing
I'd like to offer some customers the ability to skip the paypal payment step if they enter a coupon code. I'm not seeing a way to code for this. I added some code to set the fee to $0, but it still goes to paypal and they will not accept a $0 payment. Cheers, John Whitney
Custom Report
Good day, I am trying to produce a custom report that looks like the pdf attached. Is this possible. I have an order form that collects the information for each order. the form collects the vendor information, there is a subform in this form that collects the items along with their quantities. So how can a format this data to produce a beautiful form like I attached?
Form fields based on previous field
For Zoho Creator is it possible to create a form where specific fields show up based on what was answered previously. For example, someone selects A in a dropdown, so X field shows up next. Or someone selects B in a dropdown so Y field shows up next.
BAR CODE IN ZOHO CREATOR
Hi, Good Morning,Is it able to generate bar code in zoho creator?If not,could you please tell how to generate barcode using API ? Thank you.
Embed Forms Navbar
Hello, I have created a navbar within a page and I would like to embed forms into the difference sections of the navbar. Can someone please I am unsure where I need to add the code to embed the multiple forms which can be accessible by clicking the relevant button the navbar? htmlpage Paraplanning_Database() displayname = "Paraplanning Database" content <%{%> <style> ul { list-style-type: none; margin: 0; padding: 0; overflow: hidden; background-color: #696969; } li {
Function calling is not supported from Component Criteria error problem
I have several working conditional data highlighting in reports with the format xxx.before.today.subDay(90) to highlight data fields older than 90 days. In the last week or so, if i try to add more or to change the 90 days to 60 days i get the error message "Function calling is not supported from Component Criteria" and can't update the change. Please advise on how to fix. Scott
Lookup inside a lookup?
I have a Application Accounts, I also have an application Equipment and I am working on another Application Service Call that when I choose the Account lookup reference, I want another lookup field to show only the equipment associated with that account not all the equipment. Thanks for your help.
Checkbox Onclick "add to list"?
Hi Zoho, I have a checkbox on my html page, and when its checked I'd like to add its value to a List I've created before. Right now this is the script: htmlpage test_page(VarListParam) displayname = "test page" content <%{ List = {"Bike", "Car", "Motor","Helicopter"}; VarList = List();%> <form action="" method="get"> <%for each EachVeh in List {%> <input type="checkbox" name="vehicle" id="myCheck" value=<%=EachVeh%>onclick=VarList.add(EachVeh)>I have a <%=EachVeh%><br> <%}%>
AddYear not recognised?
Hi again, Any idea why it says it cant find the addYear function when i add this script: For each ServDue1 in Customer_Database [ServDue1 < zoho.currentdate] { ServDue1=ServDue1.addYear(1) ; } Yet if i put this For each ServDue1 in Customer_Database [ServDue1 < zoho.currentdate] { ServDue1.addYear(1) ; } It says built in functions can only be in the format x=y.z() So it is clearly recognising it in the second instance but when I call it correctly it can't find it?? Thanks Sam
toDate() errors
I have a form called Lab_Test_Value, and two form fields that are doing a cascading lookup, as follows: 1) Field_1 is a 'Lookup' field, where the user picks a value from a drop-down list. During the 'On User Input' event, the key value selected in Field_1 is used to lookup and generate a distinct list of string date values. The format for the resulting date list "yyyy-MM-dd". This list of string date values is used to populate the options for Field_2. Here is the Field_1 'On User Input' event code,
Managing an embeded from width in an html page
Hi Zoho! I have a list in my html page, and I'm using a form embeded in the page so the user can filter it. how can I set the form's width? I've adjusted the field's name width and the drop-down width in the form's properties, but it looks like there is a lot of space to the right of every form and on the buttom also (I've used float:left" to set them one by one). I've tried to use "Width="20%" etc. but it did not help.... (I've attached a screenshot to make it clear) Thanks! Ravid
Data Analyzation Capabilities
Hello, Is possible to build an app that will allow me to upload all of the parents at my school and track which parents have and have not completed the form on a dashboard? I am not a developer but I will attempt to build the app if this is possible. Thank you for your help.
Moving App components into another App
Hello all! Very ofthen I need to move forms (with data, views etc), functions and schedules into another app. Now it's really hard to do - you need to make so much operations by hands. I'm the only one? Or someone else also wants feture: right-click and select "Move to another app"?
simulate submit
I have a decision box in a form that generate in a new window the pdf file of the record summary. If the user modify a single line field in the form the pdf will not take that modification into account without the user submitting the form (thus closing it) and then re open it. I also put a pdf field in the view so the user can genéerate the pdf as a custom action also but the goal here is to have as few clics as possible. How can i generate the pdf inside the form and take into account any user input
Need to add rule to user, but i cant
Hello everyone, I need to add a task to a user so he can make changes only on two rows on any report published, the user cant add new reports, just edit and change two options on the report. the user is added and configured as user... Ive created a rule that could block almost all the report and let edit only the two rows i wish. But its works for admin also. Ijust want the rule to the user and there is no option as appear in this tutorial: https://www.zoho.com/forms/help/adding-rules.html#Form Im
XPath Builder throws error on valid JSON data
I'm importing a valid JSON feed (checked at jsonlint.com) into XPath Builder, and it loads the XML Node Tree fine. But when I select a node on the tree to execute it gives me this error: Invalid XML/JSON format javax.xml.xpath.XPathExpressionException What might be going wrong? How can we fix it? Thanks.
Can a deluge script run on user input in a form?
I have an application which creates a form Temp_Inv that is used to input monthly inventory & orders. at the end of the month, the following fields are exported to a form Month Summary be added to the Inventory form: Item ID Yesr Month Inventory Amount Order Amount All records in the Temp_Inv form are then deleted and new records are exported from the Products form. I want the Temp_Inv form to have fields Last Inventory and On Order which would be the values in Month Summary
What is wrong with this code?
I have a form Month_Status, with fields (among others) MD_Serial, Inv_Amt, Order_Amt. I want to update form Temp_Inv for correspomding MD_Serial. I have tried: for each y in Temp_Inv { if(Month_Status[ID == y.MD_Serial].count() > 0 { x = Month_Status[ID == y.MD_Serial] y.Last_Inv = x.Inv_Amt y.On_Order_Qty = x.Order_Amt } } and for each y in Temp_Inv { if([Month_Status.MD_Serial == y.MD_Serial].count() > 0 { x = [Month_Status.MD_Serial == y.MD_Serial];
Can I pass parameters to a checkbox field in embedded Form in HTML pages?
I want to pass parameters to a embedded form inside a HTML page. I know it is possible using the params attribute like this: <div elName='zc-component' formLinkName='MyForm' params='Number_Field=<%=var_number_value%>'> I want to do the same with a checkbox field, but I'm not being successfull. I works like a charm If I access the form directly passing parameters to a checkbox field through the URL: openUrl("#Form:MyForm?Checkbox_Field=value1%2Cvalue2%2Cspaced%20value", "same window"); But it doesn't
Filter report by non year specific month
Hi I have an application which includes a dropdown field to select which month the service is due on that record, what I would like is a report to only show the records that the service is due this month and next but the only way I can do it seems to be with a hidden date picker which is updated by the dropdown and then updated regularly via schedules to update the year but this is a very long winded way of doing it and it's susceptible to all sorts of issues... There must be a better, simpler way?
Pulldown, how to populate with string from another pulldown
I have 3 forms. 1 - Products (just a product name) 2 - Batch Record (year, month, day and pulldown of product name) - creates a LOT # 3 - Batch Ingredient (Lot #, ingredient name, and weight) My problem is on form 3 (batch ingredient) I want the pulldown to show LOT number and the product name. I can only get it to populate the pulldown with the LOT number and product ID (BatchProduct). How do I convert that BatchProduct ID to it's string name, to populate my pulldown? I was trying this must
Page with Form and Report with data entry refresh
Hello, I'm trying to make a simple page with a form for data entry and a report. I would like that, after pressing the "submit" button, the underlying report updated, showing the new newly inserted record. Someone can give me a hand? Thank you!
CTI click to dial through hosted IP
Hi, i really like the like and feel of Zoho but it's important to me to be able to do click to dial from the crm. Is it possible to have CTI with a hosted IP telecom setup? I understand you can use PhoneBridge but only with a physical PBX system which is old news now considering more and more businesses are using Hosted IP any information would be really helpful Thanks Antony
How do I add a help text to a field?
I've created a new form that requires more explanation per field than I can squeeze into the Tooltip Message. Any idea / examples?
Next Page