Having a label when cursor goes over specific days on date field selection
Is it possible to see a label when the cursor goes over specific days on a date selection of a date field ? For example, if my cursor goes over the september, 17, 2024 (not clicking on it yet), I want a lable apearing "Tuesday - Montréal - 16 h 00 to
Limit to the # of Integration lookups used within a single Form?
Holding field focus
I have validation code in the On User Input section of a form field. If the user does not enter the correct information, I alert them with an alert statement. After that however, the field focus is lost completely. I want to be able to hold field focus on this field until the information is correctly entered. Is there a way to do that?
Zoho Creator: Sending Approval Notifications via Email
Hi Team, We set a form for Approvals. What we want to do is all pending approval requests (notifications) will be sent via email at 7PM every night. All approval requests go to the "Approvals". In the Approvals, we have "Pending" and "Completed". We have
Not displayed as PDF
Hello everyone, I have a problem, I have a connection from CRM to bring me the PDF file but in the template of my Creator app, it only shows me the name, I want a link or to bring me the file. is displayed as text How do I do it?
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
Import CSV and set Added Date
Hello, I was wondering if it was possible to set the Added Date when importing from a CSV/TSV. I had an "Added Date" column with a date, but it didn't get set. So I guess I have two questions: 1) Is it possible to set when importing via CSV/TSV? 2) Is it possible to set via the API? Kudos on Zoho Creator. It looks great. I'm really looking forward to subforms and future tweaks.
debug - where is "view log details"
On the page below, https://help.creator.zoho.com/Info.html it says you can debug a script by clicking "View log details", but where is this button/link?
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
Using URL field to create clever links to maps
First of all - thanks for a dandy little service! I'm trying to use the URL widget to dynamically look at another field (a text field called ADDRESS) upon successfully editing the record, I'd like the script to look at the address and create a properly formed URL to Google Maps. I believe I understand how to transform an address into the required strings for the URL (ie, substitute '+' for <SPACE> etc.). My problem is how to dynamically assign a URL to the URL field, and dynamically assign the address
Increase/decrease button for number/decimal field
Hi all, I think it is better to have the increase/decrease button on the side of the number field. I believe this would make the user input experience much much better. Eg: I prefer to tap 6 times to increase the field value to 6, which is much faster
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
Creator scheduled Deluge repeatedly failing - unable to replicate error manually
I have a scheduled workflow that runs every morning to bring in data from another system and check for updates. I'm seeing in the error logs that it fails : Error details: Error in executing SYSTEMNAME Update Error at line : 23, Invalid collection string
Zoho Creator Usage Details for 11 Sep 2024
Hello Support, I want to get the usage details for Zoho Creator for 11 Sep 2024.
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;
Fetch field information from one form to another.
Another fetch question... I have 2 forms, one is CUSTOMET form, the other is a SUBSCRIPTION form. I use an openurl script to open the SUBSCRIPTION form when the form CUSTOMER form is sumitted, fetching at the same time the customer name in the SUBSCRIPTION
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
Publishing an Application with a Student Account
Dear Zoho Creator Team, I hope this message finds you well. I would like to know if I can publish the application I built using my Zoho Creator account, which is currently a student account. If it is possible, could you please guide me on how to go about
Batch Workflow enhancement
Batch workflow is so pity can't support schedule by datetime field . It will be more useful..
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
Creator Simplified #1: Optimizing Data Retrieval for Large Datasets
Hey Creators, Welcome to the first post of Creator Simplified—a learning series designed to enhance your app development skills. In this post, we'll explore how using specific criteria can streamline and quicken the data retrieving process, especially
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
Problem with simple IF script with a variable
Hello, I reaaly don't understand what I do wrong, and it must best super stupid... With this simple script : doublon = Test_Client.count(); if (doublon > 0 ); openUrl(www.fermerondine.com, "same window"); I always get this error for line 2 : Incomplete
Publishing an Application with a Student Account
Dear Zoho Creator Team, I hope this message finds you well. I would like to know if I can publish the application I built using my Zoho Creator account, which is currently a student account. If it is possible, could you please guide me on how to go about
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.
Multi page form, trigger API call or function on page 2 load
I have a multi page form. On page one is basic info: Name, email, address, phone, etc. Page 2 would look like this: Checkbox - "By checking this box you agree that you may have to travel up to XX miles for your internship" Text Field, read only - XX miles
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
Next Page