View criteria for last 168 hours/week.
What is the result of the following criteria in a view? Assume today is Thursday at 8:30pm. Will it show only records added in the last 168 hours (since last Thursday at 8:30pm)? Will it show only records added since one minute past midnight last Thursday morning? Will it show only records added since one minute past midnight last Friday morning? Added_Time >= (zoho.currenttime - '1W:0D:0H:0M:0S') Herb Wexler
Need Help for PHP Return Page
Hi I have creator application stateless form, and if i submit the button in my form , then it will goes to my PHP page which was in my server, then if i enter the data in my PHP form , then the page will return back to my Creator application form. I have the below error when i redirecting the page. " An error has occured. It has been reported to Zoho Creator support. We will look into this issue . Sorry for the inconvenience caused. Go to Home " Let me know How to solve this issue. Thanks
Script Builder window can it be made taller
Hi, When working in Script Builder the height of the window makes it hard to see a complete for each loop especially if you have a lot of statements in between Any way to make this window taller ? so you can see more of the code ? thanks
Need a developer for Zoho Creator for CRM
I have a client currently using Zoho CRM with Google Apps who would like to have a custom module build with creator for use as an add-on with Zoho CRM. They would like to have a rental equipment module that would integrate with CRM and Quickbooks add-on. Anyone up for the challenge?
Last Modified Date and Version# for HTML Views
Rather than typing it manually, it would be neat to have built-in variables for HTML views that display the last modified date and version number. Cheers, John Whitney ZOHO Creator Developer
Embedded forms, weird URL
Hi, Please take a look at the two embedded codes, both for contact forms on our web site: The forms are set up identical with identical sharing permissions etc. But #2 has all kinds of extra "GHJhj;HJB;HJ" in the URL. #1 does not have that... Why is that so? Kind regards, Bo Thygesen 1: <iframe height='500px' width='100%' name='zoho-smallno' frameborder='0' allowTransparency='true' scrolling='auto' src='https://creator.zoho.com/bo.thygesen/smallno/form-embed/smallno/'></iframe> 2: <iframe height='471px'
Reminder emails to attendees
I see the exciting new ability to add events from Creator to Calendar. https://help.creator.zoho.com/Create-an-Event-in-Zoho-Calendar.html However, I'd like to create events so that attendees automatically get reminder emails at a specific period of time (perhaps 2 days) before the event occurs. How would I do that? Also, is it possible to customize the reminder emails in any way? Also, once I create an event, how would I update or delete it using Creator? And if an attendee declines her attendance,
Selection Dependant Fields
Hi, I am wondering how I can create a selection dependent field: For example: Type: if A is selected then sub-list A is shown below for further selection or if B is selected then sub-list B is shown? Thanks
placing two controls side by side is not happening
Hi, Zoho form is divided into two parts.In one part how to place two controls side by side.That is not happening. Please help me out of this.
Anyone know the standard form time out?
Hi folks Can anyone tell me how long it is before a Zoho Creator form assumes you have wandered away and logs you out? I lost a lot of data at a demo the other day because of this (mucho embarrassing!). Also, does anyone know if there's a place you can tweak this setting??
URL in Creator contact form
Hi, we are using our creator contact form extensively through out our site. (we are a real estate agent, so at every property there is a contact form). So basically the same contactform is displayed on several 100 URLs. Is there a way to include the site specific URL in the contact form, so that we can see from which part of our site the customer has contacted us? Kind regards, Bo Thygesen
multiple criteria using bidirectional lookup fields
I am trying to use set criteria to use 2 different fields in a bidirectional look up to sort my data. (Warship_Name == input.Warship_Name && Engine_Type == "Main") in my engine view I define what ships can use that engine. and also define whether the engine is a main, mjet or scram. I would think the code above would only show me engines (in my warship view) that work with the listed warship and also need to be defined as Main. However it seems to only pay attention to the first part Warship_Name
Hide Subform Field based on Group Membership
Hi Is it possible to hide the subform field of a main form conditionally based on whether the logged in user is a member of a certain group? T
Will not import data from google doc or allow me to cut and paste that data
Hi - I have successfully been able to create a new form previously by importing data from a spreadsheet. Tonight when I am trying this I select the document I want - press next and it says loading and then does nothing. Same thing when I try and cut and paste info as an alternative - select paste and no entry is made. Thanks Kendra
Custom domain
Could a Zoho guy explain what the "custom domain" marked as complete in the working on feature list, refers to? Also, when can you implement the html to pdf WITH IMAGES and PAGINATION ???? Thanks.
Record level permissions
Here is what I want to do: 1. User enters email and a password. 2. Script compares to see if email is already in database. 3. If email and password match, the user can edit ONLY their record. I can do #1 and #2 - looking for help on how to implement #3. Thanks! Julia
Access all products from PurchaseOrders module
Hi, Is there a way to access Product_Details data in PurchaseOrders module via Zoho creator? if there is, could you please guide me as to how to go about it? thanks.
Rich text editor button icon positioning
Lately in Chrome, the RTE is displaying button icons in strange places. Cheers, John Whitney ZOHO Creator Developer
Based on 1st form data need to do some changes in 2nd form
Hi, Based on 1st form data need to do some changes in 2nd form.For example,I have two forms,lets say one is company form & other is employee form.In company form i have one SingleLine control & Checkboxes.So in Employee form i need to show/Hide the data based on Company form textbox & Checkbox selection. Please help me out of this.
HOLD DATA IN A DROPDOWN MENU FROM FORM TO FORM
I have a dropdown menu that I want to hold data after submit button is hit. I want the dropdown menu to remain the same unless the value is manually changed. I cannot determine the script to accomplish this task. Thanks for your help. PZ
How do you specify two criteria in the "Set Criteria" portion of a lookup field?
How can I have my lookup field key off of both criteria I show below? It will work with a single entry, but no matter how I put the second one in, it removes the second option when I click the Done button.
Conditional X-Axis Dates in Reports
I have a report that tracks some activity on a monthly basis. Is there a way to adjust the x-axis of months to a custom range like July 2012 to July 2013? Or is there a way to only display months that have data?. Here's an example Cheers, John Whitney
Updating Related Record on Case (Case Add Comments)
I am trying to update a related record on cases. Specifically, I want to add a comment to the Add Comment area on the case. It seems like that field is in a solution record that is related to the case, and trying to pull the id out to update the Add Comment field on the associated Solution record. Any help much appreciated! if((input.ZC_Subject.contains("Case#: "))) { input.Case_ID=(input.ZC_Subject).subString(11,29); input.Case_Response=(input.ZC_Content).subString(0,(input.ZC_Content).indexOf("---------------------------"));
Ive got a csv / xls file that i want to import automatically on a schedule
is this possible? i am open to thinking outside the box. Ive got a csv file with about 700 records, that i need added to a view on a schedule. for example, i need it to import this csv on a local hard drive every night at midnight. is this possible? i need help! Thansk!
Link two forms filled one after the other by the client
Hello, in my application, I have a form called "contact" and another with "service order". The client will fill the form contact with his contact information and will be redirect to the next form (after clicking the submit button) to define which service he wants to order (let say between a transcription and a translation) and the related informations. A client (with information saved in the contact form) can later have many service orders. This is why I need two forms. Now, I need that the service
Database
Hello if i creat an app on zoho ,, can i get the database to put it on my on server
Linking information from two forms together
I have two forms: One is a database, and one is from the Autumn term. If I add a person to the Autumn term, I want to be able to view this in the database as well, I want the class they have enrolled for & their booking number I have entered under the Autumn Term Form, to come up automatically in the Database view. Is this possible & if so, how can I link this? Help!
Need guidance to build my app
Hello, I am new in Zoho and what I'm trying to do is to build a simple app to place my customer's orders in and have my customer check my website to see the order status. 1. I have built my form and populated it with my customers' orders. 2. I have built a view to update my customers' orders. That I will do myself. 3. I need a view that I will imbed in my web for my customers to type in their invoice number then when they click submit they will then see the order status information. I need
bug with Bidirectional lookup?
I have created a one to many bidirectional look up. However when i use the many side to set up associations to a specific entry... they can on exist on one entry... when i set them to another entry as well it removes them from the first entry. in my example I am setting up a template that associates an engine to multiple cars. I also want to be able to say a more powerful engine could work with the same cars and that should be ok... however the database doesnt let me do this. Ie... engine X should
Create a Filter that works across divisions in an HTML view?
As an example, lets use students on a bus: The HTML view has a top division view of Bus records with fields: Bus_ID_Number, and Total_Count_Students_On_Bus. The bottom division has a view of Student records showing who was on a given Bus with fields: Bus_ ID_Number , and Student_Name. My goal is to enable users (public or Zoho) to filter the HTML view so that each division is filtered for the same Bus_Number and therefore presents in one concise view both a summary above and detail related to
Need in-row function to populate values in HTML view...
How can I make a function that will open an HTML view which recognizes the record of the row the function button is placed in and allows me to populate the HTML with values from that record?
Hidden fields in a form are being shown as subform.
Hi, I have put some fields as hidden fields for the rest of the users in a form. Then I am using that form as a sub-form in another one, but the hidden fields are shown. I know how to solve for my application, but that is a bug, it should work differently. Kind regards, Mari.
Example for a valid delug criteria
Hi, http://api.creator.zoho.com/REST-API-View-Records-in-View.html The Api above has a criteria field as post parameter. I'd like to see and example how can I use that. It says I should enter a valid delug criteria, but don't know how is the format of that. I can set it from GUI, though. To be more specific I'll give an example. I have a two forms, Accounts and Lists. A List belongs to an Account so the List have a lookup field in it for Accounts. I'd like to create the deluge criteria for Lists
Export file size / column amount / line amount
Hello together, short question - what will be maximal file size column amount line amount We have to export at least file size - greater than 6MB column amount - 160 line amount - 20.000 What export options are recommended and which are possible? Thanks!
How to disable action buttons while the scrit is running.
Since the application that I am developing should run several scrip before loading the next step after submission, the user could push the action button again although the script is still running. There is a way to disable the action button in the meanwhile? Kind regards; Mari
Fecth records in a subform depending on a field in the form
Hi, I am developing an order management application. We want to have all the product pre-loaded so the user doesn´t forget any item. For user experience reason, we want to show him the products of a specific category. I am pre-creating all the products in the subform, but I want to fetch the records to show just the information of a specific category choosen by the user. It is possible to do it. How could I do that? Thanks, Mari
Suggestion in how to implement a validation on a view
Hi Zoho creator guys, I want to implement a validation in a view that should be activate when the user start it. Basically I have a view of "orders to be processed" and I want to check another view with the "products unavailables", and let the user know about these products. What do you suggest to implement this feature? Thanks in advance, Mari.
workspace app OR personal app?
hi i have professional account with 10 users what is difference for me (as owner and admin of apps) to use personal app or workspace app? using personal app i can make apps and add access to users what add workspace apps in functionality? for what it will be preferable to use workspace apps but not personal apps? special admins and developers for each workspace?
Multi Customer Application
I want to create a single application for multiple customers. Each customer will have their own Zoho username, when they login they must only be able to see their data and add their data. However, me, as an administrator must be able to see all customers data and create and modify data on their behalf. Is there any general guidance and best practice for this?
What Can Zoho Do for you Today?
I have been spending some time working in Zoho and I must say that I am very grateful for a tool like this. It has all the features to allow my vision to become a reality without me having to depend on programmers. I have a good working knowledge of database and form communication and as I get deeper into my project there are a few questions that arise. I searched all over the forum but did not find answers. I was hoping that some of the community members might be able to answer my questions: 1.
Next Page