OCR e-mail ingested image file
I am looking for a way to add a record to a form through e-mail. This I can handle, but specifically I am looking to add an image to a form through e-mail and then OCR that image file automatically. I can e-mail and add a file, not an image, through
Can I get a deleted published form back?
I mistakenly deleted a published form. I know Support says that getting it "back" isn't possible, but has anyone tried and succeeded? Perhaps a redirect / openURL somewhere, from old to new? Old: https://creatorapp.zohopublic.com/account/app/form-perma/form/oldkey
Queries regarding need to close multiple pop up windows
In zoho creator we have delivery challan form and in report we have print button on click of this we want three copies need to generated so that we use open url function using popup window so that we able to achieve on getting three copies at a time but
subform
Create 2 identical forms, both will have a subform. You have to take file upload field in subform. Transfer data of subform of form 1 to subform of form 2 including files. Can anyone help for this?
Iteration list functions
Hi guys How to iterate list of functions in Zoho creator..? I'm doing student marksheet of each subject pass or fail.....
payment form. How to pay multiple items
Hi, How can I edit they payment form in order to process more than one item? The form automatically generates one item and one quantity field. I rather need a subform to lookup for various items in my catalog application. Then process the payment for those many items... Thanks Luis
Redirects on Mobile After form Submission
Requirement I have a button on a page that opens a popup form When the form is submitted, I need the page to reload Currently, this works on browser but not on Mobile. All articles seem to be referencing #Script code placed in the on add on success of
I want to minimize the space of column in record template
I want to minimize the space of column in record template Please let me know, Thanks and Regards, Sidhant A.
From where i can find the Pages in C5
Hi, in C4, i know the pages how to find ; but the same account we have copied into c5, and i can't found the pages there I want to do some changes in that Page. Pls help. Thanks and Regards, Sidhant A.
Can we change font size of all fields in record template ?
Can we change font size of all fields in record template ? Because before it was A4; but because of more fields , total was missing from the template while we print , then we have choose into A3 paper size , now the spaces of columns are on , Do we have
Restrict Customer Portal Data by Other than Added_User == zoho.loginuser?
Hi, I have almost finished building the main processes in my app. I was led to believe by the documentation that the customer portal would be perfect for enabling customers to view their data in a restricted fashion. That's how it's documented. However, when one goes to utilize this feature you will find out quickly that they are very literal as Customer's can truly only see the data they've entered in your Zoho app (using the default configuration), but none of the data you've added for them! This
Permissions Settings - Export ? API ?
Is there any way to get the raw data of what forms/reports/pages are available to different customer permission sets? I have hundreds of forms/reports/pages and about 30 different permissions sets, I'd rather not have to try and manually work through
Community-driven poll for feature requests
How many of my fellow forum users are interested in having a community-driven poll for feature requests? Something far more useful to understand and easier to use than manually +1'ing topics? For example: a polling system that breaks out poll topics by:
Change filename in export pdf
It is possible to export to pdf by changing the file name both for users and for the customer portal without publishing the report. For users it can be done by setting a custom action but I don't know how to do it for the customer portal without publishing
Sync from production to development
Hi, I've accidentally delete a page in my Creator development environment. It's deployed correctly in Stage and Production. How can I restore it in development? Thanks, Aaron
Are there try catch statements in deluge?
How can I catch errors? I'm using this script: void googlemap.getLatitudeAndLongitudeMap(providers provider) { /*address = provider.Full_Address; latandlngXml = getUrl("http://maps.google.com/maps/api/geocode/xml?address=" + address + "&sensor=true"); // Retriving xml containing latitude and langitude xml if ((latandlngXml).length() > 0) { latitude = latandlngXml.executeXPath("/GeocodeResponse/result/geometry/location/lat/text()"); longitude = latandlngXml.executeXPath("/GeocodeResponse/result/geometry/location/lng/text()");
Shared Data - Developed App for Multiple Clients
Hi, I am currently designing an industry-specific app that I would like to sell to multiple clients. I was thinking of creating a single app (or DB) that has all vendors in it and uses it between all clients. This way I didn't have to populate each deployed
Copy data from one subform to another subform in a different mainform
I have two sub forms in different main form. I want to fetch all the subform rows from one subform to second subform. Thanks in advance.
Total when deleting subform row
I have a subform which contain a field 'SubAmount' ,which gets summed to 'Amount' in the main form. Is there a way for the parent form 'Amount' total to update after a sub form row has been removed, but before the main form has been submitted? I've tried this "On Delete Row", but it doesn't seem to be working. delete from Washpack_SubAmount[ ID == row.ID ]; grandTotal = 0.0; for each item in SubAmount { if (item.SubAmount != null) { grandTotal = (grandTotal + item.SubAmount);
Custom Layouts problems
Recently the custom layout for mobile and tablet have stopped being applied in some reports. Attempting to make changes to the custom layouts for mobile and tablet have no effect. Can you check this please!
How powerful is Zoho Deluge combined with Zoho Creator to develop complex apps?
Hi! I am trying to understand how powerful are Deluge and Creator to build new software. Let's say you want to build a complex application like an ERP (obviously this is just an example). Are Deluge and Creator capable of achieving this? I wonder if Deluge
The Zoho Creator 6 - 100Rails Manifesto
Hi Folks I thought if I DON'T ask I will never get , so below is a list of FEATURES or FEATURE CHANGES that I have been thinking about for a while with ZC 5 that I wish were being included. I have listed below some areas that I think need rethinking: SECURITY needs standardising on Profiles that can be SHARED and new users INVITED programmatically. Do NOT tie menu sections to security. Improve the profiles with deluge commands. USER INTERFACE needs improving for Developers as the number of clicks
Run a script on a date range
Greetings all.... I need to write a script that runs on a range of dates. I understand how to use the for each record and for each list value but I can't figure out how to iterate a script based on a date range. For example: The user enters a start date and end date... The script runs a series of actions (if then statements) based upon each date in the date range. Thanks in advance for any help you can offer. Joel
Relating two Lookup fields and making them dynamic
Hello, I am trying to find a solution on how can I relate two lookup fields and how can I dynamically change the values of one lookup field on the basis of the choices made in another lookup field related to it. For example, I have two lookup fields;
How to simulate a Quick Filter on Single Line field in List view?
How to simulate a Quick Filter on Single Line field in List view?
Simple Photo Gallery in Creator
I'm wondering if anyone has ever created a simple photo gallery in Creator. I'm envisioning an HTML view that has a list of links dynamically created from a separate Photo_Upload form. The form includes a title from the photo, a caption, and the upload field, with a possible option to denote a default photo to show on the HTML view. The HTML view shows the default photo with a set of links above, possibly a dropdown menu. Using the iframe refresh method, if a link is selected the picture changes.
Dose ZOHO Creator Support a True JSON POST ?
I want to make POST Request to Google Calender API and its Content Type is in JSON Format for example look image1. see its content type is in JSON Format and i am Writing code which will make POST Request to Google Calender API but ZOHO is not sending the JSON format to Google Calender API. what should i do to force it to change in JSON Format. here is something i am geeting look image2= So how i force ZOHO to Change its Content Type to JSON and i Want to Send Actual JSON From ZOHO to Google API
Custom layouts not working
Something has happened with the custom layouts in the last updates. I have custom mobile layouts but they have stopped applying in the last few days. Does anyone have information on this and how it can be fixed? It happens to me in several reports.
Record Template - MICR Font
Please add MICR font to Record Templates. This will enable users to issue checks from Zoho Creator.
Multiple modal forms for one record with prev/next buttons
Hi, I've made multiple modal forms with prev/next buttons for data entry for one record. The modal forms are opened as a pop-up. The one problem I have is that I can't close the modal form that is open when clicking the next or previous button. So that
Invalid Entries Found on Hidden Required Fields
When I submit a new record a warning appears that says "Invalid Entries Found" on a hidden required field. When a required field is hidden an error should not appear. And it hasn't for me in the past. How can I fix this problem?
Duo Two factor authentication
Hello, Do you support the integration two factor authentication (duo.com) within an App Developed Zoho Creator? I need to be able to insert the two factor authentication within the login form in certain circumstances (e.g. based on the user IP location). Please advise, Regards, Edson.
Sort Lookup field by frequency of usage when table is in another application
I have a list of items in App1,->Form1->TextField1, w/ an additional number field "Count" which will ideally collect the number of times each item in TextField1 is used in App2->Form2->Lookup. I think I know how to sort the Lookup in App2 once I have
Get User Language
Hi, Question: How can I get the User Language via Deluge Script. Use Case: The user set up the language to A. Then the user opens a form. In this form is a Note field in language A. When the user change the language settings to B the Note field change to language B. Solution: Set up localization settings with language A and B Create a Workflow when opening the form Create a If/else deluge script depending on the user language settings when opening the form Change the input.note value to whatever
Create a Capacity Schedule in ZOHO
I want to create a capacity heat map in ZOHO. The first step was to develop this query (below) to determine the "Capacity Start Date" , "Hours p/Day Remaining", and "Scheduled End Date." Now that I have all that, I want to create a new query that will
Export Limit
Hi, I am trying to export report to XLS but there is a limit saying it's limit to 1000 records. Is this intentional? As I saw from the Known Limitation, export to PDF is limit to 5000 but it seems that everything is now limited to 1000 rows? May I know
How to download multiple files in Creator?
I'm trying to download multiple files from a creator report using a for loop but it only seems to be downloading one file. It seems like no more code can be run after downloading this one file. Is there a way to download multiple files? I'm currently
Drag and drop blocks in details preview
When putting together the details view for records, it would be nice if we could easily drag and drop the boxes into the order we want. It is such a pain to have several blocks arranged just how you want them, only to realize you need to move (or add) a block to display in a different order. Mind you, the drag-drop might prove to be cumbersome (especially if they are large blocks containing many fields), so perhaps an up/down arrow set to allow you to sift the block up or down as needed. Also,
Mail Merge export as excel file
I have created a mail merge template that grabs certain client criteria from successful deals to simplify adding a new client in our software. The mail merge template grabs all the data perfectly (it is currently formatted as a table). I want to be able
Weekly inspections - reports for done vs. outstanding/remaining
Hi all, Probably a really obvious one here. I'm a Zoho Creator newbie. I've created a Fleet Management app in Creator (see attached dashboard screenshot) so that our team can manage our fleet vehicles. It has the following two key reports based on
Next Page