reference a field value as part a field name
BACKGROUND INFO: In a form named Payment I have fields with the word Note in their names; one for each month, e.g. JanNote, FebNote, MarNote, etc. Using a function and stateless form I will have a Custom Action allowing the bulk change of a selected Month's Note field in many records. The stateless form has a dropdown field named StatelessMonth with a selection menu of the months, Jan, Feb, Mar, etc., and a single line field named StatelessNote. Upon Submit I want a selected Note field in the Payment
How to get the left x characters of a field?
I am trying to get the first 3 characters of a given field to use in a formula for a 2nd field. I do not see a formula/deluge script that allows for what in Excel would be Left(field, # characters). Can anyone point me in the right direction? For example, I have a Client Name field in a form called Clients. I want to pull the first 3 characters of the Client Name into a 2nd field called Client ID.
Published to a client but he does not see the data
Hi, I published an application to a client but forgot to check "with data". I then republished but my client still does not see any data. I did not see an "unpublish" option. Any ideas what I need to do so my client will see the data. Thanks, Alon
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
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?
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,
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??
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
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("---------------------------"));
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
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.
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.
Generate Turnover Graphics
Hi, I don't understand how i can create a Turnover graphic per month. (i've created a CRM) Have you got any solutions ? Thanks
How can I send an email from Form A that includes data from Form B?
I have a Zoho Creator application with multiple forms. I need to trigger an an email to send when a checkbox is checked on Form A that will send to the email address listed on Form A, but I need the rest of the email to pull in fields that exist on Form B. How can I do that?
Fetch selected record
I seem to remember using Form [ID==input.ID] in order to fetch the record selected in a view to be used within a function. Now I get an error message: "Variable ID is not declared". Please help me remember the correct way to fetch the selected record.
submit to local sql db
Is it currently possible to submit records from Zoho creator to a local SQL database? I am pushing records from a local sql database into creator, but i want to be able to push into A local sql database
Calculating distance between two points
Hi all, I have built a ridesharing app in Zoho Creator. The problem is, right now, users can't filter the rides by their 'from' location. For example, it would be ideal if I could search for rides that were within 5km of my home suburb. I have a vague idea of how I'd do it but I'm stuck on one point (step 3). My proposed solution 1. Get longitude and latitude (see here). 2. Get a list of the rides within 5km of the search point by converting this PHP script into Deluge script. 3. Filter my embedded
Call Centre to Add Records Only
HI I have a call centre taking details and want to send them a link to my Zoho form. The thing is I only want them to be able to enter new records - not to edit existing ones, and I'd like them to do his without having to log in (since it could be different members of staff entering these details.) How can I do this? T
Some Fields not clickable in a form
Hi I have a simple form with couple of single line, multi line and file upload fields. The single fields when I click using mouse I get the typing cursor. For multi-line field when I click on the upper part of the multiline field I get the typing cursor, but when I move the mouse to the lower half of the multiline filed, mouse cursor changes to arrow and when I click I don't get typing cursor. Also file upload control, I am unable to click on the upload button. I have enabled the form verification
Cryptic error msg
Does anyone know what this error message means? I have a function that does a for each through one table and matches to another table based on one field. If a match is found then some fields are updated. I don't know if this error is from a mismatch on some field data or I'm over some Zoho processing limit or something totally different. Execution Failed Error details: Error executing the workflow Combine_Master : Error. Error executing ITERATE_TASK task : Error executing IF rule : Error executing
Login page issue
I want to make a login page for my application ... can anyone plz help in this matter ... as i am not able to map userid and password after doing customer registration ..
Checkbox value limitation
I have built a form that dynamically displays checkboxes based on variables that have been previously entered into the system. I am using the contents of a multi-line field to appear as the value for the checkbox fields. This works well as long as the contents of the multi-line field remains fairly short. Unfortunately, most of the records that I want to use as values for the checkboxes are fairly long. (My application can generate 7-10 paragraphs on a form, each associated with a checkbox. Each
How could I run scripts related with the reset button
Thanks for all your support. I want to run a function when the user click on the reset button. How could configure that?
date filter options not sorted chronologically
I submitted this issue to support 10 days ago but have not had a reply so I am posting it here: When a date field filter is added to a view the filter drop-down list in the live mode does not display the monthly options in chronological order. For example: June 2011 July 2011 May 2011 etc
Next Page