Using Deluge to Set Tooltip
Is it possible to use Deluge to set a tooltip? I want to dynamically set tooltips for multiple Multi-line fields.
Integrate Zoho Mail contacts for email "TO" field?
Is there a way to make an email field use the user's contact list from Zoho mail for lookup? We have a form used for creating and sending quotes to our customer, and filling out the email address is a bit cumbersome having to search for the email address
webhook intergration
I have an app from creator that am trying to call an external service api with a web hook anyone got any ideas?
How to Preview the PDF file in widget.
In order to preview the PDF file, I had to develop the widget page. I've included the PDF file that serves as my response. how to display the PDF in a widget or modify the format as PDF.
CPQ Solution in Creator
Any solution available for a CPQ developed in Creator? We would use the CPQ for quotes and proposals and integrate with Book and CRM. Creator seems to be able to create the conditions and rules for products and exceptions for products, groups, bundles,
Export Filtered report and send via email using deluge?
Hi, As stated in the title is it possible to export a filtered report say into a spreadsheet and send this via email. I know this can be done manually from the report but i want this to be an automated thing that happens weekly so i am wondering if this
What is "environment"?
What is the purpose of the environment(Stage or Production) feature? I have succeeded in publishing the solution to production, but I don't know how my customers will access this solution. I used to add a solution to a portal and provide my customers
About Data Retention
How long will the submitted data be retained? How many records are in the amount of data to be submitted? I bought the professional plan. I'd like to ask you for your help. Thanks.
How to add new row immediately below the current row and not in the last.
My current script is adding new row at the end of the subform but I want to add row next to or just below the current row. Can anyone help? Current Script: // Extract the numeric quantity from the 'Quantity added' string addedQtyText = row.Quantity_Added.toString();
Image signature in sendmail task
Is there a way to have an image of my organization's logo at the foot of emails sent with the sendmail task? I have attempted uploading the image to a form and trying to fetch the actual image itself in my workflow that send the email, but I'm not having
Showing only logged in portal users data in reports.
Have multiple portal users. Need to display data only relevant to them identified by their email ID which is an field in the form. User A should see only their records and User B should see only their records. As of now the portal is not showing any data
Widget with leaflet map in android mobile
Hello. I am using a widget that loads a map in my application. This map is filled with 3 Layergroups by request through the API to the database. In the desktop version it works correctly but in the Android mobile version it only loads one layer. I get
Click on "Add" in an HTML Table to add words to a Multi Line field
I have a stateless form with a notes field displaying a table. Clicking on Add should input the Multi Line field with that given word. Is this possible?
Using 'insert into' to duplicate a record
I have a form with a sub form. I want to be able to duplicate the record, but with some values left blank / changed (for example, barcode cannot be duplicated) so rather than use the report duplicate I decided to use a button. I have successfully Created
invokeConnector
Hi I have the following code, that used to work for me, but for some reason no longer executes. Can anyone shed any light on why that might be? deleteRecordMap = Map(); deleteRecordMap.put("module","Course_Bookings"); deleteRecordMap.put("id",bookingID);
Record "Added Time" not returned using Get Record by ID - v2.1 API
Documentation here: https://www.zoho.com/creator/help/api/v2.1/get-records-by-ID.html Using this API method with the {"field_config":"all"} parameter, not all of the data is returned from the record. Specifically, the "Added_Time" (record creation time)
Error occured please contact application owner.
While trying to edit one of my entry I am getting pop-up Error Invalid entries found. Please correct and submit again. The above error general comes when I missed out any mandatory field but when I recheck I haven't found any thing wrong. In addition what ever changes I do in form, it gets applied (when I refresh and look in the view form) and the error pop-up comes, how is it possible?. I have trigger email while editing, I'm not receiving the email. This issue only happens while editing the
Script for Email Notification including record summary as pdf attachment
Hi, Can anyone share the script for configuring email notification which includes record summary as pdf attachment? I want to create a custom action that can trigger email notification for a record on a view. Thanks! -V
Zoho Live Support Chat Not responsive
I have attempted to contact Zoho support via chat for the last month or so and every-time, I am informed that the chat was forwarded because no agents are available. Has the Zoho support level changed?
How to store auth credentials
Hi I have a Creator project with an external service I use through API with key and secret for auth. I store them in the app variables but not sure it's best practice. Tried on microservices custom connectors but the service requires the key and secret
Assistance Required for printing multiple Barcodes on a single sheet of paper.
Dear Zoho Support Team, I am currently working on a project within Zoho Creator where I need to generate and print a series of barcodes on A4-sized paper. Use Case Details: I need to generate barcodes specific dimensions (Xcm x Ycm) and a margin (Zcm)
Handwriting field
Hi all, Do you think this is possible in Zoho Creator in the future? There is a use case that people like to take a quick short note (using S-Pen, Apple pencil, etc.) in the application instead of typing in a tablet. In the era of AI, it more better that
Zoho Creator - [Free Webinar] Creator TechConnect Series - Custom widget/extension concepts - Part 1
Hello Everyone! About Creator TechConnect Series The Creator TechConnect series is a free monthly webinar that runs for around 45 minutes. It comprises technical sessions in which we delve deep into key essentials and technical nuances while building
Creator Email on Submit- dynamic content?
Hi, I have created a stateless form with custom reports etc. There's a bunch of custom fields for one customer that I do not want sent to other customers, and these are hidden in the forms for people who don't need them when being filled out. Example-
Is there a way for Deluge to get the ID of a record submitted via insert into FORM_NAME
Is there a way for Deluge to get the ID of a record submitted via insert into FORM_NAME? i.e. I have: insert into Work_Order [ Added_User = zoho.loginuser Work_Order_ID = issueID ] I'd like to get back the ID of the record created so I can use it in the
On Load Action
Hi Everyone., I hope you are well I have a subform that has a "Total" Field that gets filled in on Load of the form. I have a "profit" field that calculates "Total" less "Deductions" . I have tried adding the formula for "Profit" on Load as wll but it
Implementing Oauth 2.0 for google API
I'm trying to access a Google API and need to use Oauth 2.0 to do so. I think I can use posturl to request the authorization code, but Oauth 2.0 requires a Callback url to send it to. How can I do this? Thanks Joe
Required Date Format dd-mm-yyyy
Hi I have a requirment where i need to send date format in API , and the format is dd-mm-yyyy. Is there any default date function which can give the date exactly in this format, i couldnt find any. Instead i tried to get date, month, year separately and
Side Menu Bar Hide / Show Option
Hi, How to hide/ show side Menu Bar??
Timeout in invoke URL SOAP request
I have a quite big XML to send through a SOAP request. Initially, this works fine when starting small (30 orderlines instead of 100 orderlines) but when scaling up, I get a timeout because the timeout limit of the API call is 40 seconds in Zoho deluge.
How to convert string to byte array
How to convert string to byte array : I want to convert string to byte array and but i can't find any option for conversion. I got array type in deluge script like list but byte datatype not found. Any one have this question answer then reply me ASAP.
Error at null with error.message or error.lineNo in workflows
All my code was working fine and try catch was fine but I want to match on users uploading too large of files since they're manipulated in deluge so I went to access the error message and am unable to save with an error at null warning. I started by cutting
Signature Field Issues on Mobile IOS and ANDROID APPS
1. I've been going back and forth with support about this, but as it stands, there is NO way to test if a signature field was filled or not out in deluge. I've tried everything, and I am getting silence from zoho support. 2. This is even worse problem on mobile, the signature fields do not commit to database if you are not an ADMIN user and you are using mobile app. you must have changed something in the code around the time you made signature pads bigger for the IOS and android devices, because
recordCursor not updating in V2 Bulk read download/result endpoint
Hello- I'm making calls to the V2 API using the bulk read on a report that's got over 1 million records in it. I'm able to successfully request, check status and download the first batch of records. The response object header in the first batch comes
[Free Webinar]Learning Table Series - Creator for the Retail Industry
Hello Everyone! The first step is the most important part of any endeavour—and with this fresh start to the year, we're elevating the Learning Table Series to new heights. Here's to more shared success in 2024! 12 months, 12 industries The Learning Table
Getting Duplicate record for only one value in label generator
Hello all, We have created a Label generator in Zoho Creator. The problem we are facing is a duplicate of a record for generating one label. If I have more than one label I won't get duplicate records. I want one record with one label to be generated.
Deluge script to change currency field's currency dynamically on form
Hi, I have a currency selection field based on which I would like to change another the field's currency. For eg I have 2 currencies say HKD and AUD and an amount field of type currency set to AUD (by default) wherein the user can input amount. So if a user selects HKD then I want to change the currency field to HKD from AUD for the amount field. Can this be done? If not what is the best solution. -Nitin
Variable not define
I would like some help with the following Deluge code that comes back with error " Variable not defined" if(row.Type_of_currentcy.Type_of_currentcy.contains("HT")) { row.Total_Resquest=row.Total_Price /Advance_Exchange_Rate; } The field "Type of currency"
Bug with dates and toString function?
I'm having a strange bug with my app that happens specifically when applying the toString function to the dates December 30, 2018 or December 31, 2018 the year is changed to 2019. It happens only with those two dates, any other date works fine, anyone else having this problem? It's breaking my app's functionality for today and tomorrow. Try this on any form OnLoad: alert now.toString("YYYY-MM-dd"); I'm getting today's date but with 2019 as year.
Urgent! - Error:7202 - Provided authentication token is invalid.
Hi, Yesterday, our Zoho Creator forms were working fine, but today we are facing an error on the following line: employeeRecords = zoho.people.getRecords("P_Employee",1,200); And the error is the following: {"code":7202,"message":"Provided authentication
Next Page