Record summary
hello, I have two templates of Record Summary, I'd like set as Active the default and I'd like create a Custom Action for generate the other. How can I do? Thanks
Automatically populate the zipcode , city name, country name based on the Address ?
basically i need when someone entering address they will get drop-down options of similar what they are typing and after filling the address other fields(Country , City , Zip-code) are automatically filled shown in below pic.
Embedded Reports in page
I have an embedded report in a page. However, I do not want all the information in the report to be included? For example, I am keeping data for 10 properties. However, On this particular page I only want the data from one particular property. Can I filter the others out? Thanks
Zoho Creator Crashes on iphone
Hi Zoho people, Zoho Creator app crashes on iphone. Please advice me to fix this. Selva
Our Forums is transitioning to a new platform - Zoho Community
Kindly refer the link below for more info on this. https://help.zoho.com/portal/community/topic/zoho-community-is-transitioning-to-a-new-platform
Readability enhancement for reports
Greetings Everyone, We are really glad to inform you all that, we are rolling out some updates which will really improve the readability of content in all types of our reports which will be updated mostly by the end of this week. The enhancements we've made mainly pertain to better font formatting, line spacing and some of the other UI elements. I'm attaching some screenshots which portrays this change, you can see how the old report looked and how the new changed one will look like. Please note
Show only date in report date / time field
So we want to have a report that only shows the date portion of a date / time field instead of the hours minutes and seconds. Also can you get rid of the seconds field when adding the date/time, we don't want to have to set them seconds or minutes really, we want to have to only set the hours and not have to worry about the minutes and seconds. even if you could make it so that the minutes and seconds were there but preset to 00:00 leaving you to just set the hour. thanks I hope my question is clear.
Please specify a valid date value in application date format
im tryng tocreate a rule that triggers action after 3 days, i dont know how to give instrution to the program to complete the rule because shows "" i dont know the way complete the action , i just put 3 bettween "" , it didnt work
Is there a way to add custom fields to the user objecty/form?
Is there a way to add custom fields to the user objecty/form? If not what is the best way to extend the table?
Schedule navigation bug
Hi Zoho, When navigating between the schedules in my app, there's a huge lag until the "what to do" tab is opened. Many times it doesn't even open on the right schedule (!!) and instead is opened for the previously viewed schedule. This is very confusing, sometimes I start to make changes in the wrong one. Please take a look and fix this Thanks Ravid
How to AND Search in Multi select / Checkbox fields?
I already this doumentation https://www.zoho.com/creator/help/script/search-records.html#newsearch but i can not do it in my application.
Problem in updating Zoho Creator form from a browser
Hi, After publishing my form, when I try to update the form from a browser, I get the following error message. You can submit this form only from the Zoho Creator mobile app. For more details visit this page. Please advice me to fix this one. Selva
DOMAIN CHANGE
please I need to beg this admin of the site that the domain am using is expired and I want to change to temporary one but the site did not accept it, please help me out
How to build business form and other documents in your own format quickly
Hi guys, Let me share a tip to develop original business form and document such as invoice or receipt in Zoho creator. Problem: When you have to write a template of invoice with HTML in Zoho creator / Deluge script, what you would do is to write a function to return HTML strings so that the invoice would be generated dynamically with client name, product and whatever. Here is an example of codes from generateInvoice function of Order Management app provided by Zoho officially. This function will
Where To Insert Deluge Code
Hello... I am brand new to Zoho and I've been handed a project. I am the sole IT Director and IT person at my company so I'm expected to take on any and all IT related projects. They had someone with coding experience in our building engineering department start on a project but they recommended ZoHo and they turned over his work in progress to me. So beyond learning ZoHo and Deluge, I also have to figure out where he left off and where to go from here. He started a project in ZoHo Creator where
Hidden field keeps adding value
I have created a form that builds an Estimate for Books. I have a field hidden depending on a previous field selection, the problem is the SKU for the hidden field keeps getting listed along with the SKU of the shown field. Can anyone help with a solution to this? Here is the code for the 2 fields, only one of those fields is shown on the form at any one time.... if(input.Container_Pref6 != "None") { sku = "6MB"; } else { sku = "6MT"; } getitemsd = zoho.invoice.getRecords("Items",orgid,"Status.All",sku);
Edit next record
It would be useful to add a button that allows to edit next filtered records after submit. Now if I edit a record and submit, I must scroll to find the next record that I want to edit. Thanks
Job Position
We are looking for a Zoho Developer with 2 years of hands-on experience building applications on Zoho Creator. This position is based in Atlanta, Georgia. See additional details below: JOB DESCRIPTION: Georgia Building Authority is seeking to hire on a temporary contract basis a ZOHO knowledge developer who shall be skilled in Application Programming, T-SQL Querying, and API Referencing. MINIMUM QUALIFICATIONS: - Two years hands-on experience designing, developing, and integrating applications with
How new ADD Note will Shows on Top in Report ??
Hie , Created a Subform (Add Note) with existing two Fields :- 1. Date Field (Date) 2. Multiline Field (Note) and created one Custom Action (Add Note) which is button , whenever we click the button the Subform (Add Note) Fields Popup on Screen . When i add new note on Add Note it shows below the previous Add Note in reports , wanna show New Add Note on top always .
Pivot Table - Filter DOB field by Month not Year
Form "Employee" includes a DOB field, and a "Manager" field. I need a pivot table to show, for each unique Manager, a list of all their employees with birthdays in each month. I want to apply a User Filter for This Month, and Next Three Months. How do I get the DOB to filter by the month only, and not the year??
Populate picklist with Zoho Books contacts visualization names
Hi everyone, I need to populate a picklist with all contacts visualization names available in Zoho Books. I think that this will be possible by this integration: zoho.books.getRecords("Contacts", myOrg). I get a map with all contact information. Is there a way to fetch only the names of my customers and add them to my picklist? Thanks
How can I control the display permission of report with Deluge Script, Zoho Creator
Hi, When displaying a Report with Zoho Creator, I want to use Deluge Script to control the report's visibility by the department of the user who is logged in: display permission user's IP Address restriction dynamic filter criteria setting to the report On Form, I understand we can run Deluge on OnLoad. If there is no OnLoad functionality to Report, please let me know the workaround to achieve the above requirement. Thanks, Junya rashiku corp.
Display picture in header of report
Hello, Is there a way to add a picture in the header of a report? If its possible also to change the picture depending on the zoho.loginuser? Thanks
Dynamically updating subform content within a parentform
I have a very simple CMR form where users can chose from a pull down list of users on the parent form. The idea is to have the embedded childform (containing 4 to 5 fields) dynamically update after a selection was made on the parent form. I am unable to find a code snippet or a clear example on how to do this.I'm a little confused as to why when a subform is added it does not prompt you for a parent or a one-to-many-relational key to the parent form. In any event here is what I'm trying to associate
I want to add data from Zoho creator to reports
While submitting a form in Zoho creator I want my data to add to my Zoho reports database. I write a code in "on success" CreatingMap = map(); CreatingMap.put("Name", input.Name); CreatingMap.put("Address", input.Address); CreatingMap.put("Email id", input.Email_id); CreatingMap.put("Mobile Number", input.Mobile_Number); MapResponse = zoho.reports.createRow("My Database", "ContactsDB", CreatingMap); But it shows me an error message while I submit the data in Zoho Creator. This is my Zoho reports
Multiple person logged in with the same user on custom portal
I have a app with the customer portal. Is there a problem with many person logging to the portal using the same user and password? I have tried it and it seems to be working. thanks
Error exporting record summary to PDF
Is anyone else experiencing errors when exporting a custom record summry to PDF? I have this problem only in some entries, the PDF file downloaded in 0kb. Anyone that knows if it´s a problem with my script or with the platform? Thanks
New report based on two other reports (Creation a view from two tables)
How can the following "view"/new report be generated? I have two forms, with the following data: Form/Report 1 (Imported from external source 1) A B C D E Form/Report 2 (Imported from external source 2) C D D F I want to make a new Report 3 which containes data which is in both Report 1 and 2, so in this case it should be: C D I want to make a new Report 4 which containes data which is only in Report 1, which in this case should be: A B E I want to make a new Report 5 which containes data which is
sign up error
I can't sign up as I want to created hosting email address. My domain is tumblrwp20170608.wordpress.com. I am getting error occurred
make 2 CRM lookup fields dependent from each other in Zoho creator
Dear Zoho Community, I’m creating a form in ZOHO creator which hold 2 CRM fields. 1. customer name 2. contact name I’m looking for a way to make the contact name dependent from the customer name. When we select customer A, that the contact dropdown only holds the contacts linked to this customer. Is this possible? Kind regards, Noël
Move data from one form to another
Hello. I have 10 different forms with 5 same fields (Name, Data, Number of.., etc) And i want to merge all this data to one view. So how i can add data from 10 different forms after submitting them to another form. Or how i can merge 10 different forms to one view. Best Regards, George.
To send a filtered Excel Report by mail
Hi everyone, In order to mantain a clean Database and an optimal number of records, I would like to do a procedure when an action is executed (for example when an employee leaves the company). The procedure that I'm thinking is as following: 1. To send an email with an Excel Report attached containing the employee associated records from different forms (for example vacations, expenses, etc) 2. To delete the employee associated records Which one is the best way to do that? Thank you, David
Need developer to improve application
I need help of developer to add a few functions to the application. The scope of work will be the following. 1) To send automatic email to the client with attachment once order is booked and change the status of the product 2) To be able to generate monthly charts based on status. 3) To develop a simple dashboard. 4) Few generate a few other charts automatically every month My Budget is Rs 25,000/- If anyone is interested he can mail me on the following. rachit_a@hotmail.com
Push Notifications - email not working
Hello, I have placed and "Automation" within the form settings. The rule added is if status is changed from "pending" to "accepted" then send email to xxx@gmail.com and xxx@domain.com The email is being sent to the gmail, but not the domain. Not sure why a user can sign up with xxx@domain, but not receive notifications. Any help would be great. Thanks
Is there any way to update Wordpress website through Creator
Dear All, I would like your thoughts regarding my scenario. First of all I would like to ask you if there is any integration between Zoho and Wordpress. Let's say that in a form I have a rich text. I would like when I add some text there (and by clicking submit) then to update a post or page in our Wordpress website. Is it possible something like that? In general if there is any way to update something (post, page in Wordpress) through Creator form.
Pls, add custom action buttons in record-summary View (wich are specified for this view)
Pls, add "Custom action buttons" in record-summary View (which are specified for this View)
Select an image in a stateless form
Hello experts! Could you give me a help with this? I have a form with products. Each product have an image uploaded and fields with characteristics. I would like to make a stateless form where images of products are dynamically shown, according to the characteristics selected by the clients. The images have to be able to be choosen by the client. The question is: Which is the way to show images able to be selected?, and how is the hyperlink structure to call images? Thanks in advance. José.
Google Map dynamic selection
Hi, I have a report with a list of gps coordinates. I want to display on a map those points when I select them. It has to be dynamic. I know Zoho is working on something for many years and was supposed to release something in 2017 fall.
Map Tutorial Intermediate
This is a follow up post to map tutorial (Beginners) Hello ZC fans, I in the last post I discussed some of the basics about the map() function/feature. The last thing I discussed in the post was how to pull in map values from a map function (in functions tab) to a local script (form, view). But what if you wanted to do the opposite? What if you wanted to transfer a map from a form or view to a function. Pass a local map variable from form or view to a function First let's make our map myMap = map();
email notification
hi, as you can see on this form (inkedCAttura2_LI.jpg) there is a user and an email field (that automatically is set on user email you can see on user field) now, i made a email notification (as you can see on "cattura.PNG" and "cattura1.PNG") but email are not sent. why?
Next Page