Calculate ages
Hi I'm not technically minded and need to be able to show peoples ages in the Contacts app based on the Date field. Is this easily done? I've had a look at the formula field and got a bit lost! Thanks. Richard
Validate of Form Submission Workflow not Running on Create
I have one workflow for validating a form that runs when editing or creating and works properly. However, for all new forms I cannot get the validation to run when creating. I created a new app with a simple User form and the attached workflow. It runs when editing but not creating a user. Similarly, if I create a workflow that should run only on creation it does not run either. Any idea why this would happen?
Fetch a range a records based on criteria and insert each record as a string into multiple form fields
See the most recent attempt below. Basically I've found lots of info on fetching data but not too clear on how to then put it into form fields when you're fetching a range. I would like my users to be able to see the three previous entries into this form (Daily_Nursery_Log), when they are adding a record in this stateless form(Nursery_Action_Log). I thought it would be easier to input the key fields as one single line field combined, as you can see below. But that is not a requirment. I've tried
is there any way to set height for html snippet?
i use the snippets for embedding reports inside a Page
download attachment API
Hello, I tried download attachment API of zoho, which returns above data how will I convert this above data to proper image type.
How to perform field on user input action in subform
I have a form, Data, that has a subform, Calculation. In the Calculation subform, there are 4 fields, Component (lookup), Concentration (decimal), Unit (dropdown), and Concentration in Percent (percent). The goal is to convert the concentration in the unit selected to % using the Unit as the On User Input trigger. For example, the user selects the component, type 1000 in Concentration, then selects "ppm" from the Unit (dropdown) field, the script should run and output "0.1000%". I can make this
Creating a in Creator using Data from Zoho CRM
Hi, I'm looking to create a customer viewable portal using the Creator app. We would like to be able to create a "Payment Profile" table from data in zoho CRM to be displayed in the customers page. For example in CRM we would have fields such as Payment
Adding Subform data to Books Purchase Order Subform using API
Hello, I am trying to add creator forms subforms data to Books purchase Orders Subform but i am not getting any exact format as of how to map the subform data. This is the code i tried mapp = Map(); mapp.put("vendor_id","177093000000077066"); mapp.put("purchaseorder_number",input.PO_No);
Trying to SUM or ADD prices in subform
I am having trouble adding the currency field in a subform. I have tried quit a few different way but cannot seem to get it to calculate. I have other calculation like this for another form and it works just fine. Attachment shows what I've tried.
[Subform] Select fields to show instead of hidding the rest
Hi, When adding an existing form as a subform, all fields are displayed. More often then other, there is no need to show all fields from that form. Usually, we will want to display a minimum of fields to allow for a clean UI and hide the rest. Instead of having the create a workflow to hide all the extra fields, please allow us to select which fields we want to include in the subform. This could present itself in the same way we select fields to appear in a blank subform. This is convenient, quick
Sendmail task: How to improve deliverability?
Hi, My sendmail email always end up as junk. How do I improve the deliverability? Thanks!
Numbers appear as strings in API v2 JSON data
Hello. I have developed an application that retrieves data from Zoho Creator by calling the API. When I used API v1, all the numbers in JSON data were just numbers (for example, ints), but when I use API v2, numbers are treated as strings, which (in my
Send file to external service in base64 format
Hi, I need to send an uploaded file to my Zoho Creator app to an external service. But my file is unreadable at destination. I'm trying the following code // MBL_File was uploaded to the form. I also tried without encoding it file_content = zoho.encryption.base64Encode(input.MBL_File.content);
Multipage forms
The below is a quite good example how to create a multipage forms in Creator with next and previous buttons Each of these buttons redirects to another form vice versa https://app.zohocreator.com/sampleapps/next-previous/#Form:Form_A My question is, if someone lets say stops the process in step 2, is there any way the system to 'recognize' that the process is 'uncompleted' and to continue from this step another day? Or maybe to add a button in the report (as function) to continue the process from
Creator API - Setting up and using the OAuth process
So full disclosure - I have never done this before, but after following all the steps I have hot a brick wall. All the IDs and codes, below, are redacted for security - I have been using the unedited versions :) My end goal is send a URL request to search
How do I return to the originating form when the user completes a form in a pop up box?.
I want to do something really simple. I have a form that a user fills in then presses decision field that then opens another form to complete in a pop up window. If the form exists it opens the existing form otherwise it opens a new form for the user to complete. What I'm trying to do is go back to the original form when the user closes the pop up window. In other words. From a report view, open new or existing application form. FORM A, whilst completing FORM A, the user launches FORM B in a pop
refresh form
I have a form to generate orders. at 3 pm you can no longer generate orders for the next day. but somehow they have been able to place them. My question is, how can I make the form after some time of user inactivity, even though I have already filled
Sort data by Date in Collection
Hello, I am fetching data from multiple forms and i am trying to sort the data by date wise.But i am unable to get success in that. Following Eg. is the way i want Invoice No. Invoice Date Purchase Qty Sale Qty 15
Unknown Error when using User Role to set Field value
I have a form with a "Location" field that should be preset if the Role of the user filling in the form is "Storekeeper". I therefore have the following 'Created or Edited' -> 'Load of the Form' workflow: if(thisapp.portal.isUserInProfile("Storekeeper"))
How to link fields between forms? How to add a "copy content" option to a field?
Hey, Question 1: How to link fields between forms? I have a form on which I manually add data, let's say Name. I have a second form that contains separate data, let's say Address. I have a third form that contains other separate data, let's say Phone
Pushing data from Creator to CRM Lead
Hi there, I'm trying to make a booking app by using a pre-made Appointment Management app in creator. Form works fine but even there is no error message, somehow I can't push data from creator to CRM Leads. Is there something wrong on my code or do I
Subforms : Clearing and only showing matching results in drop downs (pick lists)
I have a script that creates rows in an attendance subform when a training course is selected. So that I can add an employee to multiple courses. It works great, however there is a drop down for each course containing a list of modules - this currently shows every module for every course. I have been able to use deluge to only show modules that are related to the selected course - but this does not work in a subform for me. My Code : for each subRecord in input.attendee_subform { ModuleIDs =
Can a embedded Form be passed different values depending on the Webpage that it is accessed from?
For instance, I have a website that allows the customer to select their sales agent and proceed to a page with an embedded Zoho Creator Form. Is there a way to prefill the sales agent information on the load of the embedded form? I know I can use redirect
I'm new and don't know where to start
I currently have a few applications built on Caspio and I am looking to migrate those applications to zoho. I have a large database of addresses that I want to build a custom search for, and I can't figure out where to start. I have imported my addresses
Creator and Zobot
My company has the whole umbrella of Zoho apps and are looking to fully integrate across the platform. We have used Zoho Creator to create our webspace and want to use a chatbot to interact with out clients using the power of deluge and zia... I really
Fetch records from Books especially the General Ledger accounts?
Hi there, I'm trying my hand at creating an app and I need some help in fetching records from Books but especially the general ledger accounts and cashbooks. I havent been able to find a reference to this. I would appreciate some help... Much thanks, Shawn
Can't access Creator Form from Edge or Chrome or Monzilla but can via IExplorer
I have a form created and has been running for years by another person. This morning they can no access it. Only the title comes up in the top left corner. I said to try other browsers to try and narrow the issues. Chrome - fail Edge - Fail Internet
Clicking on link in detail view brings me to blank page
I have my detail view for a report set up for clicking on a related item and going to that related item view. When that view shows up, I see it on the right side and on the left and background is the report view but it shows no records. I close the detail view of the related item and the page still shows the report with no records. I have to refresh the page for any records to show up. It should be showing records for me to click on after loading the related item detail view on the right. Also,
Internet facing
Is it possible to have a Zoho Creator app internet facing with no login? If yes is there an add-on or cost to make that happen?
API V2 Issue for HTML Form Submit to Zoho Creator
Hi There We have multiple Html Form that use API V1 to submit into our Zoho Creator. It seems the new API V2 requires user to login to zoho before can generate the token and submission. is there a easier way for us to continue submit our form to Zoho
Take time to load & unexpected error.
Hi, Team form today morning Zoho creator is not working well. it takes time to load. sometimes doesn't show data. I have tested with diff accounts on the EU domain but the same issue. after checking the console it gives a lot of error. Anyone when it
Integrating biometric device with ZOHO Creator
Integrating biometric device with ZOHO Creator for tracking Attendance with in ZOHO creator. I am new to ZOHO Creator i am creating an application. In that application i have to manage data or attendance from a biometric device So how to integrate
Ignore empty criteria when fetching?
Is it possible to ignore empty criteria when fetching? Color = "blue"; (Food is missing / empty) Animal = "cat"; fet = Form [FavoriteColor = Color && FavoriteFood = Food && FavoriteAnimal = Animal]; @Damien?
Form Structure for Multi-Level Manufacturing BOM
Hello Zoho Creator community! I'm looking to use Creator to help me with our inventory management, ordering, etc. for our manufacturing business. I'll be hiring a developer to help eventually, but I'd like to get some core parts of the structure in place.
...you can't embed an image (not an upload image widget)?
I mean...this is basic functionality for any web interface. Of any kind. I have an app. it works...mostly. The form, when submitted, will need to call out to a database that, based on Workflow, will help generate a "score". The score should then drive other logic that (and this is where I don't see it possible) it will display a simple page with the outcome, represented as one of three sections that hide or display images based on that number. I figured out how to do everything except get the
Cannot get posted variable and fetch row
Hello everyone, I really need your help to get this sorted. I already spent hours on this.] So I am sending an email with an URL that looks like this: https://app.zohocreator.com/xxxxxxxxx/xxxxxxxx/#Form:Opportunity_Poll?ID=4083783000000024015 On my onload event, I have the following: currentBrand = New_opportunity[ID == getUrl("ID").tolong()]; alert currentBrand; When I load the page, I get this: Can anyone help me solve this. Thank you in advance.
report quick view custom layout records per row problem
i have a report with custom layout. when i enter to the layout properties X records per row i ican see the changes on the report but i cannot see it on a page with this embedded report.
Widget showing up as javascript on Page
Hi, I need help again :) I have created my first Widget and inserted onto a Page. The widget built successfully, but it is showing up as javascript on the Page, which is not the intention ;) Widget on page You can assume that I know nothing, e.g. I needed
embed record view in page
Hi, Is it possible to embed a detail-view of a record (or record-summary) in a page and load the record using id from the url parameters? i'm trying to improve the user experience in my app when dealing with Forms that include subforms with many fields.
Cannot seem to get CRM Data (Many-to-many module associated fields) into Zoho Creator List Reports
Hello, I was wondering if you might be able to help me with an issue. We have multi-linked modules in our CRM (to support many-to-many module associations), specifically on the Deals module. One field is "LR_Client_POC" I am trying to build a customer portal using Zoho Creator. The standard integration for Zoho Creator to Zoho CRM, does not include our custom fields in the results. That is, when I use the CRM Integration options, the data does not include our multi-linked field, i.e. "LR_Client_POC"
Next Page