Need a Zoho integration consultant in Los Angeles.
Anybody know of anyone? There are many on UpWork.com but I would prefer connecting through an introduction. Thanks! David
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 !
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
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
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
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?
[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
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?
[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?
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.
Archiving records
Hi all, Here is the business logic i want to achieve: when an Order Status== Archive, I want to prevent everyone from modifying any field in the record unless the user is a certain Role or Profile. I know i can write the code in OnEdit and OnAdd to disable each and every field. But this becomes a maintenance burden in the long run because I need to remember to update them when I add a new field. I have Enterprise edition, so Role and Profiel are available to me. Is it possible to achieve what I
Sharing needed for submit by email
When submitting by email what sharing is needed? Does the form need to be shared to the email address submitting the data. Is there a public option allowing any sender to submit data? Does the associated report also need to be shared? Can it be shared with a Customer Portal account? Is the sharing done by Application Settings->Share or are there other settings needed?
Lookup filter not refreshing on submit
Hi As part of my training management software I've created, I use a form to complete Active courses. The form contains a lookup for all courses that have 'Active = true'. The form works fine until I click submit and the course is then set to 'Active = false'. The form clears/resets but when I select the lookup, it still contains the record that I've just completed. If I refresh the page, the lookup then works properly and this record no longer appears. Is this a flaw with the system or am I doing
zoho creator sync to on premise sql server
I am sure the answer is in here somewhere.... I just turned on zoho for the first time, as we are looking for a tool to display some subsets of data from our ERP system (sql back end, on premise). Is there a tool in Zoho to allow sync'ing to on premise databases? I am the finance guy, not the programming guy so something wizard based is more beneficial for me. Thank you Ken
Summary View Help
Hello again, I'm looking for some help creating a summary view. I know how to do it, I just can't get my head around the table and how to display the data that I require. My ultimate aim is to have a list of employees and when I click on one, it shows a summary of all training sessions that that person has attended. I have two tables: Employee & Training Course When a training course is 'booked' it chooses an employee from a lookup in the form. The tables are therefore linked. When i create a
Simple Function for Custom Action request
I'm trying to improve the workflow for my company by limiting clicks to update records. I'd like to have a simple Custom Action button that updates one of the fields of the specific records. The goal is that when in the report view to click a custom action button labeled "closed" to change the "status" field from "open" or "scheduled" to "closed" inside of that record. I'm sure I'm missing something silly, but I appreciate any help.
Filter a lookup in a subform with a field in the main form
Hello, i have a Main Form with a Text field. Under i have a subform with a lookup on another form. How can i create a filter on the lookup with MyLookup.MysubField CONTAINS Mainform.TextField ? is it possible ? thanks you
How to show only hours and minutes of a date-time field in an alert box
Hello, I have a form with a date-time field. When I click the 'Preview Mode' (see the image), an alert box loads a preview mode of a submit view As you can see when I have in the time field the format 'hh:mm:ss' it works fine But when I change it to "hh:mm" then it shows me "00:00:00" Image 2 The deluge which I am using in order to load this value is input.Date_Time.toTime() Is there any way to solve this issue?
Trying to "Open in new tab" the "Edit this application" button gets to error
Hi Zoho, After the last update, when I right- click on the "Edit this application" icon on page, and choose "Open in new tab", the new tab open to "about:blank" instead of the Zoho Creator system... Thanks! Ravid
Form validation for a lookup field
I'm trying to write deluge validation to check a multi-select lookup field for selections made by the user before the record is added or edited. I've wrote scripts for the On Add and On Edit form actions of the Submit button, but I'm not having success and get an error mentioning the mismatch in my expression (field type is BIGINTLIST on left, but String on right). I guess I'm using the incorrect operator ==. I also tried doing a count of the list, but wasn't successful there either. The number of
sub table
Can this be achieved with Zoho Creator? One table inside another, each one are different parameters.
Users relationship between Creator and AppCreator
I have an application I'm building for a client, there is a back-office administration web application built in Creator and then a mobile app built in AppCreator where field agents collect & view data stored in Creator. I want to store the user who added the record in Creator but the field agents won't have access to the backoffice application. Both Creator and AppCreator have the option to invite users but do I have to invite from both? I'm concerned about the logisitics of having to invite users
How can I set report criteria for each login user?
Hi, We have multiple contractors and we want to show report data related for them only and don't want them to see other contractors rows. Some contractors have multiple users so we can't use criteria something like [userid == zoho.loginuserid]. I need to fetch company name from user table. Getting company info from userid is easy with a function like get_companyid(zoho.loginuserid). But I got error when I try to use function in report criteria like [company_id = get_companyid(zoho.loginuserid)]
Dashboard: code reuse doesn't work?
I tried to reuse the HTML code of the "Sales Management" application in my own application. I'm particularly interested in the style that you use to create the little tiles in the dashboard, e.g. "My This Months' Sales". Can you help?
Paypal Transaction Cancelled
I have observed if you cancel a paypal transaction, form data still appears in my view. How do you verify if a paypal transaction is canceled? I tried to use input.ZC_Payment.payment_id = null in form validation, but that does not work. Cheers, John Whitney
Next Page