Create a lookup relation
Hi there! I try to create the lookup relation. Unfortunately, only one field for the selected form is shown for selection. The rest is the Added Time, Added User IP Address, ID, Last Modified Time and Modified User IP Address. Please advice me on this matter. Tq!
one lookup to fill multiple fields
Hello all I have two forms CLIENTS and CLIENTHISTORY In CLIENTHISTORY I need to fill the client ID, full name and office name I want to select the client ID and once selected the fields of full name and office name to be filled automaticaly from the data already stored in CLIENTS form How can I do it??? Thanks
We are unable to fetch this data, sorry! Please note that your data is SAFE.
I am getting this message on views every once in a while and I can't figure out why it appears or why it goes away. Strangely, I have it right now for one particular user on one particular view and only in Chrome, Safari with the same user and same view loads up just fine. Any suggestions?
Dropdown list contents listed out in customized order
Hi, I'm trying to setup a dropdown list with lookup relationship, and I'd like to list out the looked-up contents in a specific order rather than the default alphabetical way. Please kindly assist. Thanks.
How do I automate this process?
I am building an automated form that upon opening does the 1. Goes to the suppliers website, as a sample we pretend it is: https://www.url.url 2. Enters my username in the username field. The XPath for the Username field is as follows (I used a fake url for to protect our supplier, but the XPath is real): https://www.url.url/html/body/center/form/p[1]/text()[1] 3. Enters my password in the Password filed. The XPath for the Password field is as follows: https://www.url.url/html/body/center/form/p[2]/input[1]
Zoho Creator lookup field, getting contact ID
In my application I have a form Courses and subform Students. In my students subform I have a zoho crm lookup field (looks up contacts) labeled Student Name. How would I get the zoho contact ID of the record that I'm working with. All that I see in the field is what appears to be a concatenated first name and last name of the contact i.e. Bryan Annas. I need to update the record with application values and can't figure out a good way to do so. Thanks, Bryan
Export images from records
Hello, I have an application that uploads .jpg files. I would like to be able to export/download all the .jpg files for a specific record onto a local hard drive. How do I accomplish this other than saving the .jpgs one at a time? Thanks in advance!
Group items in subform
hello, in my form i have a subform with fields Product Code || Description || Quantity. How can i make to group items by Product Code and sum Quantity ? Thanks you
Birthday's in Calendar
I haven't been able to find an answer to this as it pertains to Zoho Creator. I have a birthday field for employees children and am trying to get them to display on a report (Calendar View). They only show up for the year they are born, not yearly. Has there been a solution for this? Thanks, Brian
Information from South African ID
Hi there I am referring to the post made 3 years ago. I need to calculate the Date of birth and Sex form a South African ID Number https://help.zoho.com/portal/en/community/topic/extracting-usefull-data-from-south-african-id-number I am not sure where I need to insert the required information, also I need to adjust the code to suite my field names: I have an ID Number Field (ID_Number) and then a Date of Birth Field (Date_of_Birth) as well as a Male / Female option box (Sex1) Hope someone will be
Get 5000 Records For Free! Referral Program Is Now Tell-A-Friend
In response to a survey, 95% of respondents said they would readily recommend Zoho Creator to their friends. We've always known that to be true. These customers who refer, don't expect anything in return. They just do it because they want to share their find with friends. But we thought it would only be appropriate for us to return the favor. That is why we came up with the referral program. But free users felt left out of all the action. Keeping them in mind, we have redesigned it, so that everyone
Ampersand in field being converted to "& amp;" in lookup field
Hi, When using an ampersand in single line field and then using that field in a lookup it is displaying as "&". See http://prntscr.com/8haopw Thanks, Damien Cregan Hire an Expert
Mobile application database "n00b' needing direction re: app in progress.
Good Afternoon, I am really new to building database's for mobile applications. I am experience in building the front-end app though. I am needing help with putting together a database. I do prefer to do the work myself so I can learn. Okay, the problem; I am building an app in app-press (client's choice) & I have done all the psd/ai files and all the boring hard work to put the app into a functional state, now I need to assemble the database. It's an app for farmers/miners re: tyre psi etc... Screen
Development workflow - is it possible?
I have an application that is currently in production. I need to understand how I can accomplish a development cycle/process for this. There will be changes made to the app regularly (multiple times a month possible). Many of the forms require lookups, etc, so in order to do work on a development copy, I need to have the data as well as the forms. I'm told that the only way to duplicate the application with data is to have Zoho do it for me. I am a paid (Professional subscription) user. So now I
Webform with unique link
Hi, I'm trying to implement a webform for a registration to an event. I have various events in my database and I don't want to let users see all the event and pick the event they want to subscribe, rather I want that through a unique link (or any other way) they go to the registration form of a specific event. I wonder if this is possible in either CRM of Creator as I could not find a way to do it. Has someone else had the same issue? Thanks, Andrea
Subform linked to another form
I am working with a subform that is connected to another form, such that it looks like this in the form builder. Is there any way to hide or disable fields within the subform when it is being displayed in the main form?
Function fetch all records in a subform
Hello, I have a form with a subform and I want when selecting a client of my form subform records fill one box (with the fetch function). I have managed to do with the first record, but in my subform I register more than 2 records, the fetch only affects the first, I want that all records have filled that box. "R.Ordenes" if (input.Clientes1 != null) { if (input.Correo_Electronico != null) { dat = Clientes1 [ID == input.Clientes1]; R.Ordenes = dat.Correo; } }
Conditional Formatting bug
Hi, Admin Conditional Formatting is not working in my calendar view. but it works well in summary view. I'm so sure, i have done it correctly. https://creator.zoho.com/artametise/database/#View:Calendar Thank you.
How to show information to user after the form submission?
After someone submits the form, I want to give some copy/paste code to the user on the basis of the form's data that has been submitted just now. How can I do that?
Creator N duplicates on workflow
Can I duplicate N records from creator DBF with an instruction on workflow for certain conditions?
Picklist filter doesn't work for field defaulted in On Load
Hi, I have a form called Salary Data which has a field called Financial_Year which I default to the current financial year in the On Load action. I have a field called Industries which is a lookup to the Industries table, which also has a field called Financial_Year. I want to display only those Industries in the picklist that match the current financial year. I understand how dynamic picklists work and my code and my data are both correct. Industry ( type = picklist
Do I must need to create relationship using lookup field?
I want to fetch some data from another form using deluge. Do I must create a relationship using lookup field? or I can fetch the data directly via deluge script? Also, if lookup field is a must then what to do with that lookup field when I don't need it at all in my form?
Function for REST API to import Data to Zoho Report
I have tried with below Zoho Creator Function which fetch JSON data from external websites in JSON formtat and then import that JSON data to ZOho Report table but it not working .could you please help me how to fix it. Thanks Arfater see below code : void API.ZohoReportAPI(string zip) { url = ("http://api.tvmedia.ca/tv/v4/lineups/browse/US/TX/" + zip +"?api_key=*******&detail=full").toString(); response = getUrl(url); lines = response.toJSONList(); //info lines; myMap = map(); myMap.put("ZOHO_FILE",lines);
Re-set Auto number ?
I need an auto number value to count sequentially but be re-set to zero at the beginning of every year. Any solution?
Filtering data in iCal feed
I have created a calendar view report in Creator with one criteria. The report works just fine and shows just what it should. But, I have gotten the iCal link for that calendar and added the necessary parameters and I am simply getting an empty feed (no events). As soon as I remove the criteria from the rpoert, the feed works normally. To isolate the problem, I tried changing my criteria to a different field and that produced an empty iCal feed as well. Any ideas on what I'm doing wrong?
Questions
Hi, is possible make this? x=abcd i need put y=dcba Thanks and regards.
add and display running totals on a form
so i have two forms Material In and Material out we get material from different sources so i have on my product in form (table) product 1 qty 10 from PO xxxxx product 1 qty 7 from Job xxxx On my product out form i have a look up field to another form called product type, upon entering the product type i have a field called product on hand and i would like this populated with the total number of products from the product in form. i am using : if (Material_In[ID == input.Material_Type].count()
integrating a form into a separate website
Can we put a zoho form onto our company website so that when a customer fills in this form on our website, it will appear into the 'enquires' section on our zoho database?
Updating field in report based on formulas from two forms
The scenario is this: two forms Materiel in & Material out one report Materiel on hand when material comes in it is logged on the "materiel in" form and assigned an Auto_Number when it goes out it is logged on the "materiel out" form using a lookup field back to "Materiel_In" Auto_number is there a way on the "materiel on hand" report that i can set a Materiel_On_Hand field that is something like //Materiel_in.QTY - Materiel_Out.QTY = Materiel_On_Hand IF there is a corosponding record in
OpenURL and Rich Text fields
Hi, I am trying to populate a rich text field when opening a stateless form(as popup) through openURL statement, but the string gets truncated in the field, even though it is in the actual URL. Using encodeURL for the string makes it not formatted correctly... I also tried to encode the actual URL and got a "Not Found on this server" error. Thanks, Damien Cregan Hire an Expert
Latest Creator Update bugs
@Creator Support First let me say that the new compiler is awesome, many thanks :) 1. Double fetch no longer works, eg: //this will not work x = Form_Name1[ID = input.Lookup_Field]; y = Form_Name2[ID = x.Lookup_Field]; input.Field = y.Field; 2. Numbers in drop-downs not saving when using "other" option 3. This no longer works: if(!Field.contains("No")) { alert input.Field; cancel submit; } get this error: Error details: Error in executing On Edit - On Validate script. Function '{0}' specified
exporting data from creator to crm
I would like export the data that I have in Zoho Creator to Zoho CRM under the Vendor section. Can I do this?
Calculations on HMTL View
Is it possible to perform calculations on HTML Pages, e.g. on a HTML view I want to call up the count of certain records, and then perform a calculation based on the records count, is this possible? In my application I have a form Clients and I would like to create a HTML view by which I can see which clients have ordered certain products and the duration when they ordered the products. I need to find out the total worth of the products ordered, by calculating discounts offered, gross price and net
Set Decision box on click button
Is it possible to set a decision box value on click of a stateless form button? I need to set a decision box to false but it does not seem to work. Code im using is: input.Change_Shipping = false; Im thinking that maybe I can't change the value for an on click action? This is a stateless form embeded in a Customer Portal html view. Im using this so clients can change their shipping address. After submit i want the decision box to uncheck causing a bunch of fields to disable again. Maybe this is behaviour
Customer Portal Profile as System Variable
Hi, is it possible to have as a Deluge System Variable the Profile associated to the login is using Customer Portal? tks, Pippo
Script in page not saved despite the message "Script saved" at the bottom of the screen
I have recently encountered a situtation where modifications to the page in Zoho Creator are not being saved. The message at the bottom of the screen says "Script saved", but when you re-edit the page, the old code shows up. The issue occurs only when modifying a page. No problem with modifying a form script. Has anyone else experienced this issue? If so, how was it resolved?
Not able to total from subform
I'm trying to total the amount from subform and display in the main form. But it seems the for each loop is not going through all the rows. Here is the script I'm using: ProductTotal = 0.0; for each item in Product_Details { ProductTotal = (ProductTotal + (ifnull(itemTotal,0.0) )); } Product_Total = ProductTotal; What am I doing wrong?
If This then That
I'm having a bit of fun with a service called IFTTT. This offers Creator yet another way to interact with the outside world. Using IFTTT, you compose IF-THEN type recipes using ingredients like email, Facebook, and other Internet services. The roll Creator can play is to send an email and have IFTTT do something with it. For example, I'm using it to update a Facebook page. I have suggested to the IFTTT team that they also enable http post IF's, which is something Creator does well. IFTTT is still
Records not really being deleted
I have developed an event reservation form for teachers and staff at my school, to incorporate some location conflict checking. When scheduling an event, the user enters the Start DateTime and End DateTime; at that point, deluge scripting searches the database of events, looks for any overlaps in the times for existing events vs. the requested event, and then updates a dropdown menu of available locations. Thus, if a location is already booked, it is unavailable for future reservations during that
Problems with shared application
Hi, since few days many applications that i have created for work and accessible to all the visiotrs on the web ask a Zoho e-mail and password. For me It's a very big problem because many students cannot use my applications. Please help to fix this problem because there's no need of LOGIN. Diego
Next Page