How do I see the files(pdf,etc.) in a Zoho Creator Report instead for a file link using File Upload?
The usage of file upload filed in zoho creator forms is to upload a file link but I have a doubt that this field value in report can show the whole file like image field instead of file link (attatchement). Is this possible to do or not? I am new to Zoho
New Import Interface - Paste Data & Run On Add Scripts
Since the new Import interface has been pushed out, the ability to Paste Data directly has been removed. This was something we were using very regularly to quickly and easily import information. As far as I can see there is no way of doing this at the
Add rows to subform (Form B) with dynamic data comming from another form (Form A)
Form A is a Requisition form where People select products to get Quotes from suppliers. Subform in Form A looks like below- Form B is a Quotation form where vendor submits quotes for productsAbove data in subform A needs to be displayed in subform B(this
Custom form colors, hide header, etc.
It would be wonderful if we can choose a background color of forms and customize the header based on deluge script! I know this is possible if the form is embedded in a page. But doing so makes it very time consuming, and it is not 100% effective because
checkbox
Hi, I m stuck since a couple of hours on deluge How can I code : " If the checkbox return to the state "uncheck" then... The thing i wanna do is 1 if the user check the checkbox : show the field 2 if the user uncheck the checkbox : hide the field (following a previous check) The following code is not working if (checkbox != null) { show field } if (checkbox == null) { hide field } thank you in advance
Is it possible to use an external API in Zoho Creator Cloud Functions?
I would like to use Node.JS cloud functions to use an external API for web scraping. I want to scrape a website and then use that scraped data to create a record in my Zoho Creator database. How would I go about doing this using Cloud Functions in Zoho
Customer Portal : "Unrestrict" Access
Hi, I have a report that I want to set up so that multiple Customers of the same company can see the same records - rather than just the AddedUser. However I can't seem to lift the restriction and when I view this report as a Customer I can still only
New line in formula field
I have a formula where I'd like to group the information from others fields to display in a view in the following format: Age: 23 Hair: Long Tall: 9 and I put the following string in the formula field: "Age : " + fieldAge + " Hair : " + fieldHair + " Tall : " + fieldTall but ZC is giving a error about "Error at line 1 : Script contains new line character, kindly remove it and try again" How do I do it? Please cah you give an idea... Thank you Rodny :)
Is there a limit to the number of URL parameters I can have?
I am trying to create a flexible search feature for my application in Zoho Creator using a stateless form. The form will run a script that looks like this: urlStr = "https://creatorapp.zoho.com/<my-username>/<application-name>/#Report:All_Products?ID=[";
Is there a way to create a PDF template which renders image tags in rich text fields?
I am attempting to send a record template as an email attachment as part of my application and am finding that rich text in the template doesn't properly render image tags. The images instead render as missing image icons in the PDF field. I have published
On Create - On Success profile: Agent is not valid: Line: (1)
Hello to the forum! :) I've been trying to add permissions to users from my own registration form using a successful form submition. But I've been getting the same error The code line I am using is this: thisapp.permissions.assignUserInProfile(input.Email,"Agent");
way to make header and footer repeat in page or record template
guys, i am trying to build an invoice record template and cant get the header appear in multi page. so i tried to build another page with html, can we code to make the header/footer appear in every page? it looks more tidy if the contents of the invoice are more 1 page. and i dont want the "Grand Total" hanging somewhere middle of the page if there were multipage. thanks in advance, Jeff
Zoho Creator - Memberstack Integration
I'm trying to monetize an app I built on Zoho Creator. While I love the tool, integrating subscription billing into it looks cumbersome to say the least. One tool that looks interesting is Memeberstack. They provide a front end for creating accounts,
Lookup previous records stored in same field
Hello, I want to put a dropdown where user can choose to type new record or choose to select from the previously recorded entries in the same field. When I put a lookup it asks me to choose the form and field to look for but doesn't has any option to
How to create a feedback form linked to a training application form
Hi, I am trying to create forms for training/course application. How can I create a feedback form automatically after someone submit a training request and ties it to the training form number?
Possible to translate an HTML page?
Hi guys, the translate feature is cool. Can it be applied to HTML pages as well as forms? -- If you need any help with this or anything else related to Zoho, check out www.nuanced.it or email me at jeremy.nagel@nuanced.it
Pause script while alert box is displayed
It would be great if the scripts would wait for the user to press the "okay" button on an alert box, because if the script takes the user out of the place where the alert box is displayed, the user wont see it. Maybe a pause statement....
Sorting of subform rows
How is this still not a thing? Every platform I have tried before is able to do that. A Company bulletin needs a subform listing it's Employees alphabetically. A Staff form needs a subform listing his/her Tasks by Date_field An Order Form needs a subform listing the Products in alphabetical order Sorting subform records is a matter of visually organizing the data. Displaying data by added_time is seriously pointless and misleading to the eyes in most cases. Has this been added to upcoming developpement?
Update Page iframe based on selection of a report
I'm trying to create a page that holds all relevant information about a site....Documents, Permits, Purchase Orders etc... I have a Site form with all relevant subforms...Documents, Permits, Purchase Orders, etc... On the page, I have an embedded report
What's the most efficient solution for this use case ?
Hi, I'm after an opinion or two about the best practice solution for this problem I may have as my company starts to scale in size. I have an app which I built as a Training database tool. It contains a record of all training available and records what
Adding "Bearer" keyword to POST header return "Internal Exception"
Hi, I'm getting a very odd failure: I'm trying to make POST request using invoke url. i created header map and added 2 key-value pairs (Authorization, Content-Type). now, when i'm putting the value for the Authorization key as "Bearer hqYUIGEmoTfdWNp54SFRQ8VGz"
Auto populate selected fields names
Hi Everyone, I want to insert the field name of the selected field which is decision field in subform in CRM from creator. I want to insert the value each value have a separate row in subform I have form in Zoho Creator, and it's have a associated Deal
Importing data to a subform
I have spreadsheets with data for a master form and a subform. Records in both spreadsheets have the ClientID. Is there a way to import the data and specify that the ClientID is the key field? So when I edit the master record it shows only the subform records that share the same ClientID? Herb Wexler
Show / Hide Fields in Subform
How do I Show / Hide Fields in a subform row based upon the selection of another field within that row?
Fetching Data from a Subform that fulfils specific criteria in Zoho Creator
Dear Everyone, I have a subform (Reminder Details) within a form (Reminders) in which I am storing two columns, Serial Numbers and Dates. Now, I want to fetch data from that subform which I will be using in a deluge script. I want the dates to be extracted
Key Value drop down
Would it be possible to add the ability to have key/value pairs in a dropdown so that we can show a user friendly item and a system id from an api lookup.
How to duplicate the data of a field?
REGISTRATION FORM 1. The student when registering puts his email FORM 2. I make a record and the date to call the student when his class is due. WORKFLOW in FORM 2: The notification comes only by putting the Email field. Question: How do I make the Email
Add Record to creator report from JS widget
I have created an HTML page to get the location. I need to get this location and insert it to report name called "Location" in Zoho creator. this is the error that I'm facing, POST https://creatorapp.zoho.com/widgetapi/companyname/developer/form/Locations
Integration zoho creator with python
I’m trying to build a desktop application using python. I had gone through the api and I was able to fetch and post the data from zoho creator. I need to create a function, when a approve button is clicked on zoho creator form, the desktop application
Integrate Google Maps in Zoho Creator
Hi I just want to ask, how to integrate Google Maps in Zoho Creator? Regards Thanks
The contact form in my website has stopped working!
Designing a Contact Form a Public Website
I am trying to make a Contact form for the Public website. The drag and drop of the required fields is completed. but now when I try to Publish it says not applicable for free users. But I remember we had this facility earlier and the entered details
Shipping and inventory Labels
I am considering using Creator to write an application for my customers to replace one that has been sold for almost 20 years. One of the things that I need to do is to print to a label printer such as a Zebra or Datamax thermal printer. This would primarily be for inventory price tags which are quite small, jewelry price tags. Some of my customers may also want payment receipts printed on a thermal printer such as a Star Micronics or Epson. Is there a way of handling this within Zoho Creator?
Translate Notes Field in Forms
Hi Is there any way to translate Notes Fields in Forms? Or eventually to do it by script. In this case how can I know in the script which is chosen language by user in a variable like zoho.xxxxx? Thanks Best regards
[zoho creator v2 api] File upload error
I would like to use the V2 API to upload files, but the following test code gives me an error. //////////////////////////// code:3660 message:No file found in the request. Please include a file and try again. //////////////////////////// Please let me
Regarding integrating with tallyprime
I had recently started developing an application for my business purpose. I’m using tallyprime as my software for data. I’m trying to develop a POS app for my sales team so that whenever an order is created it should be automatically entered in tallyprime.
Importing data to lookup fields
Hi everyone. I have made a fairly basic app for tracking attendance at meetings. The main form is called "attendance" and related forms are "members" and "organizations". What I want to do is import a CSV of attendees to the "attendance" form and have that automatically populate the "members" and "organizations" forms as well. It's very likely that I will be importing CSVs on an on-going basis, after each meeting. How do I go about structuring this? Also, is there a way to de-duplicate members? Thanks!
Does Protecting Data (i.e. selecting Data Privacy and/or Data Security) prevent creating a Lookup field into another from working?
Does Protecting Data (i.e. selecting Data Privacy and/or Data Security) prevent creating a Lookup field into another from working? I have searched everywhere for this answer and can't seem to locate it. Thanks, Paul
How to implement month picker in zoho creator form .
I wanted to take user input as month and year .
Public Form - Conditional Lookup
Hi, I'm relatively new to Zoho Creator, but I'm making a recruitment database and want applicants to select a drop down of our 'live' recruitment rounds. In the recruitment rounds I have a tick box 'live on website'. I'd like only these jobs to show up
Next Page