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
Zoho Creator and Zoho Subscriptions Connection: How to show Customer Portal User their order information upon first login?
We have Zoho Subscriptions connected to Zoho Creator via Zoho Flow. When a person purchases a new subscription on our website, via Zoho Subscriptions Hosted Payment Page, two things happen: 1. Zoho Flow: When a new subscription is added in Zoho Subscriptions,
Kiosk mode for Creator on Android
Hi, I was wondering here is a kiosk mode or if anyone had found a work around to set up a kiosk mode in Creator on an android device?
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
MORE_THAN_MAX_OCCURANCE
type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception com.adventnet.iam.security.IAMSecurityException: MORE_THAN_MAX_OCCURANCE
com.adventnet.iam.security.ParameterRule.validateParam(ParameterRule.java:377)
com.adventnet.iam.security.ParameterRule.validate(ParameterRule.java:306)
com.adventnet.iam.security.SecurityFilter.validateURLRule(SecurityFilter.java:380)
com.adventnet.iam.security.SecurityFilter.doFilter(SecurityFilter.java:97)
com.adventnet.iam.mickey.MickeyUserFilter.doFilter(MickeyUserFilter.java:88)
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
ZOHO Creator Credit Card Integration
Hi Is there any way to pass an amount field calculated in Zoho Creator to a third party Credit Card processing gateway such as Sagepay Thanks
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
New "Loading Animation" on web
The current loading animation is unclear at best when a user clicks on a menu item. The current animation is right under the app name header and stretches horizontally across the page. The animation seems to be sliding little boxes from left to right. Frankly, it looks like it was supposed to be a gradient, but the image never loaded. And it has been like this for years. See the current animation style here, I created a short little video: https://take.ms/abc7B My issue with this animation is that
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
How to provide read access to creator apps for outside users
I would like one of our clients to view the data in an app we built using Creator. Is this possible without adding the external client as a paid user within Zoho?
Global Lists?
I'm interested to know if I can create one application that contains nothing but picklist data which I could reference from all other applications. For example, a list of countries and states. This data could be used across multiple applications but I only want to maintain the data from ONE application. Picklist Application Forms: countries states tax rates Application "A" Forms: Mailing List (name, address, city, state, zip, country) References states and countries from "Picklist" application Application
RSS Zoho Creator application
I am trying to get the RSS for my Zoho Creator application. I am confused about where I get the link from. I read this, but it really didn't help. "The RSS feed is automatically updated. Once you copy the link and submit it in a RSS feed reader you will be able to see the latest 25 records submitted. To see the entire records, add complete=true at end of the link. If your view is private, use the Enable Private Permalink option in the Export dialog, to get the private link. You will get a link
Change height of report embedded in page?
I have a page in Zoho Creator that contains a report that is embedded using <div elName='zc-component' viewLinkName='Open_Corrective_Actions' params='zc_Header=true'>Loading View...</div>. When viewing the page, the report is only about 15-20 rows high, and there is just empty space below it (see screenshot below). I was wondering if there was a way to make the embedded report fit the page, or increase the height of the div without publishing the report?
POST request - invalid content type "text;charset=UTF-8"
Hello, I am trying to update some records in our application. I am trying to do this with a POST request These are my configurations for PostMan URL: https://creator.zoho.com/api/USER/json/APP/view/BillingRequest_Report/record/update Parameters: authtoken: TOKEN scope: creatorapi Status: "MyStatus" cruteria: Mycriteria When I tried to execute this, I got a 200 response and the Status field was updated. But in Headers I can see that the Content-Type is text;charset=UTF-8 . This is a problem, since
Field value being set to blank
Users are reporting strange behaviour with the AGREEMENT form that contains an ASSET subform. Here are the steps to create the behaviour Go to https://creator.zoho.com/essistmgmt/assets/#View:CONTRACTED_ASSET_View. Note there are 29 records Edit the A059 record at https://creator.zoho.com/essistmgmt/assets/AGREEMENT/record-edit/AGREEMENT_View/896426000014604156/ Change some of the fields and update the form without adding or deleting from the subform Go to https://creator.zoho.com/essistmgmt/assets/#View:CONTRACTED_ASSET_View.
Lookup Field in Creator From CRM -- search doesn't work
Hello all, I have a Creator Form with a lookup field connected to CRM. It is connected to the Deals module. Until today it worked great, but now when someone tries to search for their deal in the creator form, no results appear when that deal definitely
Adjust embedded chart in zml snippet
Hello, on the help page (https://www.zoho.com/creator/newhelp/pages/parameters-for-page-elements.html#chart_param) I noticed that we can embed simple charts in zml snippets. That's the code: <chart type='Column' title='test' xtitle='X-Title' ytitle='Y-Title'
Permissions - form level restriction, edit restrictions
I'd like to restrict access to certain forms to admin users only. Is that possible to do at the form level? Is it possible to create read-only records? i.e. Once the record has been created, it is not possible to edit it. I am working in a sandbox right
Filtering an Analytics report when embedding it into Creator
I have a Creator app where organisations can track their projects for groups of young people. I want to report back to each organisation a nice set of stats about the impact of their projects and the young people's demographics, so I have created a dashboard
Clear and Add items in Dropdown in a Subform
Hi! Looking to use a List workfiow function as a spot where i can go to update a list that needs to be updated from time to time, and then list be used in various forms as the options in a drop down It is already working for standard form dropdowns: clear
Can I call a custom function in a formula?
I have created a custom formula to calculate the current balance of an account and I would like to use that in a formula so that I can display it to the user when they are filling out a form. When I try to reference it like I would in a workflow script
Zoho Creator App, Go Back option
Hi, I am working on a creator app with multiple forms, reports and pages. On the main page, users can direct to the sub-page where they can see previous data and then redirect to fill out a form from that page. I simply created a page and form and then
Help passing form data to function
Hi I'm new to functions and am struggling to understand how to pass arguments relating to forms/subforms. I have written the below function. This executes within the form Projects, which contains the subform Schedule, and each record in Schedule contains
For Each Returning Null
Hello, I am new to Deluge and am running into an issue with a For Each of a Map variable. It is probably a simple fix, but I am perplexed that I receive two different results depending on whether the code is run in Zoho Creator or the Tryout section of
Popup window adding new entry on Lookup Field
Is there a way to change the height and witdh of the popup window that opens whenever the "Add New" button is clicked on a Lookup field? The form that opens has a subform with around 10+ fields and the popup window that opens is really small. It will be great if we can edit this. Thanks.
Zoho Creator LookUp field Clickable
Hi I have 2 forms in my app (Zoho Creator). One of this form have look up for another one. And my problem is how make this field like link, when you click it it will open in new Tab my another form with this record. I search any info about, i found how
String functions in report filter
It works fine to use an int function if the filter criteria is based on an integer field, like this example where ID is integer: When trying the same with a string field, this happens: The problem seems to be the added "" and the function becomes a
Filter a Customer-Portal report
I have a customer portal with a report, where the report is based on a form containing records referencing the customers. I want to filter the report so each customer will only see the records relevant to him (the records with the same email as the logged
Recover Deleted Form?
i have Accidentally my Form. How can i recover it....
Next Page