Inserting a watermark on an image upload field on zoho creator
Hello, how can I pass as an argument an image field upload to a java function and then insert a watermark and return the file with the watermark to a deluge script and replace the original with the watermarked image file?
Would like to create X number of records based on input
I have 2 forms, "Lots" and "Mass Create Lots". I would like to create X number of lots based on the criteria placed in the following form. This will be a useful tool to avoid the manual creation of Lots in the system. I think the best way to accomplish
Creator Dynamic Drop Down
Hi I am using creator to produce some site works on a particular project. So have two forms, one with all our sites (Form Name: Sites) that contains around 500 site details, and another to book the actual works (Form Name: Service Call). On the Service
Trying to hide fields based on dynamic dropdown entry
Somewhat new to Creator and Deluge. I have a dropdown field in a subform. It allows the user to pick a "Town". Based on that choice, I may want to hide most of the rest of the fields in the subform. If the user picks an actual town, they then go on to
Workflow functions disappearing and Form workflows turning themselves randomly between enabled and disabled
Hi, this is an issue that I have reported to you a number of times during the time I have been working with zoho and it is this. Firstly sometimes when I create deluge workflow functions. Then later in the day I need to go back to refine then. I regularly
Setting record ownership in script
I have a setup with Account and Account_Transaction. A portal user creates the Account records when they initially sign up, so the ownership of that record is correctly assigned to the portal user. Account_Transaction entries are created via a script
Creator field to update field in CRM
Hello, We are using Creator to create visit report swhen visiting Accounts. I created a field (dropdown) with Field Linke Name "Account_Status" with 3 options to choose from: - Active - Prospect - Not Active When we submit the visit report, we would like
Newbie Coder - "Error at Null" trying to save script
Hi, extremely new to coding in deluge (or coding at all). I'm working on a dependent dropdown function that takes 3 dropdowns and narrows down options based on user entry. This is what code I have, and every time I try to save it in a workflow I get "error
HTML Snippet iFrame Scroll Bars
See attached image. The image depicts a Zoho Page, with an iFrame that has a Calendar report embedded within the iFrame. The report displays three separate scroll bars - this is a bit annoying per user functionality. I've tried just about every CSS/HTML trick I know in an attempt to remove the scroll bars, however, nothing seems to work. Anyone have any suggestions, or is this just a bug/limitation?
Has Zoho Support Crumbled Again? Seems so...
Zoho support was really bad for a few years but seemed to get better until recently. I find myself waiting 5+ days for simple responses. Anyone else experiencing this?
How to upload a file from one upload field to another
Hello!!! I would like to get/download a file (of a record) from an upload field of Form A and upload it to an upload field of Form B. How can I do it with deluge?
How To I Set Autofill Field In Zoho Creator Application
I Have Created One Form Name Is New Lead. And I Created Second Form Name Is Demo. I Need, When I Select Organization Name Is Live Demo Form Then Contact No. & Email Id Field Are Autofill From New Lead record. According to the name of the organization
Submit multiple forms in a page with one click
Hi ! I'm trying to submit multiple forms within a page with just one click on submit. Is this possible ? Thank you !
Location searching - how to?
I need to allow users to search by zip code (we have many house listings with addresses), but I want to expand beyond the zip code they enter by X miles. What would be the best way to build something like that out?
Adding a Lead through Map view like Zoho CRM
How can I add a lead in Creator in Map View like Zoho CRM? I want to click on the Map and add a pin where it automatically finds location and address then can add a lead. Photo below from Zoho CRM. If it's not possible how can I add the CRM Lead Creation
Need Help understanding rebranded mobile apps
Greetings I'm going through the knowledgebase regarding the rebranded mobile apps and i need to understand the customer side app, do customers need to sign in to my portal on the creator website first and then they would be able to access my customer
Pivot chart with subform data
I need to create a chart with data from a form and a subform inside it. But when creating report, all fields but subform fields appear in the list to be used. What should I do ? Basically the subform has a list of "procedures". I need a chart where X is the "date of procedure" contained in form It should be easy, but I cannot find a solution. Thanks for any help.
How do I integrate the Zoho Creator API with a business application that is not web based?
In working through the OAuth APIs, there are only two Client types mentioned. Server based client and Self client for testing. The Server based client authentication protocol will not work as the application is not hosed on a server and will not have
Adjust width and height of report in HTML page
Hi! I'm aware I can edit the height and width by creating a widget and then refering to the report I'd like to show. But I noticed that the report loads much faster when inserting it directly with the insert form/report button in the script builder. Is there anyway I can adjust the width and height if I choose this option?
Reddit forum-like app in Creator
Has anyone ever created a Reddit forum-like app in Creator? I'm sure I could figure it out myself, but I was wondering if anyone else had done it before and had a roadmap of sorts. Thanks!
Create a Folder in Google Drive via API
Hello, I am trying to create a folder in Google Drive via API with below code: drive_map = Map(); drive_map.put("mimeType","application/vnd.google-apps.folder"); drive_map.put("name","folder name here"); response = postUrl("https://www.googleapis.com/drive/v3/files?key=API_KEY",drive_map); But I am getting this error. {"error":{"code":401,"message":"Login Required","errors":[{"reason":"required","domain":"global","locationType":"header","location":"Authorization","message":"Login Required"}]}}
How can I delete a calendar event?
Hi, I know there is a way to add an event via deluge function "zoho.calendar.createEvent", but how can I delete an event?
Zoho Desk Attachment
I have a form in Creator that collects information and creates a ticket in Desk. I would also like to attach a file to the ticket using the File Upload form input, but I am not finding much information on how to make that API call. My code for the Create
Custom actions for additional reports from same form
I have created additional custom reports from the same form, e.g. pending payment, showing only payment records where the status is "PENDING". I cannot get custom actions to appear for the items in this report. I already have actions that appear based
Populate a dropdown with data from another Zoho Module
Hello, I'm quite a newbie with Zoho Creator but I have a simple use case which I can't succesfully achieve. My request is quite simple. I would like to populate in my application a dropdown with data from another Zoho Module. Actually the list of vendors
API assistance for creating subscription in Zoho Subscriptions
Hi, I have the below code in zoho creator in order to create a new subscription in Zoho Subscriptions when a customer signs up. Could you please assist in editing this code so that when a customer uses an email address that already exists in zoho subscriptions
How To Set Report Column Width in Creator 5
In previous versions of Creator, report design included the ability to specify specific field widths for each column in a report (browser). That capability seems to have gone away in 5. I have a report in which one of the columns may have a lot of text
Migrating to C6 - Old Sharing
I want to migrate to Creator 6 but it says I'm ineligible. I've narrowed the reason down to: Old sharing "Some of the applications in your account uses old sharing (C4) which cannot be migrated to the new sharing. Migration of these old sharing into the
Request user data via Deluge - Input field (no form)
Hi, for instance it is possible via blueprint at Desk, even w/o Deluge, to ask the user for data, let's "Enter SerialNr". Is it possible to request data from user in Creator via an input field, which is not generated with a form, instead directly into
Question about Zoho Creator Customer Portal Capability
Hello. Can I utilize the customer portal from within zoho creator to charge credit card payments from the portal users monthly and/or annually? I'm trying to understand if the customer portal is only for adding/editing/deleting records OR if we can also
Only show items in lookup filed that have NOT already been used in a form
Hi, I have FORM A with a field "SIM" that is linked to the field "SIM" in FORM B. The challenge: A "SIM" record in FORM-B can only be used/linked ONCE in a single record in FORM-A, since lookup fields cannot be marked with "no duplicates" I would like
Mandatory field for non-admins
Is it possible to make a field mandatory only for non-admins. So if anyone is accessing it via a published form the field is mandatory but if an admin accessing the form via the application it can be left empty?
Time tracking from report by action button
Hi, I've created a report for time tracking by custom action button. My goal is that employees should use only the action button without entering the form for checking in and out, to make the flow as fast as possible. I'd need a new unfilled report for
Delete all records
Is there a way to delete all the records from an app or specific environment? I'm trying to publish something from Development to Stage but there's an error that I think is caused due to present data on Production, so I need to delete all records from
Function using old version of value on User Input
Can anybody help me to understand this? I have the following (embarassingly) simple workflow that triggers on user input of Estimated_Fee: input.Estimated_Fee_Per_Hour = input.Estimated_Fee / input.Estimated_Work_Time; This works perfectly: when editing
Field spacing on Creator 5
Sorry if this has been asked before. Is there a way to adjust the gap between fields on Creator 5
How to add action on click on submit
Hi, How to add action on click of submit like below i am trying ; but i am getting only form submission option , where should i find this option Thanks and Regards, Sidhant A.
Debugging Javascript widget
Hi all, I am debugging problems in a JS/Vue widget from a Creator app which has C6 environments and also a portal, so when the widget returns into the Creator app, the URL has four possible variations. I'm struggling to test in the dev environment because
Zoho Creator: "Custom Solution" help needed
Hello, I've been going back and forth with Zoho support for 4+ days now and hoping someone here can help me solve this instead. We've upgraded our Zoho One Account to include the ability to create & publish "custom solutions". However, Zoho keeps telling
Linking Radio Button field across two forms
I have a Radio Button called 'Status' with 3 choices in Form #1 (e.g. Active, Completed, Suspended). In Form #2, I want to refer to the Status Field in Form #1 and be able to change the Status field value in Form #2. When I change the Status value in
Next Page