aggregate records of each calendar year
Hello, could anyone help me with the script ho to aggregate monthly revenues in a yearly revenue field? I have three fields date field monthly revenue yearly revenue I'd like the script to work on user input of monthly revenue field, and want to aggregate
Adding fields dynamically to a form using deluge
Greetings In my project i'm going to have an initially empty form that has an on load workflow that reads records from a report somewhere else in the app and then add input fields to the empty form based on these records. i was wondering if it's possible
Cannot change japanese text font when doing pdf export
I use openUrl to export my report with specific ID, but the Japanese font does not look clean when exporting. I have tried changing the font within my RTF, but no luck. Any idea on how to fix this?
User-defined global variable
Is there something like a user-defined global variable that can hold values among forms and pages within an application? I would like to do the followings: When accessing the application for the first time, Deluge script run and store the values to user-defined global variable. While the access, the user-defined global variable can be used in all forms and pages.
SalesIQ Bot Not Getting Zoho Creator Page URL
How can I pass the Zoho Creator page url into SalesIQ...it seems it is passing something related to the Page Element or Javascript widget. I really need to be able to identify what page the user is on to implement a useful Bot. A snip of the url that
Form in Page
I know you can input a form into a page using the HTML insert that is built into the Page HTML options. But is there a way to insert form fields individually using HTML into a page? For example, I don't want the entire form on the page. Using HTML I want
Autocomplete addresses
Is there a way, script or otherwise, to autofill addresses in a creator form based on Google or similar maps app?
Refer to url parameters on form load
Greetings in my app i redirect the user to a certain form and include query parameters in the url: openURL("#Form:Ideation?projectId=" + input.ID,"same window"); i want to create a workflow action that would run on form load to use the projectId parameter
Allow user to add/remove certain fields dynamically
Greetings I'm working on an app that's going to contain a form to describe acts of a story, i want the user to be able to add and remove acts as they see fit. something similar to what subform field in zoho forms offers (attachment ss) with one exception
Is it possible to add custom submission buttons to creator forms?
Greetings I was wondering if it's possible to add custom buttons to my forms in zoho creator. so beside the default submit and reset buttons i'd also create a "submit and new" button that has custom action. is that possible? Thanks
How to add Invoice in my Zoho Creator Custom App.
Hello, please i am finding it hard to add Invoice to my Zoho Creator App. Any help on that?
Fetch and Fill from Lookup
All I have found are 11 year old answers to this.. I have a 2 forms (Locations and Load). When entering a new Load form I want to Lookup a Location Name. When that Location Name is selected in the Lookup I would like it to also auto populate other fields
OpenUrl with new window
When I run OpenUrl with "new window" option for a record in a report (https://app.zohocreator.com.au/user/appname/#Form:Extrusion?recLinkID=1234567890&viewLinkName=Extrusion_Report), it opens in a new tab which is fine. When I again run this script step for another record, it replaces previous record's window. If there are 10 records in a report and I want to open 10 new tabs. Is there a way to open new tab instead of replacing the previous tab? PS: I tried with a generic url like www.google.com.
open new message in default email client
Hi, We often have to send mails to participants of courses, that are unique. Therefore we need to be able to open a new message in the default mail client of the pc and have the selected emails inserted. Presently we do this by having a custom action in the report, that creates a comma separated list with the selected emails. This list is then passed to a Page where it is formatted as mailto link: htmlpage Mailadressen(emails) <%{%> <a href='mailto:<%=emails%>'>Hier klicken um Mail zu erstellen</a><%}%>
Add value On Load from most recent record
I have a form that holds a Stock Count Value in a sub form against a product name. When I load the form I am populating the product names in the sub form but I want to populate a field in the new form with the Stock Count Value from the last record created.
My nightmare continues!
The zoho team I fear is a bunch of idiots at this point. They've now put me through another 2 week nightmare where I'm waiting to get "approved" to use the Zoho Custom Solution Module. After 2 weeks, they zoho team simply sent me the link to the documentation
Bug: Report Action confirmation prompt is removed
When editing a Report, I have added several Action items under the Quick View section. I have the same Action available for both "For Single Record" and "For Multiple Records" and this Action has enabled the setting Execute the workflow: After confirmation.
Data Imported into a form report, not showing up into the report despite giving data import success message (Row count in Billing went up)
Hi all, Just trying to figure out what is going on in here, I have a file that I need to import into a form's report (with roughly 3300 lines). This form has no workflow or any script executing at import. It has a look-up field that is pretty straight
CRM Record Visibility
I am trying to develop a subform that loads Account Data from the CRM into the subform line. The issue I am encountering is that records not visible to other users inside the CRM are viewable in the Integration Field. Example: userA cannot view Records
Approval Process
Hi, I am not getting approval process on my Development Portal. Is it a problem with Creator Version or something else. Please help. Thanks, Milind Manohar
Converting Inches to decimal
I am trying to figure out how to create a form field that I enter in inches but it converts that input to decimal. I.e. I put 6 1/2 x 6 1/2 and the output would be 6.5 x 6.5. Thanks for any help
Subform report not showing related fields
I have a "Notes" subform containing the following fields: Job ID Time Notes It is linked to a parent form called "Job" by the lookup field Job ID. I want to create a report that contains fields from other the parent form and the subform. Parent form fields: Job Number Invoice Number Customer Subform fields: Time Notes I created the report with the above fields, but none of the parent form fields show any data. I created the report based on the subform. I'm not sure if I linked the forms incorrectly
Deluge Push Notification Error
Hi, I am unable to create a push notification to mobile apps using the following deluge scripts: notification = zoho.pushNotification("myemail@email.com", "New Request", "Variable", "Report_Link", input.ID); Error return "ID" is not defined. I am not
open url issue
Hi Everyone, Could anyone help me, please with my issue? I have three forms: Partners, Form1 and Form2. Both Form1 and Form2 has a lookup field with Partners form>>>Partner name field. If Form1 is submitted it opens Form2, and I'd like to populate Partner
Import/transform data from one application to another and preserve record ownership
I am upgrading an application, and for various reasons it has been necessary to do so by creating a parallel application with the new forms/tables, reports, pages and permissions. I now need to move data from the old application into the new one. I created
Custom function for each row
I am still new to deluge and have never made a custom function. I am creating a custom function that totals the price field in subform entries. I have tried using "for each," but I can't grasp what the arguments are supposed to be to make it work correctly.
Filtering Drop Downs in Zoho Creator
I have a very simple app. I have a table of organisations and a table of contacts. Contacts are a subform of organisations. So I can easily create contacts specific to an organisation. As you can see in my screenshot my organisation Great Orthopaedics
Execute a function or call a function as a specific user?
Since we are not able to explicitly set Added_User (record ownership) in script, is there a way to execute a function or to call a function and have it execute as if it was being executed by a specific user?
Adding Subform row when adding new row in deluge
I am still new to deluge, but I have have trouble locating information on this. I have an online order form for my website. I would like to have a button to move that record information my main order form. I created a button in that report view of the
How to OpenUrl to print a report that's filtered w/ a collection variable
I want to open a filtered report in print summary mode to print a series of barcode stickers for inventory, here's what I'm doing, but it's not working: stickers = myForm[Added_User = zoho.loginuser] sort by Added_Time desc range from 1 to input.Qty;
Append Sorting
Hello Everyone! i have been going through how to sort or filter my DropDown based on selected DropDown in the Main Form, The DropDown works as expected where i fetched the Data from Subform of another Form and it works. my Problem now is only sorting,
How do you add buttons to a form?
Hello, I am new to zoho creator and I would like to add several buttons to the form But i can't see where buttons are for the same
Export Zoho Creator Report By the API
Hello Team, Problem Statement:- Is there anyway we can export the Report in Excel or CSV Format by the API inside the zoho creator. if anyone have knowledge in this area please help with the API. Thanks & Regards Piyush Goyal +91-8619164837
insert multiple records from a number
The reason I write is that when the user enters a numerical value, this value performs a mathematical operation, for example, that the final result was 7, what he wants the system to do is insert a new record in another module depending on of the amount thrown by the mathematical operation, for example 7 e system creates 7 records for that record. I know that in other programming languages I only use a FOR (i: 0; i <7; i ++) and inside I specified that I wanted it to work. In this case, how can we
Can you change how reports are filtered with deluge?
Hi all. I'm using C6. I have a list of records that categorize upcoming events by the sport played, with several lookup fields to other forms. While using test data, the reports are functioning as desired (I have kanban and list reports, and a calendar).
Report - image - custom action - button
I'm looking for info or codes to integrate an image on a "custom action" button in a report and not just text. Is it possible? In the report custom action "Etapes" ( workflow = Etapes show action in view header = true show action in edit record menu =
Transfer portal users to new application?
I've had to set up a new application in order to do some major changes to an app. I'd like to move the existing portal users to the new app. Is there a way to do that?
How to deny access if accessed from Mobile Devices/Tablets
Hi, I'm currently developing an attendance tracker application. Is there a way to disable the application if accessed from other device aside from PC/Laptops? Or is there a way to disable access from other device? Thanks
Designig Page: Is it possible to use ZML and Deluge to create a Panel dynamically?
Hi. I want to create a Page with a panel for each record in a Form. I tried to use 'for each , but get get only 1 panel containing the first record. Is it possible to create a panel dynamically? This is my code: <%{ for each rec in Contact[ID != 0]
Zoho Desk to Zoho Creator
Hi Zoho Team, Do you have a sample code to link ticket records from Zoho desk to creator because our team is trying to automate the form and one criteria that we would like to test is by a trigger event - input by user. Example: Ticket Number search then
Next Page