Duplicate Check against Address field
What is the best away to throw an alert when a customer types in an address that is already in the database? Prefer to do it before form submission, i.e. post entering the address into the field.
Create a 7 digit number from an autonumber
Hello all. I am wanting to create a serial number that is required to meet a set format. That is: XXX (preset prefix number) YYYYYYY (serial number) Z (check digit) End result looks like: XXXYYYYYYYZ I need to use a formula to return the autonumber of the record as a 7 digit number: ie: 1 -> 0000001 Can anyone help with the format for this? Regards, Matt.
Passing a perameter to a report to be used as criteria in the report.
Is it possible to pass a parameter in the openUrl function to a report to be used as part of the criteria to base the report on. openUrl("https://creator.zoho.com/zoho_alan18/atelier/#Form:On_Hand_Count?Tech_ID =" + User.Employee_ID , "same window"); // 1) Tech_ID is a field value that the report is based on. 2) User.Employee_ID is the Tech_ID assigned in the [Employee] form. OR: can I create a user defined variable to pass and use that as part of the criteria? Thank you for the help, Alan
Display Calculated Result in Page Panels Using Data from Multiple Forms
I'm building a report page that uses data from multiple Forms in my database, and I want to display calculated values using data from multiple Forms. For example, the Attendance Form tracks the employee hours worked, but the New Build Form tracks employee productive time. I don't see an easy way to have a panel that displays the result of dividing the latter by the former. It looks like it might be possible to do this via directly editing the underlying ZML in a panel, but it's not obvious what the
Passing info from stateless form into htmlview with no clicking
Hey, Assuming a stateless from with no buttons and a lookup field. I want to access or pass the value that was selected within the form into the htmlview holding this form. Any idea how this can be done? Many thanks.
What is wrong ?
Hello Zoho Team; I tried to enter a piece of code on the When Edited of a form in the On Sucess The below code is working ok, i can save and test and if working. //Mail de Aprobacion if(input.Status1 == "Aprobado" && input.Status2 == "Aprobado") { input.Status_del_Pedido = "Aprobado"; } Now, the problem is when add a Send Mail function. //info input.Status1; if(input.Status1 == "Aprobado" && input.Status2 == "Aprobado") { input.Status_del_Pedido = "Aprobado"; sendmail [ from : zoho.adminuserid
Upcoming updates - April, 2020
Dear App Creators, This is an unprecedented time we're living through, and we at Zoho wish you all safety and good health. Let's all continue to do our personal best to help curb the spread of COVID-19. Remember, it's in our hands—so let's wash 'em extra carefully! :) That said, our work-from-home efforts are keeping the updates coming. By the end of April, 2020, we'll be rolling out the following features and updates: Hide/show seconds in reports Freezing the subform header Layout designer for quick
Creator - Schema Builder - Can you save the view?
I find the schema builder really helpful at times for visualizing my apps and their architecture as they evolve. That is, is helpful after I reposition the form icons to make some visual sense. The thing is, the schema builder always defaults to a random system generated view/arrangement, which is generally chaotic to look at. This happens upon refresh, it happens if you leave the view and come back to it, and it even happens on print - the print view itself reverts to the chaotic system view. I
Unable to get Records of Creator App from Desk
I am trying to get fetch Creator App report records from a Desk script but I always receive the same Error message: {"message":"Please verify whether you gave a valid ownerName,appLinkName and viewLinkName or not","status":"Failure"} I am parametrizing the function like is explained in zoho documentation: <variable> = zoho.creator.getRecords(<ownerName>, <appLinkName>, <viewLinkName>);
Changed behavior of zc_LoadIn=dialog
Hi - did anyone notice a change in behavior on the url parameter "zc_LoadIn=dialog" during the past couple of weeks? Seems use cases where this used to open a nice popup window now load in the same window. Were any changes made to the backend?
Exporting report data to Excel?
Is it possible to export data from reports into Excel?
Display format Numeric Data type / Formato de visualización Tipo de Dato numerico
Hola a todos, Me gustaría saber una forma alternativa de configurar el formato de visualización del tipo de datos numéricos, diferente del formato predeterminado. Necesito un formato de visualización similar al tipo de datos de moneda(currency), como se muestra a continuación. Formato de visualización default: 100000 Formato de visualización deseado: 100,000 ¡Gracias por su apoyo! ---------------------------------------------------- Hi everyone, Id like to know an alternative way to configure the
Schrems II decision on Privacy Shield and the use of Standard Contractual Clauses (SCCs)
Hi, I am using developer.creator to which I understand the servers are based in the U.S., although originally there were attempts to host in the E.U.? The recent decision -Schrems II- impacts every EU business which has personal data stored in the U.S. I was just wondering the status with Zoho as regards to developer.creator, will the EU customers be transfered back to EU? Maybe they are in the E.U. now, but I am unaware? Although not panicking yet, the product is low-cost cloud-based GDPR compliance
Live Page
Hi I am working on a hospitality app which requires the kitchen staff to see all food orders on a screen and update the order with the press of a button from the report itself. The latter is easy but I just can’t find a way to keep the orders report up to date. Manual refresh of page is not ideal as the customer wants their big kitchen screen to show all the orders with their live status. Wondering if there was a way to make a ‘live’ report? I mean I could make an HTML page to visualise the orders
Importing CSV data only to inline subforms
I have two forms, parent_form and child_form. The parent_form has inline subform which is child_form. My question is about importing CSV data which has many null values(so when imported, some rows are not imported correctly, but it's OK for me) to child_form_report. Import actions are done frequently. The results of imports are that the child_form_report has data from CSV, but the parent_form's inline child_form does not have. I think if could, when imports are completed, inline child_form will have
Approval Process of a Subform
I have a request form, Form A, which includes a sub-form, Form B, for any purchases that need to made for the request in Form A. When Form B has an entry within Form A, is there a way to trigger the Approval Process? I can only seem to have the Approval Process triggered when Form B is filled out independently of Form A.
Double "For Each" loop to update grand-child record
Hello all, I have three forms: countries > cities > airports. Each child is related to its parent with one to many bi-directional lookup fields. Saying it differently, each city is related to one country and each country is related to multiple cities. The same is true for the cities-airports relationship. When an update happen on a field on "countries" (the parent), I am trying to update fields on cities (the child) and on airports (the grand-child). I succeed to update the child using "For Each"
Embed a google map in a ZOHO page in creator
I tried to add the share link of my google map in Pages. Nothing shows up. How do i add a map . Any help is appreciated. Thank You, Chris Edit: I should mention, that it is just a static map from GoogleMyMaps. They provide a share link ,which is what im trying to use.
Changing behavior of lookup suggestion/autocomplete
Hi, 1-I'd like my lookup fields not to display records in a dropdown fashion. The info in these lookups are private and I'd like the user to type in his value (for example, email), and after 3-5 letters the field would start searching for autocomplete. 2-Or another solution would be to not give any autocomplete/suggestions: to just match the value with the existing record, and if there's no match, then prompt the "Add new record". 3-The last solution would be to filter the lookup in a way that no
Trigger "Created/Edited --- On success" workflow. of related records
Hi, In form A, I use a "Created/Edited --- On success" workflow. In this workflow, using deluge script, I'd like to trigger the workflow of other related records that are linked by lookup field. Is there a way to do that? Thank you!
URL parameters to pre populate a form
Hi Have tried to pre poulate a form from this... to this.. Product_Used is a Lookup field to another table, with values 1,2,3...etc Have tried the form url with "/Product_Used=2" or "?Product_Used=2" appended to the url, but that does not seem to work. Have also tried ui.add restrictions, but that dis not work. Cannot find anything on the forums. Can anyone help, going slightly mad as I am probably making a basic mistake?
User Input Pop-up - Does this exist?
Is there any way to have a user input prompt that pop's up asking the user for input? For example, exactly what is seen on the back end when you are executing and testing functions, there is a window that pop-ups prompting the user for input. Does this exist outside of the old stateless form idea?
Zoho Creator page in CRM web tab - dynamic filter does not work
Hi, My page has a report "Loan applications". The button "See related documents" triggers a custom function which passes the application ID as page parameter. The documents report is filtered in a HTML snippet which has the following code: <%{ %> <div elName='zc-component' reportLinkName='All_Documents' params='zc_Header=true&zc_SuccMsg=Data Added Sucessfully!&zc_SubmitVal=Submit&zc_ResetVal=Reset&Application.ID=<%=application_identification%>'>Loading Form...</div> <% }%> It works perfectly in
How to clear field values?
I see how I can CLEAR by using 'Delete all items from the given picklist/radio/checkboxes/multiselect'. How can I clear the value from other fields like Date, single line and others? I am finding it difficult to use the show and hide command without being able to clear values on HIDE. In my other example, I have a 3 fields Allergy, Severity and Allergen. Severity and Allergen are hidden on form load and shown when Allergy == 'Yes'. If you add info to the 2 fields and then go back and change the
ZOHO Creator and ZOHO Sheet
Hi Can ZOHO SHEET be intergrated with CREATOR ?? Can I use the front end cut and paste functionality of SHEET with the backend validation of CREATOR?? TIA Allan
Dropbox PostUrl Save_Url
Good day Im trying to figure out a PostUrl to save a url file into a dropbox account, but I got a 400 sintax error, I try to do the same curl dropbox example with a postUrl, I try always encoding the url param. What I should doing wrong? curl https://api.dropbox.com/1/save_url/auto/images/downloaded.png \ -d url="https://dl.dropboxusercontent.com/s/deroi5nwm6u7gdf/advice.png" \ -H "Authorization: Bearer <ACCESS TOKEN>" headerMap = {"Authorization": "Bearer <MY TOKEN>", "url": "https://dl.dropboxusercontent.com/s/deroi5nwm6u7gdf/advice.png"};
Color of the custom action buttons that are shown
Can you change the color of the action buttons that are shown on reports/views for each record?
Calendar Report only showing 6AM - 6PM
We have a calendar report in our application. Until recently, it showed the full 24 hours of the day. At some point in the past few days, however, it started restricting the hours shown to 6AM - 6PM. As a result, some of our records are being cut off and we are unable to access them through this report. This is happening across applications, so it is not related to just one report or change we have made. There doesn't seem to be a way to set what the working hours should be restricted to in any
interacting with mysql db hosted on azure
How can we make a Zoho creator app to get/post data to a MySQL db which is hosted on Azure.
Security Update Applied to Public Applications
Dear App Creators, We have rolled out a security update on July 2nd, 2020, for "public applications" and "public components" — Zoho Creator applications or their forms, reports, and pages that are made public to all visitors over the Web: Note: Unless you receive an email from us regarding this, this update does not concern you. Emails have been sent About the update When a user (logged into their Zoho account) accessed a public component, the Deluge system variables zoho.loginuserid and zoho.loginuser
import xls file with european date format dd.mm.yyyy
I am trying to import data from an .xls file containing date fields with european date format like dd.mm.yyyy Importing the xls file the date column appears as a dropdown field. When I want to change it to a date field, I get the error message: "One or more rows contain a value that´s not a date. These won´t be importet. Proceed with changing the field type?" All the fields in the row have the correct format dd.mm.yyyy What to do to import the european date field correct?
Pass File_upload field as function parameter
Hi, I can't pass a File_upload field as function parameter. I need it to do the proposed workaround to preview a file: https://help.zoho.com/portal/en/community/topic/how-to-open-a-pdf-file-of-a-view-in-preview-mode Why is it not working? I activate the function through a custom function button found in a report. The File_upload field is shown in the report, but I can't select it as a function parameter. Thank you for your help!
Inquiry regarding how to customize CRM with CREATOR
We are using zoho CRM and CREATOR. However for accommodating our business more, we want to create an interface with CREATOR to link CRM database, and it needs customize tab made from CREATOR inside to operate database of another tab. In order to put it into practice, how should we do? best regards, Ueda
XML RPC API - Failure, Invalid or null criteria specified
I'm using the XML RPC API's for editing data, following the example that they gave (modified). This is the XML that I am trying to parse with the API: <textarea name="XMLString" > <ZohoCreator> <applicationlist> <application name='supportv15'> <formlist> <form name='Main_Database'> <update> <criteria> <![CDATA[(Return_ID=="HORP53376")]]> </criteria>
Sorting records by date on a subform
I have a subform sitting on the mainform. I have a fetch record deluge script. Two issues. First issue, I cannot do a sort on the records on the form unlike reports. Second, the records pulled up on the subform are duplicated atleast twice. Below is my deluge: fet = All_Table_Donations[Fk_Sponsor_ID == input.Child_Name.Sponsor_ID]; input.Sponsor_ID = input.Child_Name; input.Birth_Date = input.Child_Name.Birth_Date; input.Sponsor = input.Child_Name.Sponsor; input.Surname = input.Child_Name.Surname;
Workflow on form validation
I've added a workflow to extend my validation but it doesn't work. I have no idea why it is not working: Steps I've taken: Add workflow Select form to apply workflow on In my case I want to apply the workflow on Create and Edit And the next step is my line of code. But when I submit the form with one of the selected values, nothing happens, I don't get any alert. Not even when I just add an alert on top of my file so I am stuck on this. Please help me if(input.CompanyType.Name == "reseller" || input.CompanyType.Name
Iframe opened by OpenURL stopped working
Hi, I invoke an iframe into a HTML snippet in my Page using openURL. I created this workflow a few hours ago, it worked for a time and now is giving me this error: I invoke the OpenURL through a custom action. Here is the code: My pages are published: Also, when I invoke the same report within an iframe, it works. I use the following code: Please help! Also, I have a question: is it possible to filter a report by filtering a multi-select lookup with ID? For example: Url/Multi-Select_Lookup_Field
Calculate KPI
Hello, i need to calculate a KPI in ZOHO creator: i have the first Field called 'Montant_Total' using the Panel i can get the Sum() of all 'Montant_Total' like: <text type='Form Data' value='thisapp.Cr_er_Task.Montant_TOTAL.sum' size='8' color='#2A70E7' bold='true' marginTop='2px' displayType='actual' decimalPlaces='2' decimalSeperator='.' numberScale='none'> </text> and i have also all the inout (Count) using the script bellow : <text type='Form Data' value='thisapp.Cr_er_Task.ID.count'
Subform lookups
Hi All, I'm trying to fetch records but my usual method isn't working as I'm dealing with a subform now. My main form has 2 fields, part number and name. I have a subform within the main form which has a lookup to both these fields. I would like the user to add a row to the subform and select a part number(s). I then need the subform name field to be auto populated with the corresponding name(s). The lookups in question are both multi-select. Can anyone show me the correct syntax for this operation?
How can I get value from another form based on multiple user input values
Hi all, I have 2 forms, Material Cost and Quotation forms. I would like to fetch selling price from Material Cost, which 4 user inputs need to be matched. e.g. selling price is based on Material, T, W, L all 4 fields in Material Cost are drop down fields. Please see screenshot in "Material Cost Form" Here in Quotation form, I have Material - lookup field T, W, L - decimal field Please see screenshot in "Quotation Form" How can i fetch the selling price? Thanks in advance Mien
Next Page