[Question Update a field in function of other field in real time
Hello, How we can update a field (Look up) in function of a radio button input in real time ? Thank you ! :) Josselin
Get most recent ID entered?
Hi Zoho, I have a script adding records to a form. in this script, after adding the record to the main form, I need to get its ID in order to insert data to its subforms using bidirectional lookup. Since the records are inserted automatically, it happens very quickly, so a fetch that is sorted by Added_Time does not work. I don't want to use fields entered by the user since they can be identical. Any idea how can I get the last added ID? the script look like this: for each EachIDforImport in Vals_for_Import_ID_List
delete record doesn't always work
Hi Zoho, I have a form with a subofrm in it. When I delete a row from the subform and submit the form, the row is deleted from the main form entry but stays in the subform report. To fix this, I have added a "delete record" script on "on delete row" for the subform under the main form, so on delete row it deletes it from the subform report too. But - this only works is some of the cases. If I delete a row, and than add another row or change data anywhere in the subform before submitting the main
customer portal
hi, in my creator i have a form "QUOTES" with the email of the company. The company has an access to the customer portal with the same email. i create a view on QUOTE with criteria (Email == zoho.loginuser) but when the company is connected on the portal she can see all quotes and not as his own. Other problem, if the profile CUSTOMER can have an access on QUOTE, the company can view all quote's reports Do you have a solution ? thanks you
How do you update a subform picklist, with values from rows in another subform?
I have created one form to gather information when on-boarding customers - one subform gathers information pertaining to user-groups, another gathers information about individual users. Each user can belong to several user-groups, which are created by adding rows in the user-group subform. How do I dynamically populate the picklist on the user subform with the information gather from each row in the user-group subform? I've tried a variety of solutions that haven't worked - the most logical one to
Need developer for Member Directory Project
Need to create a membership based directory. 2 member types (Basic and Premium). Multiple member characteristics fields. Basic membership is Free and member can only add and update their own profile. Premium membership is chargeable on annual subscription and can perform searches for data in any field in the Basic member profile. Basic member profile must include links to member social media sites as well as incorporate custom code to retrieve the members social media follower counts for each
Add commas to the display of numbers in input fields in forms, once they are input
This seems straightforward enough - all spreadsheets do it! When I have entered a number in a numerical field of any sort, and hit tab or click in a different field, the number I just entered should display with commas, so I can easily see that what I entered is correct. The only way to get this kind of functionality now is to put a lot of code and additional fields around a single-line text field to make it pretend to be a numeric field for input purposes.
[Help] Decrementation of variable
Hello, I've create a form to save date. It's for administration, In new form client can select a date from save data of first form. I want create a field "Quantity" in administration form. And in the client form i want decrementation the quantity and if she is"0" the date is hide. Have a tutoriel or an idea of it will work ? Thank you, Josselin
Email
Would it be possible to set a "send mail" "on submit" and the somehow from a response change a field in a report. E.g- The statless form contains- Badge Number(look up field), First Name, Surname( both autopopulate on user input, Accept or Denny drop down. When click submit it sends an email to the person who has been selected, in this mail the person recieving it has the ability to respond accept or denny. from there it would show what they chose. Any suggestions on otherways to do this would be
What HTML editor have you been using for creating page layouts to use in Creator?
For those of you using an external tool to create the layouts for your HTML pages in Creator, which tool have you found to be the best for this use? My HTML is rusty & pages just aren't as user-friendly to create as everything else is Creator.
Subform formatting
Is it possible to change the colour of a subform header or remove it completely? Thanks Sean
Updating a Status Field
Hello there I am trying to get my <Status> field to automatically update to [Historical] after a selected period of time - taken from the <Date of Next Check> field. Does anyone have any ideas ?!? Many many thanks. Karen R
Urgent: Uploaded File Download URL / Link
Hello, Can someone please help me figure out how to construct the link for an uploaded file through a zoho form? I have found the following but it will not work for me. More specifically I do not know what the ViewLinkName is http://creator.zoho.com/DownloadFile.do?filepath=/input.File_Upload_1&sharedBy=zoho.adminuser&appLinkName=zoho.appname&viewLinkName=yourViewName I just want to email the link to public users (not logged into zoho) and allow them to download the file. Thanks
Update a record with subform?
Hi Zoho, I'm trying to user the "Update record" command. How can I update a subform? it is not listed in the fields list. Ravid
Updating a dropdown list
I have a file containing 70,000 records - product names, pack sizes and pack costs, which is updated outside of zoho creator weekly. I have imported the first file into zoho creator which is used in a form with a dropdown field "Product name". Once the product is chosen it fetches the corresponding "pack size" and " pack cost" in the non editable fields. I would like to import a fresh price list file into my Creator app each week which overrides the existing file without affecting existing records.
Flight Search Form
I need to make a flight search form where someone can select a 'From' destination and a 'To' destination and then return the search results after searching the schedule (which I have as an .xlsx). I can make the form easily though. Can I get help please?
Programatically update multi-select lookup field
Multi-select lookup fields are represented by bigintlist. However, there is no add() or insert() function to programatically update the list. How am I supposed to modify the list? There is a intersect() function on list but not union(), which would allow me to merge two lists together. That's another useful function. Help please!
Zoho Creator emails not working well (50% hit rate)
Hi, I have a Creator app which send about 200 emails a day to various parties. For the last 5 days the emails have simply not been sent - about 50% of them. This may relate to a black listed server?? Do anyone else have similar problems??
Fully authorized user can't see certain reports!!!
Notice in the screenshot there are two users. lexshan8 (me) and andrew.raymond they both have the same access Role and Profile. I specifically shared the entire application (Settings->Share->Invite, selected the root component, all sections, all reports and all forms) to andrew.raymond How come he still can't access the Orders - BO report? It's not showing up on the navigation menu at all. In fact, none of the Order related reports are showing. However, he can create new Order form. Totally weird.
Call export to spreadsheet from a function
Is there a way to call the export to spreadsheet command, based on criteria, from a custom function? I have a form with a field called Print_Label that is either True or False, default being set to True. I need to export all records where Print_Label is True to a spreadsheet, then set the Print_Label field to False. The later is easy to do with a function, but I don't see a way to trigger the export to spreadsheet option, or to do so based on criteria.
zoho creator errors
zoho creator is poping up errors in the Line -1 can any one help me out as i dont know where is line number -1
Null Error
I wrote the following very simple code to add a form and it is giving me a null error. Does anyone know why? form Opportunity { Displayname = "opportunity" success message = "Data Added Successfully!" field alignment = left Column { name ( displayname = "Name" type = text width 200px ) address ( displayname = "address" type = text width 250px ) amountowd ( displayname = "amount owned" type = currency width 200px ) actions { on add {
Record summary fonts
HI I am trying to desing a record summary but I need it to use a especifc font. (Boton). I put it in the HTML code of the section but it export other fonts to PDF. Any way I can do that? Regards.
Android Creator App Error
We have our entire team using android tablets to access the Zoho Creator app. A few people have iOS devices as well. This morning, all Android devices are coming up with an error when the app is opened. It just says "An Error has occurred." I tried to restore a previous version of the app with no success. The same error occurred. It asked to report the issue and I have. I checked our account and can't seem to figure out why it is happening. It is happening on mobile and wifi connections sop it is
Can we bring data into creator from a Zoho CRM custome field or module?
We want to use a form for reporting on our English classes. We would like to pull the information from CRM. Is this possible? We curerently are using the contacts for our students and accounts for the customer but we want to create the classes with their details in a custom module and then have a pick list in Creator to pull the info over.
Display Decision Box in View not as True/False
Is there a way when using a Decision Box to show this in a different way then true/false in a View? I would prefer to show it as "Yes"/"No". any suggestions how to do that? thanks Henk
Error- Stateless form submit auto populate
Error details: Error in executing On Click script of the Submit button. Error. Error in executing Add Record task. insert into Bay_Booking [ BB_First_Name = input.BK1_First_Name BB_Last_Name = input.BK1_Last_Name BB_Customer_ID = input.BK1_Customer_Information BB_Models = input.BK1_Models BB_Make = input.BK1_Models BB_Date_Time = input.BK1_Time_In null = zoho.loginuser ] openUrl("#Form:Bay_Booking", "same window"); Have a stateless form that i am wanting to enter details
Import data via email
I have a public form where I have shared the form to various email addresses, still these addresses when submitting data via email received the error message: Denied to add Data. It was my understanding, then when a public form is shared to a given email address, it would be possible to send data to same form?
Button width cannot be set?
Hi Zoho, In my html I have a button. I am trying to set its width to be 150px. the following script is not working (all other attributives are working great - just the width is not working)... will appriciate assistence: <style> .ProjectButton { background-color: #748772; width:150px; font-size: 18px; padding: 15px 15px; vertical-align: middle; white-space: nowrap; border-radius: 10px; cursor: pointer;} </style> <a class='ProjectButton' href=<%=CurrentLink%> target="_blank" ><font color=#f0f0f0><%=CurrentName%></font></a>
Calculate First Sunday of the Month
Our TimeSheets run Sunday through Saturday. Certain compensation changes have an effective date of the first Sunday in the month following the approved changes. I'm struggling with calculating the first Sunday of the month following the change. What I'm working with right now which is not working: monthstart = toStartOfMonth(input.Date_Change_Requested); firstmonth = monthstart.addMonth(1); firstsunday = firstmonth.getDayOfWeek(0); input.Effective_Date_of_Change = firstsunday; Thank you! Jesse
Login Problem
When I try to login to Zoho Creator, it seems like it is stuck in a loop. If I go to other Zoho applications, I am logged in, but when I go to Creator, it keeps refreshing my screen without going into Creator. We have business data that is needed for daily operations. Please help!
creator aerospace background developers wanted
need skilled aviation background developer to create a marketplace for business jet transportation hub. like Uber of the skies. contact me if you are at the genius level with this package
Bi-directional explanation
I am a novice, so this is probably a basic question - what does a bi-directional relationship do? I have read the materials & asked zoho (who directed me back to the materials) but i still do not understand what it does.
Duplication records on demand
Hi Zoho, I have a form ("Mainform"), that takes data for different projects (project name is in "Project_Name" field). I have a second form ("Importform"), that allows me to "import data" from one project to another - meaning, on the ImportForm I have "Import_From" field and "Import_To" field - both state project names for the data to be fetched from / added to. On the ImportForm on add -> on success, I have a veryyy long list of updateing a record in Mainform, that fetch for every field its data
lookup field displaying ID instead of value
Hello all, I have searched the forums but I can't seem to apply it to my problem below. The input.First_Name is retrieved from a lookup field. I know it is in numerical ID form, but how can I edit it to retrieve the actual value? sendmail [ from:zoho.adminuserid to:"jli@asiajet.com" subject:"Crew Visa expiry alert (30 Days Notice)" message:input.First_Name + "'s " + input.Visa_Country + " visa will expire on " + input.Visa_Expiry_Date + "." content type:HTML ] Thanks!
Fill dropdown with google sheet
Hallo, is it possible to fill a dropdown field with data from a google sheet ? Thank you
cannot import 2 apps
I recieve an error when i try to import the apps that i created
Form image not show in views
Hi, On our Zoho Creator system we get candidates to upload a photo to their registration form. Originally I set it up so that on views, we could see the images. It worked with this formula: (("<img width='100' src='http://creator.zoho.com/DownloadFile.do?filepath=/" + My_Pic + "&sharedBy=" + zoho.adminuser) + "&fieldLinkName=My_Pic") + "'/>" For some reason along the way it stopped working. Please help me get the images showing on my views again. One example is the 'CURRENT CANDIDATES' view. We
How to REMOVE a RELATIONSHIP (values in a LOOKUP field) using a STATELESS FORM
I have a stateless form to add records to "Tasks" form and a separate stateless form to edit records in "Tasks" form I do not want to allow users to have edit access to the actual "Tasks" table, so all edits must be done via the stateless form. "Tasks" form has lookup field Contact_ID which links to "Contact" Form. IF a contact has been added into a record in "Tasks", i.e Tasks.Contact_ID has a link to Contacts.Contact_ID, how can I remove this relationship on edit, using a stateless form? None of
Update the value of a subform a modification in the form.
Hi I have a form with a subform inside. I want when data is changed in a subform, automatically change some values. input.Status is a value in a original Form Registro_Mercancia Is a Subform Status_pruebas is the value I need to be modified within the subform. if (input.Status != null) { if (input.Registro_Mercancia.Status_pruebas != null) { Status_pruebas = input.Status; } } Thanks!
Next Page