Can we create dynamic Metadata (Fields) in Zoho Creator?
Customer has a requirement to create dynamic fields from one module to another module using code. He wants to manage all the fields, dropdown values from a single table, is this possible as of now to create metadata using code?
How to find zoho creator login count of user
can i find login countdown of my app user ? if any possibility, tell me
Call a Zoho Creator URL with a XML from a custom function
Hello everyone, We have a Zoho Creator app made by other developer that works through a webhook with a XML. Do you know how can I send the XML inside a custom function? The XML is like this <ZohoCreator> <applicationlist> <application name='name-app'>
Deprecating support for a few fonts
Hi all, Greetings from Zoho Creator! We're introducing a slight revamp to the fonts supported in your Zoho Creator apps. Unfortunately, some fonts that were available previously will not be supported going forward. If you have used any of those fonts
I'm an administrator but there's a report that I cannot view as spreadsheet
I have restricted users from modifying all, so I'm thinking that may be interfering with administrator permissions. Any idea what's going on here?
Creator not opening
After I login to Creator my screen is completely blank except for < at the top left of the screen.
Zoho Creator and Developer
Hello, I am Zoho Developer and would like to know how to sell an app in zoho to my clients and if in future any updates required than how can i make changes in an app without disturbing the workflow of the client.
Bit.ly v4 script for shortening URL's
Hi On March 1, 2020 Bit.ly implemented a new version 4 of their API for shortening URL's. It was a challenge to find out how this would work with a Deluge script, but I finallyhave a working script, so I thought would share it. Bit.ly provides a free account option where you can generate an access token. The option below is used when you have an application using a single account. (Bit.ly V4 documentation is here.) //URL TO SHORTEN url="https://www.zoho.com/creator/newhelp/user-guides.html" [doesn't
Recurring Appointments in Creator
Hello, I'm trying to implement a recurring appointment feature that would ultimately allow me to place multiple repeating appointments onto the calendar. In Creator, I am able to create a form to place single appointments onto the calendar. How do I manage recurring appointments? Also, once a recurring appointment is set, I'd like the ability to modify the entire recurring appointment also. Thanks!
How to customize Creator customer portal sign up form?
Hi everyone, I would like to customize the text of sign up fields for showing better translation in Chinese. How can I modify the field name?
Lookup field variable type mismatch?
Hi all, I'm receiving the following error with one of my forms: The line of code it's unhappy with is: input.Student = Blah.Name; where Blah is declared earlier: Blah = Member_Ident_Form[ID == input.Student]; upon doing some digging, I believe that this
Help with InvokeURL request
I have this command in bash that works fine- curl -X PUT https://company.monitoringclient.com/v2.5/plugin_results/dr_71d075452e?api_key=<My_API> -d plugin_result[mute_type]="timed" -d plugin_result[mute_until]=1629928496 (I've obfuscated some variables)
Unresponsive Edit Window In Zoho Creator Workflow
Has anyone else experienced extreme lags in the Zoho Creator Workflow window for longer scripts? It used to work seamlessly where we could open the edit window, scroll, and edit in real time. Now the page takes a very long time to open. Then when it
Cambio firma por e-mail a firmante en persona
Se puede cambiar de firmante por mail a firmante en persona en un documento ya enviado?
Need to be able to integrate different creator applications from seperate accounts
Awaiting moderation! I need to be able to update the information in an application when I make an update on a different application on a different account. My question is, Is there a way to use the built-in integration tasks (Zoho OAuth connection)?
Is there a way to make a utility function that returns a sub-row from the main row
Does anyone know if there's a way to achieve this in zoho? I've got two subforms on my main form, and the second one has a dropdown that's populated with a list of unique id's from the first. A common task that I have is that I need to get information
Help with record templates
So I though I finally had figured out how to print receipts automatically upon recording a new sale on my app without getting the printer prompt by using a service called PrintNode, which can trigger the receipt printer through an API call on submit.
Drag and drop
Hello all In my application i would like to have the a drag and drop interface for records. In my application I distribute leads to agents and I would like to have a drag and drop interface that updates on a daily basis (that is, it only contains leads that I want to distribute for the next day), with this interface, I can drag the leads to the agents (that means that I should also a "basket" that contains the agents and I can drop the leads to each agent. Is possible in Zoho Creator? Looking forward
When a field changed workflow is triggered for a list, is there a way to tell what was added or removed?
As the subject says, is there a way to tell what has changed about the list.
YYYYMMDD TO datetime format
I am having a hard time converting YYYYMMDD format into the Zoho DateTime format in : "YYYY-MM-DD HH:MM:SS" What functions or combination of functions should I use? thanks.
Creator Permissions randomly get destroyed when updating an individual permission.
This is the second time this has happened to us. Inside of our creator app, we were editing one of the permission groups. In the final column 'More' where you specify view all / modify all / etc for each form, we changed a single module to allow a user
Setting dropdown contents on programmatic row creation
How do I set the options for a child dropdown list in a subform row when I create the row based on a template from a parent row. I've tried a few methods, but it seems like the UI for the row just doesn't exist until the function exits. e.g. for each
Calculate Value - Distribution
Hi, I am not sure how to exactly explain this but I am needing to take an input value and allocate it based on a number of lookup values. Input Value: $100 Select Team Based on Team Name lookup, there could be 1 to 10 subvalues to look up.
Q: Need to Calculate a Value for Each Subform Entry
Hi, I have a form with a subform that represents x number of entries. I am needing suggestions on how to best calculate this formula for each row in the subform. for each row in SubFrom subForm Owner1% x main.WorkingInterest
Several MAJOR Zoho Creator Issues Since the 7th Of December - Anyone Else?
Hi, I have been developing several apps for my business on Zoho Creator. I have spent 100's of hours learning to use the system and develop our ideas. We now have some of them running and we use them all the time. But on the Morning of the 7th of December,
Books Invoice, how to change status from "draft" to "sent" using creator
Hi, I am working on a system to manage my invoices in books from creator. I need to be able to either create the invoice with status "sent" or be able to convert to "sent" from the default "draft"... when I create the invoice from creator, it always creates it as "draft" regardless of what status I put in the parameter. Probably this makes sense as "sent" implies an email to the customer has been actually sent... just need to understand how to manage this process from creator... thanks for any help
Remove Page Lines & Delete Report Data
Hi all, I have 2 questions in this topic: 1) I have a page with 2 HTML Snippets and a Form embedded. I would like to know if there is a way I am able to remove the lines covering those snippets. Please refer to the picture (RemoveLines.jpg) for a better
How to auto calculate hours for start and finish times.
I am looking to solve 2 problems with calculating times. 1) An auto calculation of times with an input of Start hours and Finish hours for individual jobs on projects. 2) A running total of these times like you would do with =SUM() in a spreadsheet
Button configuration doesn't show custom functions
Hello everyone, I have created a custom function that I would like to be executed at the click of a button. The function works perfectly; however, the button's configuration settings do not allow me to have that button execute any actions, as it states
How to add date and time - Order Management
Good day experts, I am just wondering before i upgrade my account, in the "Order Management" app that was provided by Zoho Creators, it's already a template. Is it possible to add time, since this is very crucial to my small business, to the 'Estimated
How do we hide the report view menu but keep the record search?
When changing a published report appearance, there does not seem to be a way to show the record search icon without showing the report view. I would like the published report to have the search feature but not the change from the list view feature.
Fetch data from different form on user input
Hi, I'm trying to do something simple (I think) but can't quite figure out the Deluge syntax after researching topics on fetching data. Form A is a "source" table for investments, including these fields: Symbol Price Form B is for entering stock positions,
Twilio Lookup API solution
This had me frustrated over past couple days, trying to find a solution to what should have been a simple issue, so thought I would drop a line to put something in to this pool of info that I draw out of so often. Wanting to use Twilio Lookup tool to
restrict file size on upload
Hi, is there a way to restrict/validate the file size of an item being uploaded? Kind Regards, Ray
Subform field "Price" calculated on every row
I have a pricelist of items As in the screenshot So the idea is to have function that is used when adding rows in a subform. The subform is pretty much a price calculator, that has 3 fields: columnValue ( which is integer, 1,2,3..8), rowValue(also integer,
Workflow Does Not Execute In Subform
Hi all, I have a form workflow that is working as a stateless form, but when I use the form as sub-form the workflows does not work. I have added a workflow in the form, but the workflows only works on the first row, but not the additional row I add
Does js api in widget take up the number of calls?
Does js api calling data in widget take up the number of api calls?
Restrict Record Access To Assigned Customer
Is it possible to restrict form files to specific customer users? E.g. customers can only view records and reporting data related to records that are either created by them or assigned to them.
Populate Creator from with CRM fields
Hi there, I tend to make things more difficult then they need to be as I have proven multiple times while setting up my back-office in Zoho. So before I delve into deluge I would like to know this. I am setting up a customer portal through Zoho creator
Change color of report action buttons
I have created a field as a flag to whether a document is pinned or not. I've worked out how to do this from the report using action buttons, and am currently using another field to show if it's true or not. Is it possible to conditionally format the
Next Page