Login User Profile
Good day its possible to get thru deluge the current login user (customer) profile name? Thank you,
Criteria for: date_field = ONLY 3rd month from today
Hi, I am using total_for_May = FORM [date_field in 3 months].sum(total_field) to sum all the total_fields only in May. But this criteria also includes the 1st and 2nd months. What is the criteria for ONLY the 3rd month? Also, I would like a solution that only takes up one line of script because I am planning on doing this code 12 times (1 for each month) I tried balance_2month = New_Invoice[Date_Due.getmonth() == zoho.currentdate.addMonth(2)].sum(Balance_Due).round(0); But this returns null
Unable to update multi-select field from another form's "On Validate"
Hi Zoho, I have a form with a multi-select field. This field contain nothing, and populate on load of the form. When trying to updating its data from another form (UpdateMe is the entry, MultiSelect is the field, Test123 is a list of strings (currently containing only 1 spot) I get the following: Error in executing On Edit - On Validate script. Error. Error in executing IF rule : Error in executing If block. Error in executing Iterate List task. Error in executing Update Record task. Unable to update
Creating and using reports
I am very new to Zoho and Deluge but I am finding this to be an excellent resource. I am a Workplace Chaplain and have created an application to track Prayer concerns. I have been able to create some basic reports which allow me to filter by work location or action needed. But I would like to have a "dashboard" type of report that will give me record counts of newly added records on a month-to-date basis. I do not want the record or any content iterated, I just want a number. My question seems so
I wish that when you click a record in a report, were redirected to a PivotChart report with the corresponding information to the registry. How can I do that?
Dear, I have a simple report with data from enterprises (customers). And I wish that when you click a record, a button or a link, were redirected to the report where I have a chart with the information about each customer bought goods in certain countries. This: Could someone help me please? I don't know if I can explain it. Any questions please let me know. I thank you very much.
Associate two form entries via a number field
Hi I have two forms, Membership and Payment. Both forms have a Membership ID field and the Membership form contains Payment as a subform. I want a person to pay their membership entering their Membership ID. On success the Payment form should compare the Membership ID of the entry to Membership IDs in Membership and add the payment record to the correct member in Membership (in the subform). Basically I need to associate a payment with a member via the ID. ID is just a number field (can't be a lookup
How to divide 24h in 5 minutes and add them to a dropdown
I would like to create a dropdown with 5 minute options like 00:00,00:05,00:10....23:55 I do not want to keep these values as records and then to fetch them using a lookup field as it will keep hundred of records in my database. Except of I fill it with the 'for' loop and using ui.add but without keep these values in the database. Just only to load these values in the On Load. Which is the easiest way to fill this dropdown? Via deluge (if it is possible) or will I add them one by one? If there is
ListB = ListA updates list ListA when ListB is updated,later on the script!
Hi Zoho, On my script I have ListA ={1,2,3}; ListB=ListA; ListB.removeelement(1);%> <%=ListA%><br> <%=ListB%> I get: 2,3 2,3 Instead of 1,2,3 2,3 Please fix? thanks Ravid
Reset Subform Items when re-selecting Parent Form
Hi, Currently my current form for RECEIVE part of Inventory Management has the following structure: Suppliers (Lookup) Items (Subform) - Product - Quantity [Default = 0 rows] Now, the Product dynamically populated from Suppliers with the following code in "Item --> On Add Row" prodlist = Add_New_Product [Suppliers == input.Supplier]; clear row.Product; row.Product:ui.append(prodlist.ID.getall()); which works fine. My question is 1. Is there anyway to populate
Captcha and Zoho REST API
I am new to Zoho Creator and I wanted to use Captcha screens in my form validation settings and make a HTTP POST request to Zoho REST API in App Inventor 2 to add, delete and update records. What link name do I need to use for the verification code in my requests - VerificationCode and captcha didn't seem to work? If I use a web viewer to view the Captcha image in a published form can I use its value and pass it as a parameter to a separate POST request to the REST API?
Update Quantity in record of lookup
I have a attached a test application to work out a problem I'm having. As a row item is added to an invoice , I'm trying to subtract the quantity from the underlying lookup record quantity. I attached the code: tempQty = Products [ID == input.ID]; tempQty.Inventory_Quantity = (tempQty.Inventory_Quantity - input.quantity); To the OnUpdate area of input.quantity of the subform. any help would be appreciated ! Thank You. Chris
Unable to import a spreadsheet
Hi trying to import a spreadsheet and keep getting this error: Error in creating the application. Please check if the formulas are applied on compatible data types and try again. There were 3 colums with formulaes in them ( detected as type formula) but are now set to Date.
Auto payments in creator
I am building an app that will take online sign ups and where users can subscribe to services. The app should integrate with Stripe to set up a payment record (user token getting stored to Creator) and charge the credit card each month for the services. step 1: on new user registration through a Zoho Creator form, user is presented with a Stripe form to enter payment information; step 2: after succesful credticard registration, user is sent back to my website. Payment token is stored in Zoho Creator.
Function cannot return String:List ? get an error
Hi Zoho I have the following function returning a list : list Data.TestProjects() { TestProject = List:String(); TestProject = {"ZZTestProject", "XXTestProject"}; return TestProject; } but, on a page, when I try to script ProjList4banner = Add_a_Ship.distinct(Project_Name_TEXT); ProjList4banner.removeall(Data.TestProjects()); I get to following error: Mismatch data type for function 'removeall' at argument index 1 expected data type STRINGLIST found data type LIST for a combined script
Zoho Creator Tutorial Series: Vacation Requests
Hi, I'm working on the tutorial you made (well done by the way!): https://www.youtube.com/playlist?list=PLlC7sQNISSUQb2ikBRmlMRWNtbRpvNKX3 and I'm having problems with the custom actions. When I want to send an automatic email notification and when the request has been accepted or rejected, it works if I "edit" the Vacation Requests Report, but if I just want to click on the custom buttons (Approve, Reject) it doesn't work, the notification will not be sent. Do you know what I can do to avoid
Open url
Hi, I created two pages , want to take print and pdf in a single custom action click. Now, after clicking custom action, a stateless form will be opened and there is a drop down to list the pages which need to be printed and allow user select page and click "generate " button , then page will display in new window and the page itself have a button to"print" and "pdf". these buttons are options given by creator for pages Now,I want to generate all pages into pdf format and print-out in a single
Create a ZOHO app and host it on AWS?
Is it possible to use Ziho creator to create an App and then host it under windows or Linux so I can use AWS?
App Missing
I have an app missing. Hauling Tail Rescue
Customer Portal for application with multiple clients/customers
Hello - I'm building an application that will store sensitive data for several large customer companies. We want the customers to be able to login and see reporting/dashboards related to their info, but obviously not see the sensitive information of the other companies. The information will be uploaded by our team, and not by the customers themselves. Is there a way to associate customers to only their related data, so when they access the portal they only see their information? Is it secure to
Creator Page w/ Multiple Charts
Hello - I'm creating a Page in Creator to show multiple charts to customers. It seems that when you embed a chart into the HTML, the charts are full-width and full-height. Is there any way to limit the chart dimensions, and have multiple charts next to each other (in half-page columns) instead of full-size on top of one another? Also, is it possible to make Pages responsive or is this not supported? If anyone has any Page templates that sound similar to this, would love your guidance! Thanks Brian
Create Google Drive folder after record is created
I tried using Zapier, but it is not fast enough. Any ideas? I want to create a google drive folder after adding a record. Would i have to use API calls for this?
Open URL does not work after success in calendar view
I am using the calendar view, and I have scripted an openURL after success of a record. In calendar view, if i click on the little edit button or click the record, then the edit button, after success, it does not open the URL. The URL only opens if I'm in list view, not in calendar view (or summary view). Why is this happening? This is the report with edit access: https://app.zohocreator.com/deranged/deranged-entertainment/#Report:Add_New_Event_Report
how to set "OR" operator usig URL criteria for a view?
I need to specify criterias for an embedded view using URL. How can I make the view show records matching the criteria Field_A == Value_1 OR Field_A == Value_2?
Need to specify "OR" operator when setting criteria for displaying a view
From the docs: To set criteria for a view URL format for setting criteria with "=" (Equal) operator is given below http://creator.zoho.com/<app owner name>/<app name>/#View:<view name>?<FieldName1>=<FieldName1 Value> &<FieldName2>=<FieldName2 Value> This allows for criteria of the form <criteria 1> AND <criteria 2> as I read it. I need the form <criteria 1> OR <criteria 2>. There's other logic operators listed but no OR. Is there some way to use an OR in this situation?
Spreadsheet View with Sub Forms
Is it possible to use the spreadsheet view with a form and a sub-form? We would like to have the cut and past functionality that the spreadsheet view provides with fields in the sub form. If not the spreadsheet view, any other ideas would be appreciated. Thanks
Sort by returning ID of Lookup Field not Value
Hello, We have a static HTML page (stateless form) that is a report pulling data from multiple forms. a search value is passed from another form to this HTML page. Then we have a variable asset which looks like this: asset = Add_Edit_Assets [Assets_Account_Lookup == search.ID] sort by Assets_Type_Lookup ; Later in the page we have a "For Each" that looks like this: <%for each x in asset { type = Default_Device_Types [ID == x.Assets_Type_Lookup]; manu = Default_Manufacturers
Adding CRM Task from Creator Subform
Hi I am trying to add a Task record to CRM in a Creator Subform when the form action On Success is executed. Its a simple statement x = zoho.crm.create("Tasks", { "Task Owner" : "someone@company.com", "Subject" : "Chase Up" }, 2); This does not work for a subform On Add -- On Success action BUT does work on the main form On Add/On Edit -- On Success action ? Please can you advise why ?
Updating Records of a form based on the input of another form.
Hi, I have a form Product that contains the Product Name and and the Available Quantity. This is added through lookup into a subform in another form. I need to update the value of Available items with respect to the Required quantity in the subform. Any idea how to do that, because storing the value in as it is retrieved is not working.
New to Zoho Creator (non-developer), need some help understanding how to build a simple App
Hello Zoho Community Team, I am a non-developer and wanted to assess the viability of someone like me to be able to create applications without any real coding knowledge. I was wondering if someone could help me create a super-simple application, as I have been struggling for a couple of days to create a very simple 3 page app. Essentially I am creating an interview observation Application. I want the screens to essentiallt look like this. Home Page: ---> Client 1 ---> Observations
getURL and postURL not returning response body for 500 response
I have set up a temporary rest endpoint that returns a 500 error and some json to explain the reason for the 500 error. http://demo3516469.mockable.io/test500 This is common behaviour for many REST APIs to return a 500 error if something is not right and display a reason. The following test function: void testREST() { getRestResponse = getUrl("http://demo3516469.mockable.io/test500",false); postRestResponse = postUrl("http://demo3516469.mockable.io/test500", "{\"test\":\"test\"}",false); info getRestResponse;
How can I reload a HTML page opened as a dialog?
I have a HTML page with a list report and a stateless form embedded to it. This page is opened in a dialog to show info about the selected record. I wish the HTML page gets reloaded when I click on 'Update' button on stateless form. I already tried openUrl("#Script.page.reload", "same window") and it works if this page is loaded on whole window, but when it's opened as a dialog it reloads parent page. Any tips on how can I achieve this behavior? Using iframes maybe?
sum of values in report
hi! how to make report so that it will show sum of values?
Build app without forms
Hello, I only want to build a calculator - user enters numbers and page displays results. Zoho only allows me to do this on a form. I do not need to submit a form. Thanks!
Trying to be to clever
I have created a ToDo form and have two other forms, let's call them A and B. Todo's can be either general or specific to either A or B. So what I did was create a subform, first in the A form and then another in the B form. Went to the Todo view added a look field to the A form and another lookup field to B form. No problems with the on the A side but there's something wrong with the B form. On the B form when I click "Update" i get a spinning icon and "please wait" but this never goes away. I get
Retrieve data value from different tables all in a new table
Hi, I would like to know if there is a way to retrieve data values from different tables into a single validation page. For example if we have, 3 steps process Step 1: Enter customer data Customer Table CustomerID:001 FirstName: John LastName: Smith with Submit button - data insert in Customer table Step 2: Enter Appointment Appointment Table AppointID:001 CustomerID:001 AppointmentDate: 22/3/2017 AppointmentTime: 10:00 Step 3: Validate Here what I would like is to retrieve all the information from
Lists cannot be compared?
Hi Zoho, I have the following script: ListA = {"A","B","C"}; ListB = {"B","A","C"}; if ListA != ListB {%>Lists Not Equal<%} When trying to save, I get the following error: Error at line number : 7 at column 54 In Criteria left expression is of type STRINGLIST and right expression is of type STRINGLIST and the operator != is not valid This also happen when marking "equal" using double equal sign (==) , but single equal sign (=) is ok. Please fix thanks Ravid
Remove time from date-time formula result; not using .toString()
Dear Friends, I have date-time formula in a form to calculate certain date. Then, I have report (list type) based on this form, where I want to sort all records according to this formula field. The problem is: - To sort by formula field, I have to add this field into the report, and then only I can drag it into Sorting order - Consequently, this field becomes visible and occupy too much space in the report. The problem is that it shows also time stamp, which is meaningless for me, like: 28/03/17
7 day reminder automated email
Hi Guys I would like to setup up an automated email reminder. The condition would be, if a record had not been updated after 7 days of creation it would send out the remainder email. Any help, would be appreciated greatly. Thanks Chris
Send Mail with selected Records as attachment
Hi, Is this possible in Creator that I can send a XLS file as a attachment for selected Records only using Sendmail Function ? For instance If I select 10 records in the View and click on Function so it send out those 10 records' details as a XLS format to respective email.. Thanks Arfater
Can't delete function
Hi Zoho, I have several old functions I'd like to delete. When I click "x" I get the following message: Function cannot be deleted. This function is referred in the following places. Please remove the reference,then try deleting the function. I can't understand where the functioned are used (and don't think they are used, anywhere) please fix Thanks Ravid
Next Page