Version?
I am working with the user amaio1968@hotmial in the instance of leandro@addtarget.com and I can not see the types of fields: file upload Subform Autonumber Formula Signature Is this instance an old version of creator? Thank & regards
Issue with Dashboard IT Asses Manager
Hi All, I was working in zoho creator in IT Asset Management. But suddenly Dashboard stop working. Can some one help out with this. Milinda
Creator image and file locations changed?
Afternoon, Were the file locations for images and uploads changed (link file locations) as a result of the upgrades/DDOS attacks? If so, is this permanent or temporary? Appreciate any clarification and thanks! Scott
Creator Form usable on IMacs
Hi I've recently had a creator form created for our client brief. It works perfectly on a computer, tablet etc but when I try and look at it on my 21' imac its almost impossible to use. Can someone please give me a couple of suggestions.....
sendmail attachment
Hi It is posible to send pageas pdf as attachment in sendmail function?
ZOHO CREATOR ERROR 522 CONNECTION TIMED OUT
DEAR ALL, I HAVE THIS ERROR. I CHECKED MY INTERNET SPEED IT IS VERY GOOD NOW. WHAT IS GOING ON. MY ALL APPS STOPPED IT WORKS VERY SLOWLY OR I HAVE THIS ERROR FROM MY USERS. VERY VERY VERY URGENT SOLUTION!!!
Creator down again...
I assume you are aware that creator and other services are down again. That's two days in a row... Also the whole status.zoho.com thing is never correct im not sure the point of that site. Whole office sitting on their thumbs again... ETA?
Without using & I need to write php code for Zoho Creator
(Previously I was using the URL of Zoho Creator in my PHP code which was on XAMP but now I am not allowed to use any &) I need to make database in Zoho Creator. (I will do it) I need to write PHP code to apply business logics on that data. I need to apply CRUD functionality and return output in JSON. Kindly help me in letting me know that how I would write PHP code in Zoho creator as I am new to Zoho Creator.
Feature or Solution Request: A non-cubersome time field
Hello I created a simple time clock app for a client that allows them to enter and clock in and clock out and then auto calculate hours worked. Currently using the date/time field. I am getting so many complaints on the hard to use time entry (i.e. clicking and or dragging to get hours and minutes) Does anyone have a more elegant solution? Dear Zoho: Please consider fixing this, hardly usable in my opinion.
Slow response from Creator
Anyone else experiencing very slow response times from Creator applications today ?
Creator and Amazon MWS?
Hi, I run an e-retail business and sell on Amazon.com and other marketplaces. Currently I run most of the business using Excel. I make updates to Amazon using CSV file imports from Excel, and also receive Amazon reports as CSV files. All my sales analysis, forecasting, P&L etc. is also done in Excel, driven by this data. As this involves a lot of repetitive manual work to import/export data, I'm considering moving to a database-driven system and am considering using Creator. I'd like to use the
Access to my page from Mobile phone
Hello again! Pls, tell me how to access below to under url? from mobile. http://creator.zoho.com/global_share/test1 Yes, I can access my mobile. Cause, I am administrator. Any other administrator can not access? I want to show my url all mobile user. If you know...Pls, tell me.
Embedded Form Not Working - This Connection is Untrusted
creator.zohopublic.com uses an invalid security certificate. The certificate is only valid for the following names: *.zoho.com, zoho.com (Error code: ssl_error_bad_cert_domain) Receiving message where embedded forms have been functioning Screenshot - http://cl.ly/image/0C1r2102092j This Connection is Untrusted You have asked Firefox to connect securely to creator.zohopublic.com, but we can't confirm that your connection is secure. Normally, when you try to connect securely, sites will present trusted
how to define openURL function with ID of current record
In my reports i want a VIEW button to show the record much like the "View Record" button does in the most left column. Just to have a quick link to view the record in a popup. My function looks like this: void view_tmrt_record() { openUrl("/record-summary/test_report/"+ input.ID +"/", "Popup window", "height=500,width=500"); } but it gives the error 'variable ID not defined' . I thought input.ID automatically fetches the ID of the current record. Thanks for any feedback
sub form link to main form
Hi team, Note: (In lookup only one column possible to see, but i want see more than one column in a result set, tats y i selected sub form) I want to show my search results in sub form ex: I entered Location in 2nd form , then it result will come from 1st form and it showing in Sub form. If it's possible, any one help me to solve this ? Thank you,
Scipt on Duplication
It would great if you could have "On Duplicate" as an option for form actions. The duplicate feature is great but there are some fields we would like cleared.
Send Mail with a formated address Name <email@email.com>
I am not having success in formatting an email address in deluge, and have it sent using the Send Mail function I want to format as follows: John Smith <john@zoho.com> I can not seem to add the <> using deluge. is there another way of doing this ? In other words I want to personalize the address. is this possible ?
Show list of potentials from CRM in Creator form
Hello, I'm very new to Zoho Creator. I am building some apps that I want to work alongside Zoho CRM. The first feature I need is to be able to select a relevant potential for an account that I have already selected in creator. So I have created a "Zoho CRM" field called Customer in my form. here I will choose the relevant customer. I then want a field (maybe a dropdown or similar) that lists the potentials relating to the customer I have chosen above. How on earth do I do this? Laurence
Using Fetch
I have 3 forms 'Add Employees' with user name and user initial, 'Add Property' with Property code and Managed By (this is a lookup of user initial) and lastly a 'Add Job' form which has some text fields, property code (lookup on Add Property.Property code) and Managed by text field. I am trying to auto populate the Managed by column with user initials when a Property code drop down values is selecte. Here is the code I have if (Add_Property[ID == input.Property_Code].count() > 0) { x = Add_Property
Cancel Submit Inside of If Else If Question - What happens?
What happened when Zoho encounters a "Cancel Submit" inside of If, else If validation logic? Does the code leave the If branch and abort the remainder of the code? I'm working on a stateless form and want to go through each field (about 8 fields) and insure the proper data is there, looking for nulls, duplicates, etc. I just want to be aware of the best way to abort the Submit at any point along the way, and NOT deal with the remainder of the checks down the code. EDIT: I now learn "Cancel Submit"
Multiple forms
We have several forms with one main form. We want to have the ability to show one of the other forms for data entry from the main form if they select certain criteria. I have not been able to get this to work
Subform not appearing in report, but is part of the form
I have a subform that is part of a main form. The subform appears on the main form and works. But when I open the report corresponding to the main form, there is no subform shown. What possible reasons could there be for the subform not to display on the report when it is visible in the main form? Sorry if this is a real basic question, but I am new at this. Thanks.
Recently check value in checkbox
Is there a way to get the most recently checked value in a multi select checkbox? I need to execute some code that depends on the most recently checked item in a multiselect checkbox. I have been trying to use list functions to figure this out. I seem to be having a problem where the order of the list is the same as the order of the check box field items. Another words as I check items off they always appear in the list in the same order as the check box field check box items are set up. I cant
Error Occured while publishing
Hi! I am new here. When try to publish my site the very first time, I got"Ërror occurred while publishing" right away. It is registered under http://audioreplayph.zohosites.com/. Hoping for your guidance.
Cant Launch my Site
Hi i have completed my free domain and site and i am ready to launch to the web. Error message saying below what can i do please help ? Error occured while publishing Contact Support
Stateless forms, custom button, on click, not able to modify any form value
Hi, Using a custom button in a stateless form I am not being able to change the value of any field in the form through the "on click" script. Say for instance the script below. I am trying to clear the content of a pick list. The script does nothing at all. I have tried other type of fields like a simple line of text and still not able to make any change to it. If this is the case then what's the purpose of the custom button?? actions { Clear ( type = button
List functions, contains and distinct limitations?
Hello, I am trying to use contains() and distinct() and sort() functions but it seems there is a limitation in number of records these functions can handle? Look at this script for example, this is an iteration of distinct() function after I found it wasn't working: Note V.Categorias field is a text field with items separated by commas. Application link (in case you want to look at the actual code) Categorias_Lista = List(); for each V in Vectores { V.Categorias=V.Categorias.toUpperCase(); C=
Filter based on multi select field
Hi there I have the following 4 Forms System Access - User ID, User Email (both set by system), First Name, Last Name (input by user) Membership - First Name, Last Name, Licence (input by user, can be different to System Access) and a Lookup field to System Access form with multi select enabled. Nomination - Logged in User (set by system) Entry - Sub Form of Nomination, fields are Licence (choice field), First Name (text), Last Name (text) The end result I am trying to work out is that on the Nomination/Entry
My 2 cents
Spend more time/text describing how the "lookup" feature and process works. You sort of discuss this implementation but I feel you do not go into enough depth regarding it's use and when and when not to use bi-directional selection. Other developers coming from other backgrounds can run into trouble as they make "assumptions" about what is going on and how to "build the relationship", that will only "sort of work". In regards to designing a truly efficient [relational] database, the relationship
Zoho Developer Protections For Commercial App
Can someone direct me to a link describing details of the Zoho Creator Marketplace details. In particular, I'd like to find what is possible in terms of selling a Zoho application and what sort of protections are available that keep an application from being shared by my customers to other non-paying customers. Is this possible? How are developers protected from their work being copied and re-distributed under another app name? Other questions come to mind but I'm sure there must be some detailed
insert a warning message into a function
Hello, in a report, for each record I have a custom action that sends emails if the date in the record is equal to zoho.currentdate. It would be nice to enable the custom action only when the action can be done but I can not, so I need a message warning the user that the action is interrupted because the dates are not equal. How can I do? Thanks in advance. David
MultiTenant subscriptions?
Is there any way that I could create an own-branded Creator app and then sell subscriptions to use it to multiple companies each of which might have 1-50 users? Could each company's data be stored, accessed and billed entirely separately? I get the impression that Creator is not really designed for this type of thing.
Pull a Zoho CRM contacts information into a Creator form .
I have added a Zoho CRM "look up" field into my form. The form currently pulls the contacts name. Is there a way to pull the email and contact phone number simultaneously into the form automatically from the same contact record?
Appending a apply now link to every record listing in a report
I have created a custom Job Database. I am displaying the results in a report form. I would like to append an apply now link (that takes you to the application) to every row. This way someone reviewing the jobs an applicant can click and go to the application. Any ideas how?
Record Summary Template invoked via Custom Action
Hello I am trying to use a sendmail function in a custom action to send out a record summary as a PDF using a record summary template. This currently isn't possible, and we are forced to send out a pdf of the view, which is not very aesthetically pleasing. This functionality would really help out my company
Employees As Users - I'm confused about adding users.
Hi, I have a .Net background so I'm getting there (slowly) with Creator however I have got myself really confused with adding users. I am building an Employee Time Management app for a client and I want to be able to have multiple employee's that can see only their own information when they login (which I think I can do), however does that mean that each employee has to be added as a user? https://www.zoho.com/creator/help/overview.html#share There is no way the client is going to pay $10/user
Another Android Issue? Subform With Calculated Expression.
I am finding that Android will not save parent form edits if a subform [on the parent form] contains a calculated expression (even if subform is hidden and disabled). If I delete the calculated expression in the subform, I can save edits to the parent form data. In my case I am using an if statement to display a character in place of true or false in a decision field found in the child form.
Noob Question: How to Use ResponseText
Hi All, I'm not a programmer, but can usually follow other examples to accomplish what I want. I'm having trouble understanding how to use data being returned from Google Distance Matrix API. I have 3 inputs: From_Address To_Address Distance Once someone puts information in the To_Address, I want to return the miles in the Distance input. I've set up getURL to Google Distance Matrix API and have a successful response back. I see that the data is stored in map.get("responseText"). Here is the complete
import email field and send email
Hi, I have two forms - 1 for employee details & 2 for item allotment. Employee details contains - employee name and email Item allotment contains - item name and emp details (lookup used from employee details) I want to schedule an email to be sent from item allotment page to the emp whom am selecting from the dropdown. How I can do that please help. Thanks
Smartphone/Tablet Options For Developers?
I've been playing around with Zoho Creator for a week now. I like it for the most part, as it has great potential to easily build multi-platform data-centric apps, easily and quickly. However I am finding a few setbacks here and there, and another is the presentation differences between iOS and Android tablets. It seems some "bar labels" aren't being handled correctly and it's difficult to know exactly what you're doing and where you are at. For instance, on Android tablet, when I view a report
Next Page