Updating form row from function
Hi, I'm updating a row on user input, e.g. On User Input: row.Value = row.AnotherValue * 2; What I need is to pass this row to a function because I need to duplicate this same block multiple times on different events, but inside the function the row can't be updated Thanks
Create Yearly Report to count attendance
We have clients that are admitted to our program for a varying number of years. We maintain the date they joined the program and the date they left the program. We also track the state where they live. I need to create a report that shows the total annual attendance for any given span of time( 5 year, 10 year, etc.), and is sub totaled by State. Please any assistance to get started in the right direction is very much appreciated.
Same variable for "on user input" and "on success" (not as a field)?
Hi Zoho, Can I create a variable that will be used throughout the form script (a change on a field's "on user input" can be seen in "On edit -> on success"), without having this variable as a field on the form? (and not a global variable also) Thanks Ravid
Record Summary Format Error
Hi, I am using Zoho Creator to create Costing Reports for my friends Chemical Processing Plant. There, the batch of materials are processed using chemicals and there are consumption of various chemicals per unit of raw material, which is created in the fomr of a Recipe. This I have designed the Layout of the Recipe form the Record, using Record Summary function. This may run for even two pages. However, when I click "Save to PDF" Function, the Alignment of the Recipe is not Exactly like what is shown
Send an email to redirect to paypal payment.
Hello! I want to integrate Zoho to accept paypal payments. I would like to send an email that has data from a purchase order and in it, add a button with a hyperlink that redirects the payment of Paypal. Thanks!
Auto number with prefix and grouping
We're probably getting beyond Creator's capabilities but is it possible. We have a field in a table which first off pulls the "locations_room_ref;" from Locations table and concatenates a "/". if (input.devices_room != null) { roomid = Locations[ID = input.devices_room].locations_room_ref; input.device_ash_code = roomid + "/"; } We would LOVE to have the number sequentially increment after the "/" BUT the number to start from 01 for each locations_room_ref AND be unique - Note the same
"add record" to a form - and subforms!
Hi Zoho, Would appriciate help on this one: I have a form (Mainform) with two subforms (Subform1 ,Subform2). I need to use "add record" command to add a record to the main form - including data for the subforms (more than one row in the subforms...) How can I achieve this? Have tried to figure out the lookup solution discussed in this forum on earlier posts but did not succeed. Ravid
Field -> On User Input -> Add Record ::: not working?
Hi Zoho, I have a script running on user input in my form. It checks if the subform has a relevant record, if yes - the record is updated with the user input (working great), if not - it should add a record directly to the subform using bidirectional ID. but - the record is not added. Why? Thanks Ravid
Subform fields in two colums under each other?
Van I place the fields in a subforrm under each other instead of next to each other? In two colums like this? Name Age Street Gender Postal code Country
Form not submitting on some cases?
Hi Zoho, I have a specific form (Import Data for on my app) that when checking some specific options on checkbox field, it is not submitting properly- I get a message that data was submitted, but the "On Success" script on On Add -> On Success is not processed- details that are supposed to be updated are not updated, and openURL command is not processed either, I stay in the same windows with the form reloading again. This happen 'hen "Section" field is filled with "Loan" and Insurance_Sub_Sections
Trying to extract all the database from Zoho Creator
Hi ! I try to extract the entire database from Zoho Creator to reinject it into a Sql Database, but i can't find any way to do it in the documentation or on the forum.. Can someone help me to do it? Thank you and sorry for my poor english :)
How to enable/disabe field depending on a decision box.
Hi, I'd like to know how can I enable/disable form fields depending on if a decision box have or not been clicked, thanks!
Display HTML page of user data
I want to create a page that displays the information that a logged in user has entered using the Add_Student form. Each user will only have 1 record. Assuming that I need to use a parameter to pass the id of the logged in user, I created a parameter named user_id_param and set it equal to zoho.loginuserid. I also added a collection variable named s (s = Add_Student [User_ID == zoho.loginuserid];). How would I display the embedded Add_Student form already populated with the user's information on
Can't Restrict Records by Role
Previously I was able to set reports up so that a User could only view the Records of people with the same Role. That no longer appears to be the case, and support is saying that feature never existed...but it has been like that for the past 6 months.
[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
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
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
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.
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
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>
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
Fill dropdown with google sheet
Hallo, is it possible to fill a dropdown field with data from a google sheet ? Thank you
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
Next Page