Radio Button on edit remembers last choice would like it to no be Initial value none as per on add
Hi Small Radio button issue Radio two choices A / B (Initial value none) On add select A On edit A is selected (should be) For On edit Would like neither A or B back to Initial value none Any way to do this via script ? thanks
Embed a View with Export, Print, and More options
Pretty sure I know the answer is no, but I thought I'd ask just in case... Is it possible to embed a view with the Export, Print, and More Options menu buttons? The reason I'm asking is because the URL in my client's application kinda gives away too much for custom filtered views. By embedding it, the url is less obvious to the casual user. And my client wants the Print and Export buttons. Cheers, John Whitney
Dynamically Rename Forms of Views via a New URL Variable
In making extensive use of functional urls, I have identified a need to have some control over the label name of a view. In my case, I have a form for users to select filter constraints and then feed that to a view via a functional url to display filtered results. But, the name of the view is always the same. It would be nice to add a new variable to the url string, i.e. zc_ViewName, so that the view loads with a custom name. This would not change the actual name (in code or label) of the view. Similarly,
change field value button
I have a simple application which I want to be used in production. I am stuck on creating a simple script that when push Vinde custom action button adds the letter "a" before Cod produs field value. From the view I set up a custom action which shows for each record. I just want people to click Vinde button and it will change the Cod produs field value from 1001 to a1001. Thanks anyone who can help!
Zoho creator+google maps
mesporatitech.blogspot.com/2007/11/using-zoho-creator-yahoo-pipesand.html Note:I will upddate links and Images for your Reference shortly Intro: Integrating Data (overlaying in developer terms) onto maps (Google, yahoo) has become a fad these days, the applications range from trivial to Interesting. By opening up their Mapping platforms Google and Yahoo, have given Interesting framework on which developers can build their applications. In the same manner, Zoho creator offers end users a brand brand
what is a "criteria"??
what is a "criteria"??
Script Builder Usage Tutorial
Script Builder Usage Tutorial
Reports Based on Two Forms
Is it possible to create a report based on two forms? Thanks!
Creator to CRM
Hi I am currently running a trial of CRM Enterprise with the intention of running this alongisde Creator. I just wanted to check that I will be able to build apps in Creator and have them update prefined data fields in CRM as per my specifications using Web Tabs? This is what I've understood to be the case - but I was just hoping to get a steer before I start the process of head banging and learning! Thanks M
Adding Gapps application Screenshot
When i access application it not show the data
Cannot Delete Tabs
Hi, I have the free version and I created a Report which I selected to place under a new Tab called Enquiries. I have now deleted this report but I cannot delete the Tab which contains nothing. How can I do it?
How can i edit this in Script Builder???im getting confused,
form Feedback_Form { displayname = "Feedback Form" Your_Email_Address ( displayname = "Your Email Address" type = email )
How to use GApps lookup field
Hi we just bought ZOHO Creator with GApps after evaluation right now i just created a form with GApps lookup field but it does not work (the dropdown field not showed) also i try to add a Users dropdown and use script with Users:ui.add(zoho.gapps.users()); but i just got following error message Error details:Error occured while on Load script.Some preliminary set up is required for this task zoho.gapps.users. Please contact the workspace owner to do any actions on this application.
In View row add another form,Is it posiible? If yes then how
I want to create attendence form in that there is 7 dates and for 7 dates i want to add separate In time and out time. How i get resolved this problem?
Can i use nested view in zoho creator? and How
I want to create attendence form in that there is 7 dates and for 7 dates i want to add separate In time and out time. How i get resolved this problem?
Can I remove a client that an application is published to so they no longer have access to the applicaiton?
If i publish an application to a user (with out developer access) and later I need to remove this users access to the application is there a way to do this? I cant see anything in my developer zone. Im thinking I cant because the application is now on the other users zoho account and has data that likely we dont want to lose. Is there a way to remove access ? If not does this mean in order to maintain full control of all databases, I need to own all zoho accounts that I share the application with
How do I get an embedded form (iframe) to open a single CRM record for editing using a URL Parameter
Hi I have a form which I want to use to edit a specific record from Zoho CRM Contacts. Specifically, I want to use the form "onload" to retrieve a single record for editing by using the current URL parameter value as the record's ID value to be retrieved. For example, using the form below "id=1234" http://www.rentlondonflat.com/reference?id=1234 So in the deluge script I want to use on form on load event to execute following: getRec = zoho.crm.getRecordById("Contacts", currentid); Question is how
Required only Time from date time field
I drop date time field ,but i required only time. So, I write on User Input Field action code as : In_Time=input.In_Time.toTime(); But this script take much more time to display only time.Please tell me another way to solve this problem.
Support Number
Can any one have support number please give me
Zoho header - is it possible to remove the zoho header on all pages? Is this something for paid accounts? Can we make the size appear fully custom and on it's own domain (dentalcosts.biz)?
Zoho header - is it possible to remove the zoho header on all pages? Is this something for paid accounts? Can we make the size appear fully custom and on it's own domain (dentalcosts.biz)?
Make a record inactive
I was wondering what is the best way to make a record inactive. Basically I need to keep all the information that has been entered to this point and the option to edit in case the client is re-opened, but I do not want it to show up in any reports. I also need to make sure others are aware it is an "inactive" account.
Zoho Creator API : Authentication Token Introduced
Zoho Creator API now supports the Authentication Token for all API calls. This is a permanent token and will replace the API key and ticket which has to be regenerated every 7 days. Existing Zoho Creator API users can generate the Authentication token and replace the API key and Ticket with the generated token. The API calls will also work with API Key and Ticket but this will be deprecated after 3 months. We will keep you posted on the exact date. Please refer this help document to learn more about
Problem in accessing an XML Node which is retrieved using REST web service
Hi, I am creating an application that gets the data with a REST call using "get url" function.I am passing some parameters as query strings along with the REST URL. I am able to get the response xml.But could not access the value of different nodes of that xml. Below is my response xml, <?xml version="1.0" encoding="utf-8"?> <ResponseArray xmlns="urn:mdWebServiceAddress" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <Version>2.0.56</Version> <TransmissionReference>
error in accessing and updating sub form variables depending on Condition in main form using a Stateless Form?
Hi, I have created a main form called "Main_Form" that has "FName" field. In the sub form called "Sub_Form" that has "Last Name" and "Address". Now i want to update address depending on "FName " in main form and "txt_LName" in sub form using a Stateless Form. below is the code written in the "Stateless form--->Custom Button-->OnClick" action . r = Main_Form [(FName == input.FName && Sub_Form.txt_LName == input.ddl_LName)]; r.Address= input.Address; But i am not able to update the address,
Gapps
Please any one can sent me how use Gapps.Its not working on my account.If i login with application owner account also it not working.Please send how i get resolve this problem....
Is there any list of codes in deluge script? I think it will help alot because of copy paste
Is there any list of codes in deluge script? I think it will help alot because of copy paste
Customize zoho form - Zoho Creator
Is it possible to create three sections on a zoho form? Example, I need top half of the form to have two vertically separated section and entire bottom half to be the third section.
Report builder - limit to 3 fields in Y-Axis?
I can only drag three fields into the Y-Axis on a bar graph. Is this a limitation? I have four things to graph, pounds, dollar value of pounds; time, dollar value of time. Pounds and dollar value of pounds share the same scale, so time and value of time should work too. Right now I have to choose either time or value of time to display with the pounds/dollar value. I'd like to show all four.
Embed View
The users guide says to: embed a view (all views other than HTML view) Select the view to be embedded and click on More Actions -> Embed in your website near the view header. When I click on More Actions, the embed option is not shown. Can you please tell me why?
Criteria with "not equal to" in the condition is not working
I had set criteria in several views as follows : Current status is not equal to Empty Returned. (I used script builder so not mentioning the deluge stript) Till yesterday it was showing all records in which Current status was not "Empty Returned" But I could not see any record in the views today. Then I had to change the criteria and remove this "not" and gave the condition of matching any of the all other Current status. Then only it worked. Why is it that the criteria with "not equal to" in the
Can we change the domain of the app made in zoho to other domain without embed it just for SEO purposes?
Can we change the domain of the app made in zoho to other domain without embed it just for SEO purposes?
How to get formLinkId for my application form?
Hi I need to get formLinkId for my application.If anybody answer this question, then it would be appriciate. Looking forward for your answers. Thanks
Populate Single line field and Multi line field depending on value selected in a Dropdown(Look up field)
Hi, I am new to Zoho and have a problem in populating related fields, I have "Form A" that includes Student ID,Student Name,Student description. "Form B" includes a sub form "Subform1". This "sub form 1" refers to a Form C that includes fields, " Student Id -- Dropdown (Look up field)" "Student Name --- Single Line Field " "Student Description -- Multi Line field" Now, What i want is, When is select the student ID from drop down, related information of student has to get filled in Student name
need help changing URL on created application...
company change name and old URL has old name...can it be changed?
report totals settings
Hi, I've set .round(2) for every numbers in my app, but in reports, impossible to set the number of decimals displayed. So, when you have percentages in the numbers, you have totals in reports like 12345,895569988115 Totals in reports should use the same display options like in numbers, as for example .round(2). Is it possible ?
Is there a way to take the value of checkbox?
I need to design a form using checkbox. activity: abc/$100 cde/$200 xyz/$123 i need to count the total price of activity? How can i take the input of selection of checkbox on validate?
Creator Calendar month display
I have created several calendar views using Creator. All of these vierws only show the month being displayed in the bottom line of the calendar view which is generally off the display so the user has to scroll to see the month. Is there some way to have the current view's month displayed at the top of the calendar view? Thanks, Bic Wood
It is posible to get a link from a specific data that is input from the data base?
It is posible to get a link from a specific data that is input from the data base?
how to transfer result from 1-st formula to 2-nd formula?
Hi i just wrote application with 2 formulas in it. 1-st formula is too complex&long and uses "if-thenif-then" calculations. how can i result from 1-st formula (numeric value) supply to calculations of 2-nd formula in same application? thank you!
Creation date
I want to add a column to my ZOHO Creator databases that will automatically enter the date a record was added or modified. Only need date, not time.
Next Page