reload the parent page
Hi, I am trying to reload the parent page with On Add -- On Success Action.I was trying to with below code that closes the popup window but not reload the parent page. Could anyone please help me ? openUrl("http://creator.zoho.com" + zoho.appuri + "#Script:page.close", "same window"); openUrl("http://creator.zoho.com" + zoho.appuri + "#Script:page.parent.refresh ", "same window"); Below is the screenshot: Thanks Arfater
Cannot Publish Application Due to a Problem
Hi guys, Just stumbled upon a confusing error when trying to publish an update for our existing application. We stumbled upon this error: "An error occurred while fetching the Form Field Order that belongs to the 'Biaya Promosi' subform of the 'Laporan
Multiple user viewing permission
Hello! I'm building and app for users that will connect with the customer portal. Many companies with many users will use this app. For obvious privacy purposes, I need to have a filter for the users of the same company to see only their records. For example, company "A" has 3 users, U1, U2, U3. U1 must see and edit U2 and U3 record...an so on. Is there a way to do that with Deluge? As a admin, I will manage the users in each company in a form. Thank you very much
Autopopulating lookup fields from multiple forms
Hi all, Been struggling with this issue for a bit and I feel like it is pretty simple, but I am just missing something obvious in the workflow script so any help for a beginner would be greatly appreciated. My goal is to have different forms auto populate
Zoho Creator to CRM Subform issue
I'm trying to move entries from creator to CRM. In this case, the entries create a new account on CRM and transfer the information in the subform as well. Deluge is saying that there is an error in line 5. The sub form in creator is called SubForm and the one in Accounts is called Products Requested. Please help me out with this accountInfo=Map(); accountInfo.put("Account_Name",input.Name); accountInfo.put("Account_Site", input.Class); productsList=List:Map(); for each Product in input.SubForm
Default report filter
It's something that gets asked for regularly, the ability to set a default filter for a report that can then be cleared by the user once the report loads. Or alternatively an ability to set a custom filter as the default report when opened. Please add
No data/body passed to REST server for DELETE by InvokeURL
Hello Zoho, It seems no data or body of HTTP request is passed to REST server when request type DELETE is used for InvokeURL function. I tried to send DELETE using cURL command and from Python, it worked without problem. The problem occurs only with Deluge's
Focus Field
How do you do to open in a form enter the first field to fill? The perfector would be to be able to focus on the field that we would like. Thank you.
setting field focus explicitly
Hi, Is there a way to explicitly set the focus to a specific field upon loading a page, or when doing form validation ? Thanks, Zainul.
Collecting responses to better understand the request behind setting field focus
Hello App Creators! Thank you so much for your patience! We are continually working on your most-requested features and are happy to announce that we should indeed be able to release "field focus" as part of the 2023 Release Projection 2. We hope this
Set default focus field in published page
I am working on a queue application for my organization. We have a touch screen kiosk in our lobby to allow for customers to check-in to the queue. Since the customers will often be checking in with a barcode, I would like to find a way to make the top
deluge scripting
Hello, I am trying to update a customer's details in billing from creator using deluge and i wanted to inquire if there's a way to update the customer's details by using the customer's email or phone number used in billing or creator instead of using
Can't change the width for the Notes field
Hi there, We have a long description at the top and it's going full-width, which is causing a large area of white space on the right side of the form. Is there an easy way to change the width of the Notes field within Zoho Creator forms? I was able to change the labels to be 300px, however, that isn't applying to the Notes field. I tried adding a table width, however, it seems to be getting stripped out. Thanks!
Zoho Creator Upcoming Updates - February 2024
Hello All! Building on the momentum of the previous year, where we introduced a range of significant features, we're excited to kick-off 2024 with another set of important updates: System integrations Client actions in Kanban, Timeline, and Calendar reports
Before field - Schedules
Hi all, Can you guys help me understand this option, and why this accepts only the Single Line field for reference? I have not found any document talking about this.
Seeking to Hire Zoho Creator Developer
Hello Zoho Creator Community, I am the VP of Operations of a service company with field engineers who work on utility-scale Renewable Energy power plants across the US. We are seeking to hire a Zoho creator developer to help us migrate to our own native mobile application built on Zoho Creator. We currently use Google forms to capture data from the front line (service reports, timecards, mileage reports, and expense reports). With each form submission, it adds the data to specific google sheets,
Getting Error when Making API Call in Zoho Creator to FreightCom API
I want to make an API connection between my Zoho Creator app and the FreightCom API. Here is the code for my function: ``` string FreightComTest() { endpointUrl = "https://customer-external-api.ssd-test.freightcom.com"; apiKey = "This is my API KEY. I
Need Help with Creating a Sales Order Form on Creator
I asked ChatGPT to write me some code for a sales order form that pulls data from Zoho Books and Zoho CRM. Essentially, I want to be able to check for duplicates using the email address, and also pull the auto-generated sales order number from Books.
Barcode input - Field Action On User Input doesn't work
Dear Sir, While using barcode input, Submit form after capturing works but Field Action On User Input doesn't work in my app. But, if I do not select the Submit form after capturing feature, it works fine through manual submission after capturing data via mobile barcode scanner. I have tried creating forms both in Creator and Appcreator directly but it doesn't work. Pls help. Thanks. Kashif
How to Give App Access to All Zoho Users
Hello, Sorry for the silly question, but I am preparing to launch a Creator App for the first time, and I do not have the means to test it with someone else. I want to give access to all our Zoho users for one of my Creator app. When I click Creator Settings
Decimal Field error: rounding off decimal places
A decimal field set to show 2 decimal places is instead rounding to the ones place (rounding off the decimals). The images below show that in spite of entering 27.64 in the Non-Taxable Reimbursement field, that field in the report is shown as 28.00. The correct 27.64 is added to the 804.25, though, in order to get 831.89.
Making a Copy of a Stateless Form
There should be a simple way to make a copy of a stateless form. The use case is to try-out some new code without disrupting any users currently on the app, for example. As of now, you have to go into the "form definition with action" and select all the code and paste it into a new empty stateless form. Even this does not fully work because you get an error Error modifying the page [Form_Button_WFlow] Column 'BUTTON_ID' cannot be null that only goes away by removing all the submit button code! Cheers,
how to update subform record on successful submission
I have 2 form 1st is Purchase Order form which subform is Order_list that containd Material_Code, Order_Qty, Received Qty, Balance_To_Receive_Qty 2nd is Receive form which subform is Receive_List that contained Material_Code, Balance_To_Receive_Qty, Receive_Qty
Remove Special Characters
Hi folks, I know that Number field type, does not allow the data to get submitted if there are any special characters eg:- entering 1-1-1- in a Number field type & submitting the form, will show as error / invalid entries. I have seen removealpha(), remove aphanumeric() in string funtions. But i was not able to locate any function that allows to remove special character tried giving alert = input.number1.abs() , but alert just did not pop up. Wonder why? Infact, i would like to use removeallspecialcharacters()
Image resizing/scaling maintains aspect ratio
Currently in the column properties of Reports, the image widget allows the user to specify either "Actual size" or a fixed W x H in pixels. However, using the latter forces any sized image, regardless of aspect ratio, into that exact size, deforming the image. Can this be made "smarter" so that it maintains the aspect ratio of the image, up to the maximum as specified? I.e. if I have an image of 800 x 600 and I have specified my pixels as 400 x 200, then the resulting image will be 267 x 200. Hope
Automated vlookup price field getting information from a different form
Good afternoon, Is it possible to obtain automated values in a price field getting information from a different form? Thank you very much!
How to trigger workflow on-(Twilio API)submit?
Hello, I have a workflow that fails to trigger when an incoming twilio text message is posted in Creator using Twilio API. The workflow was created in Creator using a form trigger, "on-submit". Does the workflow need to be built inside the Twilio package
How to scale report margins to match browser window margins in C6
How can i get rid of dead space in creator reports to minimize use of horizontal scrolling?
Updating a record in zoho books
i am trying to update fields in zoho billing upon edit of a record form in zoho creator but it does not seem to work. Can someone please help.
Deselect (empty) a lookup field
in On Edit / On Success of Form A I can manipulate a field (lookup/single-select) in Form B like this: rec = formB [ID == 12345]; rec.lookupfield = "option 1" ... as long as 'option 1' is a valid selection in this field. But how do I empty the field (it is not a required field)? These 3 do not work: rec.lookupfield = null; rec.lookupfield = ""; rec.lookupfield = "-Select-"; Any suggestions?
creating Variants for a product
I am trying to create teh same functionality as zoho inventory has to create item groups. As and when the options are added to a attribute and seperated by a comma a new list of products is added to the table below. How to achieve this functionality in
Emojis in HTML Snippet
I am not able to add emojis in the HTML Snippet. Everytime I add one, all the code disappears. Is there a special way to add them?
Publish form as a public calendar?
Hi All! We have a creator app that's basically built to manage various events we're working on with associated tasks. Whilst the 'Calendar View/Report' in Creator is handy it'd be much more useful if it can be published as a calendar that our team can
Storage of secrets/ token/ credentials
Hi, How can I store credentials and tokens in Creator so they aren't accessible to others? Or perhaps 'what's the best practise for this'? I created a form to store the values for a bunch of API calls, then encrypted those fields, but of course we can't
DataBase
Creating and working with DataBase.
How to filter page values?
Hi, I am new to Zoho creator. I created a page with panels based on form values. But I couldn't find a way to filter the page values with user selected filters. Please refer the attached screenshot. I am seeing Search component in Page. But it is not allowing me to add drop down or calendar which is required in this case. Could you please point to the right direction?
Can I get file data from the file upload field upon submission?
From inside my Creator app, my users need to send images (.jpg files), documents (.pdf files) and spreadsheet tables (.csv files) to one or more external APIs. Is there any way to grab the file data (I need to include it in my API calls) from the file upload field upon clicking the submit button?
Adding a single item through Zoho Books API returns {"code":4,"message":"Invalid value passed for bulk_update"}
Hello, I need to update an invoice with hidden items (rate = 0) in order to have the inventory updated accordingly, as well as monitoring the full project's economical efficiency. To do so, I am passing the Zoho CRM customer ID, Project Name, Article
Filtering an embedded Analytics dashboard in Creator
I have an Analytics dashboard that shows key stats by organisation(s), based off two main tables synced from Creator (projects and project members). Within Analytics, it works beautifully. However, when embedding the report into Creator, I need to pre-filter
GetProjectDetails Integration Task returns only 100 last projects ?
Hi Everyone, I am new to Zoho and Deluge, so this may be an easy one for the experts :). On Form load, I am populating a dropdown field with the list of all active projects. I do this using a Zoho Projects Integration Task: projects_response = zoho.projects.getProjectDetails(portal_name);
Next Page