Creator Offline Form from Record
Hello, We have a list of records that need to be viewed offline. When a mobile user opens the detail view of a record we'd like for them to click a link or button to open a form. For instance. A list of work tickets. The user opens a work ticket offline
SEARCH BOTTON MENTION IN SALES BY SALES PERSON COLOUM
DEAR SIR/MADAM, THIS IS MY REQUEST TO YOU PLEASE GIVE SEARCH OPTION TO SALES BY SALES PERSON COLOUM.
Creating pdf template with pivot table
Hi, I have a form which is a list of customers with delivery dates, more than one date for the same customer name. There is no subform, so I need to do a report with pivot table to make a list of customer with same date of delivery. I would like to create
CORS in Zoho Creator Custom API
I have a Custom POST API in Zoho Creator with the authentication type using Public Key. My team tried to use this API in client service and apparently there's an error with code 2945, UNAUTHORIZED_CORS_REQUEST
Cannot Edit Zoho Creator Apps
Hi. I have been unable to edit my creator apps. When I click “Edit Application” it goes into a loop.
Page variable do not show decimals
I have a variable in a page for a currency amount. The original data is from a form in currency with 2 decimals, and the page variable is indeed a decimal type. But the decimals do not show in the page. The script is : input.FactureDecimal = Administration[Courriel_client
Generate Revision Number in Format 1.0.3
Hi all, I am trying to implement an automatic version number for our management system, so when we make a change, it will go from 1.0.3 -> 1.0.4 and so forth. Can anyone help me with this, please? Many thanks Nick
Automatic import from ini file
Hi, kind a tricky question today. Our client send as record via email stored in a text file (.ini). As per today, we open that file, copy and paste in a ocr field and then processed with a workflow to store info in zoho creator fields. Is there a more
Post to Cliq only working for me (Top lvel admin)
Hi, We have started sending messages to Cliq to help us monitor things; however, the Cliq messages are only generated when I submit the record as the account holder. If another member of staff does, no messages are sent to Cliq. Am I missing something?
Report access on portal for page only, not sub-menu
Is it possible to give access on the portal to a report on a page only (dashboard) and not in the sub menus ? Having the sub-menu is redundent and useless for me, and it might confuse my customers. I triied many things on the portal permission setup,
OpenURL working Intermittently
Never had this issue before, everything was working fine up to a few days ago. We have a buttons on reports to open forms with pre-filled fields. Now, there are instances where it will throw and error and gives no feedback. What is really strange is not
[Free Webinar] Creator Tech Connect Series - Domains, controls, and security in Zoho Creator using 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
PDF template setup
Hello, I want to create a list of attendees from an event form that has all attendees listed with a date, not a subform under a perticular event. Each attendee may have more than one record on the same date. My question is should I take the time to create
Embedding a Zoho Learn portal into a Zoho Creator page
Does anyone know how to embed a Zoho Learn portal into a page in a Zoho Creator app please? My portal URL works fine when I just paste it into a new browser window. But when I put it into an HTML snippet in a page, it says it "refused to connect". The
Page Tabs in a Zoho Creator Page
HTML allows for page tabs, as described here in the W3 Schools. I'm trying to get this or something similar working in a Zoho Creator Page. Each tab would have its own dynamic content. Has anyone found a solution that works in Creator C5 ? Thank you!
Change User Portal Picture
Hi, Question: How can a portal user change the profile picture? (see Attachment) Use Case: Portal User can change his picture via a settings form Solution: Create a stateless form with a image field Create workflow When button trigger save image in portal user profile via deluge script Problem: There is no Miscellaneous in deluge for the portal user image How to solve this? Best Regards Marcus
Zoho Creator - Zoho Sign Integration
Hi, I'm creating an order form that allows clients to submit requests for new products or changes to their existing ones, modelled after the Sales Order module in the CRM. When a record is submitted I want to generate a PDF using the record template I've created and upload it to Zoho Sign to be sent for signing, all through Deluge. Zoho Sign isn't a problem, however I can't see in Deluge if it is possible to generate the PDF through a URL. The documentation here provides a URL but it seems to be
Query Regarding Conditional Display in Details View Based on Field
Dear Zoho Support Team, I would like to inquire if it is possible to design the details view in a report conditionally. Specifically, I want to display two types of details based on a field called "Job Source," which is a dropdown field. For example:
Determining user device
I need to be able to determine whether the user is accessing the form through a desktop or mobile browser. Is there a way to determine user client? If not, is there a way to read the url of a page using deluge scripting? I know that when a user access the form through a mobile browser, there is a "form-mobile " in the string. The reason I need this functionality is because Zoho Creator only allows the user to take a picture using their camera through mobile browsers, but I need to create the
Image display at the time of upload
I want that when I upload Image in Zoho creator it should display in notes section at the same time
Allow Admin Execution of Workflows on Restricted Fields
I often use fields updated by workflows and used by deluge functions that help with the functionality of the form, but shouldn't be viewable or editable by any user. I put these fields in an Admin Fields section and hide them on load of the form, but
Show response from previous question
I am making a form for employee clock in clock out. The form has only two questions - pick your name, and clock-in or clock-out. Once you pick your name in the first question, I want to be able to show that name when you answer whether you are clocking
Sendmail to list of records
Hi, I searched but didn't find anything... I want to send an automatic email to a list of people in a form, based on a date of delivery. Here is what I did : CourrielFerme = "info@fermerondine.com"; Demain = zoho.currentdate.addDay(2); PointLivraison
Page view with cell phone
Is there anyway to ajust the page view on cell phone, not using a Zoho Creato app but a cell phone browser ? Right now it only displays a standard pc view, that is hard to read. Sylvain
Deluge Editor Code Reformatting and Dark Mode Support in Zoho Creator
Hello Zoho Creator Support Team, I’m enjoying Zoho Creator but facing an issue with the Deluge editor—it's automatically reformatting my code (removing spaces, changing brace placement). Is there a way to turn this off? Also, is there any option to enable
Need to get minimum date, but on or after current date
Hi, In a page script, I want to display next up-coming date of a specific userid. I managed only to script the get minimum date, but I don't see how to add the "on or after the current date" part. Here is my script : input.ProchaineLivraison = Calendrier_maitre[Courriel_Abonne
[Free Webinar] Learning Table Series - Creator for the Nonprofit 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
Reservation System
Here is my basic code to start with. // Step 1: Capture user input for Check-In and Check-Out dates check_in_date = toDate(check_in,"MM-dd-yyyy"); check_out_date = toDate(check_in,"MM-dd-yyyy"); //info "Check in date " + check_in_date + " - Check out
Zoho App For Written Note Taking Template
I am trying to use some app within the Zoho sphere of apps to take my on site assessments with customers. Every app on Zoho I tried so far (Writer, Projects, Etc.) can not handle me using my Apple Pencil (It only wants text entry). Is there an app that
IT Asset Tracker using People
Hi, we are currently using Asset Tracker to hold our machine "laptop" information. Is there a way we can use the User contact information in People to associate them to a machine "laptop" Thanks
Find next upcomming date in report (calendar or list) with workflow
I have a web store in which I want to force the delivery date of the order to be the next upcomming date of another form (a form that states the available dates for deliveries). Any type of script like "getthenextdate" exist in Deluge ? Also, is it possible
User level log in data
We have given roles and access, but when i am logging in using login user id, i was not able to see the exact related data of myself, it is showing me all the details.
Styling a Multiselect Lookup in a Report
Has anyone ever successfully been able to style a multiselect lookup in a report? These types of fields aren't available in the styler...
Empty Values in Mandatory Field in Zoho Creator Report
Dear Zoho Support Team, We are facing an issue in our Zoho Creator application where a mandatory field in one of our forms is showing as empty in the report. Despite making the field mandatory and preventing duplicate entries, some records still have
Sandbox data
Another useful feature would be to migrate the data from production into Sandbox. Otherwise making up test data in the Sandbox is a very very tedious job to say the least.
Delay timer for submiting form
Hello, Another bizarre question : is it possible to have a workflow that gives a delay for submitting a form or else it send the user to another page ? The purpose is that I have a customer form folowed by a subsciption form (or an order form) and if
Accessing subform record related to another record.
I'm trying to access the record of a subform that is related to another record, is there any way to do so? I've tried by fetching the records of the subform with specific criteria, however the ways to search pull multiple records and not just a specific
Calculate 18 dates to fetch separately in another form
Hello, I have a form called "Subscription" that holds the following informations : Customer name (or ID, it is from a lookup) Delivery day (ex. tuesday, using single line string field) Number of deliveries (9 or 18) Start date (a given monday) As soon
Trying to show a hidden field in a subform but get "invalid task in subfrom action.
When trying to show a hidden field in a subform but get "invalid task in subfrom action" when trying to save the action. The script is below. I look forward to your help. if(input.Jobs.Job_Type = "Warranty") { show Jobs.Warranty_Parts_Cost; }
How Does One Control Form Field Visibility by Role?
I feel like this is should be obvious and I'm being a dummy for missing it... Basically, is it possible to get this type of visibility control for form fields for roles other than Everyone or Admin? My use case is that my form has a bunch of fields that
Next Page