How to add Single subform Row of Data based on each input of 1 field (Barcode scan)
Hello, I can't seem to get my head wrapped around getting a subform to populate data another form properly. I seemed to have coded something that technically populates, but it creates multiples of the same data, when I only need 1 row per entry of data
How to add data on behalf of the Customer in Creator Portal?
Hi all, I understand you add the "users" special field to a form and set it to "customer." When the user logs in and adds data, it's private to their login/email, etc. Correct me if I am wrong. We need to be able to add data on behalf of clients daily.
Need help creating workflow
I have 3 forms: Add_Property Add_Job Bulk_Scheduler When I submit the Bulk_Scheduler form, I want a workflow to loop through the Add_Property submissions and find any that match the parameters submitted with the Bulk_Scheduler inputs. For each record
Make a personal calendar a customer can manage himself through the portal
I have 2 forms : A customer form and a subsciption form that states how many weekly deliveries, the week they start and which day of the week they happen. I want to initiate at my convinience the creation of the calendars of my customers (for example
IOS Portal users - Filter reports not working once I add page script code
I've tried to use background color for one the pages. On portal windows(chrome) and android (app), The report filter is working fine, but on. iPhone no filtering applied if there is a page script (if I uncommon the code) the filter will b destroyed and
Limit records available in a lookup drop-down menu
I have a lookup from another form to present choises od delivery days in a drop down menu. I added a yes-no field in that form to limit the choices. For example. if the monday delivery is not available anymore, I as admin will check that yes/no box and
How to filter report with two level of filters and getting a count of values entered?
I have a form with the following fields Company name department survey question 1 - a radio field with 4 options; A,B,C,D How to fetch all records submitted in the above form based on company and department and get a count of how many records answered
Retrieve numbers from multi-fields & multi-lines lookups for calculation
Hello. I have a form with 2 lookup field that are multi-fields for ease of choice by the customer : First lookup (SUBSCRIPTION) looks like this : Montréal - Thuesdays - $600.00 (only one choice possible) Second lookup (OPTIONS) looks like this : Eggs
Upload Image into Wordpress Media via API
Hi, I tried to upload image from Zoho Creator into Wordpress Media folder via api. I have issues wih my code and I don't knw how to fix it. post_data = Map(); post_data.put("media_urls","IMAGE_URL"); header_data.put("Content-Type","image/jpeg"); header_data.put("Content-Disposition","attachment;
Zoho Creator Suddenly Stopped sending email notifications
Hi, I've been using Zoho Creator to create an app to input and generate Production Details form, in the workflow, I created several actions where upon successful form submission, an email will be sent to certain email address. This actions has been performing
HTML Snippet Subform population help
I have a subform in my form that allows me to select multiple comments from a comment library. When I try to call the comments in an HTML Snippet, it only populates the first comment. How do I get the it to populate all comments for that specific record?
[Free Webinar] Creator Tech Connect Series - Managing Users and Apps in Zoho Creator with Zoho Directory
Hello Everyone! We welcome you all to the upcoming free webinar on the Creator Tech Connect Series. The Creator Tech Connect series is a free monthly webinar that runs for around 45 minutes. It comprises technical sessions in which we delve deep into
Public URL for Writer Merge
I'm trying to do a merge with images, but am getting stuck on the public url needed. I created this workflow to get an image field (public_url) I can use outside of Zoho (in a Writer merge template). It work's in Zoho Creator also, but not on the merge
Concurrent edit
Hi, unfortunately in my company is common multiple user open concurrently a record in edit mode. (yes, i'm working to change the entire logic of application to pass from edit the entire record to single operation outside editing the whole record). This
View or Export Subfields of Address field
Hi, I hope this is straight forward, but haven't been able to quickly find an answer. I need to export the (new) Name and Address fields as their corresponding subfields. So Prefix, First Name, Last Name, Address line 1, Address Line 2 etc in separate fields. This is required for the Mail merge software my client is using. I can tell each subfield is stored separately, because you can search in them or choose which ones to display. And in a report you can choose which subfield(s) to show, but only
Pass a Dynamic value in ZOHO Creator Page Embedded section
Hi Everyone, I am creating a page in ZOHO Creator which will open the edit page of a record. I have published the report for which records I need to be able to edit. The problem is that I can't pass a dynamic value in the Embed URL, When I pass the Static
Deluge script is not retrieving value from Multi-Select Lookup CRM field using searchRecords
I am using searchRecords to pull some records from a custom module in CRM in a Creator page: resellers = zoho.crm.searchRecords("Resellers","(Active:equals:" + true + ")",element,200,r_SearchParam); for each reseller in resellers { resellerListID = reseller.get("id");
Sorting Distinct Values by Date_of_Invoice
Hey I have a table that I want to display, and right now it's sorting by the name of the trust or company so the data isn't in the correct order. I need the data to display by the invoice date, but I can't figure out for the life of me how to get it to display in the correct order. The code so far is as follows: TrustDistinct = Finances[Display_Name == searchParam && Line_Item.containsIgnoreCase("Trust")].distinct(Line_Item); for each Expense in TrustDistinct { // Add all of same trust together
Mapbox map embed in Zoho webpage
The mapbox map is not showing in Zoho webpage. the code was running fine other webpage.
Help with prefill of second form
Hello, I tried to follow this article because it is exacly what I want to accomplish : https://help.zoho.com/portal/en/kb/creator/zoho-creator-academy/forms/articles/prefill-form-content-based-on-another-form#Requirement But it doesn't work for me ! I
Zoho book integration with zoho creator
I need to integrate zoho book with zoho creator and fetch data from zoho book to zoho creator and create forms in zoho creator.
List reports: Dynamic tooltip text
My application tracks orders in various stages of fulfillment. I use decision box fields to identify when a particular stage has been completed and an associated date-time field that contains when the stage was completed. In my list report I display
I want to change this scrip to delugue
Hi. I want to change the following scrip to delugue The code does this: I have an application where entry and exit times are recorded. I want to calculate which hours are daytime and which are nighttime, with nighttime hours being from 9 PM to 6 AM. For
Data type of the argument of the function '837' did not match the required data type of '[BIGINT]'
Hello, am testing the below code in Zoho desk Sandbox and it's giving me the error "Data type of the argument of the function '837' did not match the required data type of '[BIGINT]'" Anyone can help? // Get the Registration Number from the child ticket
Update payment amount automatically based on a user input of a field
I'm currently working on setting up a Zoho Form for a spanish learning academy to manage client enrollment for in-person and online classes. Specifically, I'm configuring the form for our Children Programs: Tutoring classes. Since our pricing isn't always
How to replace special characters with an escape character and the same special character. (How to use zoho.crm.searchRecords with special characters)
I couldn't find any documentation or posts about this issue, so I am posting my solution in case anyone else is looking for it. I had this problem because I was not able to use zoho.crm.searchRecords function with values that had special characters in
[Free Webinar] Learning Table Series - Creator for the Healthcare Industry
Hello Everyone! The Learning Table Series is a free monthly webinar that runs for around 45 minutes. It's offered to our Community users and aims to provide a dynamic learning experience by demonstrating how Creator can be used as a solution for various
REST API in ZC Widget
Hi All, How can i run REST API in Widget. I have tried executing but an error is occurring. I have attached screenshot of error too. Here's the code: <html> <meta http-equiv="Content-Security-Policy" content="default-src * self blob: data: gap:; style-src
Cannot change organisation information even if I'm a super admin
Hi, I'd like to add a company logo but, even if I'm the super admin and owner, all info seems read only. Am I missing something? Thx
New to Zoho Creator needs some helps how to link forms
Hi. I have created an app that allows me to add things to do for example, Home > Garden > Cut lawn. I would like to improve it. I would like to add different locations e.g. Dads House and then more options like front garden, rear garden, shed etc. At
Automatically calculating pricing
Hello Zoho Community, I am trying to automate the process of updating a currency field with a product's price based on selections made in three different lookup fields in Zoho Creator. However, the workflow doesn’t seem to be working as expected, and
Unable to access data in deluge from a integrated form
I have created an integrated form in a Creator App to pull from the Employees table of ZOHO People. Now I want to read this data in another workflow which runs on the click of a custom button. Here is the code: allEmployees = Elephant_Employees[employeestatus
ZML Button behaviour in HTML page
I'm using a button in a html page to open a form and pre-populate it with data. I can get it to work except for when using a specific field - and I can see no reason why. I'm building a Forum with posts and comments. I have a html page that is constructed
Setting a Page Tile for a HTML page - Displayed in Title Bar of a TAB
Hi all I have a requirement to set a custom Text Content as the Title in a HTML page.Have tried using the <head> Tag inside HTML but its not working Kindly suggest some turnaround method Thanks
Chat function Zoho Creator
Hi, To provide some context, I’m looking to build a dashboard in Zoho Creator where customers can place orders and track the status of each one. Is it possible to include a chat function in Zoho Creator that allows customers to ask questions about specific
Sending data to the subform within Zoho Creator
Hi, I would like to forward information from CRM to Zoho Creator. Specifically, I want to transfer data from the 'Sales Orders' module to a subform within the forms in Zoho Creator. Is this possible? Currently, I only see the option to forward information
Add Slider Field for Zoho Creator Forms
Dear Zoho Creator Team, I'm writing to request a new field type for Zoho Creator forms: a Slider field. This functionality currently exists in Zoho Forms, and its integration into Zoho Creator would provide significant benefits for data collection and
Extracting data from subform in Zoho Creator
Hi, I have created a form in Zoho Creator where customers can place an order and also add designs that need to be printed on the item. However, I am currently unable to retrieve data from a subform. Is there a way to achieve this? I would like to send
Page break Zoho Creator
Hi, I’m wondering if it’s currently possible to divide forms created in Creator into multiple pages, similar to the feature available in Zoho Forms.
Pass multi-select field values from stateless form to Page variable which feeds criteria for a gauge on the same Page
I have a stateless form w/ a multi-select checkbox and a Gauge side-by-side in a Creator Page. I've set up my page variable as the criteria for my gauge (selected records->field contains pageVariable). But I can't figure out how to assign the input values
Next Page