browser based inconsistencies using zc_LoadIn=dialog&zc_NextUrl=
I have recently built an HTML view which works very well. From this view I have two main options. I can either select a listed record for editing or choose to add a new record. Either option loads the appropriate form as a popup in Chrome. As far as I can tell, choosing to edit an existing record works reliably across Chrome, Firefox, and Explorer. However, choosing to add a new record is very inconsistent. In Chrome, when trying to add a new record, the correct Form opens as a popup but with
After linking with Google apps, no users can see Creator app
I can still access my Creator application here: https://creator.zoho.com/justinroffmarsh/engagement-update However, the application is not visible to ANY user via Google Apps (or via any other means, other than that URL). My domain is .ballistix.com My ZoHo username is justinroffmarsh and my e-mail address is justin.roffmarsh@ ... How do I reassociate my app with my Google user account (I am super-admin). I've checked admin/email and the only listed email is my Google one. Justin
select And Deselect
Here my application (this is look up filed) Real Property Titled Property Untitled Property Digital Assets Custodial Accounts All Categories If i select All category .. every category has to select . if i deselect that will not select .for that i write code like this if (input.Choose_property.contains("All Categories")) { Choose_property.selectall(); } else if (!input.Choose_property.contains("All Categories")) { Choose_property.deselectall();
Changing Single line to Drop Down
I am not able to change a field from single line to drop down. I tried to delete the field and re create however it keep giving me a script line I need to change.
select and deselect application
Here my application (this is look up filed) Real Property Titled Property Untitled Property Digital Assets Custodial Accounts All Categories If i select All category .. every category has to select . if i deselect that will not select .for that i write code like this if (input.Choose_property.contains("All Categories")) { Choose_property.selectall(); } else if (!input.Choose_property.contains("All Categories")) { Choose_property.deselectall(); } But if
Use data from a view
I am wanting to have a button on a view that is next to every entry. When I click the button I have a form that pops open in a new window. That part works fine, but what I am having trouble with is that I have a cell called company and companyCode that I would like to pass from the view to the form and have that populate the form in the correct fields. Is that possible?
How to get form data inside an HTML view??
Very simple app. Enter a repair in the form, hit submit and the data just entered should automatically show in a custom html view that then can be printed as a receipt. I am at a loss on how to get the html thing to work with the data in there among the html. This is my script from the form 'on success': openUrl((((("http://creator.zoho.com/" + zoho.adminuser) + "/") + zoho.appname) + "/print/Print_Reparation_Custom?ID=") + input.ID,"Same window"); And here is the content of the HTML view
location of 'custom filters' in the filter list
could you move the location of 'custom filters' in the filter list from the bottom of the list to the top of the list? thx. hughes
Delete information
Delete Here delete is a radio button ------> while clicking on Delete one popup( or alert) as to show " Are you really want to delete the information " with "yes" and "no" options -----> If "yes" then the information has to delete from database , If " No" the information won't be delete and the alert(or popup ) as to close .. please help me out with this application Thank you
On Success Clear Form
After the user clicks on the Submit button, I need the form to reset itself to the default values. How do I accomplish this? Thanks
Delete information
Hi Delete (radio button) While Clicking on this , Property Name and Property Type fields will show Then on clicking on Continue button alert has to come ALERT " Are you sure you want to delete this asset and all related data? If Yes = delete are data records pertaining to this asset else Go to other page Will you please help me out with this application thank you
Help with views please
Could you point me in the right direction please I have a form with a dropdown field that has 18 choices In the view for that form I want to set the criteria based on that dropdown form do I need to create 18 seperate views with the criteria set on each view or can I create one view and select the criteria each time before the view appears?
open to URL on edit
Hi, would you mind leting me know why when I use this instruction in an "on edit/success" does not work even thouh it does work fine when using it in the same form in the "on add/success" case? in the on edit case, it can't fetch the data as if it did not recognize the ID parameter... openUrl("#View:F1_Detalle?F1_IDstring=" + input.F1_ID, "same window"); The form is called creator/yaxche/sistema de operacion yaxche/Archivos thanks Luis
Integration with Zoho Support
Do you have plan to make the same integration like zoho invoice or zoho crm but with zoho support ? Zoho Support does not support business logic for each field of the request form (on user input or on update). It would be helpful to create widget in the customer portal home page of Zoho Support with Zoho Creator (same as using zoho creator inside zoho crm). Otherwise, another idea, be able to schedule a script in zoho creator to retrieve all close tickets of the last week inside zoho support in
order management view part
Hi I integrated order management application in my form my application like this property name : ---------------- Any other copies property (add + ) person name phone email ------------------- ------------------ ------------------ ------------------ ------------------ ------------------ adding the number of persons information .this one is working fine But Now i need the view part in my
order management integration
Hi I integrated order management application in my form my application like this property name : ---------------- Any other copies property (add + ) person name phone email ------------------- ------------------ ------------------ ------------------ ------------------ ------------------ adding the number of persons information .this one is working fine But Now i need the view part in my
Related Forms
I have a parent form which is a company. It has a T-E-N-S number. Then I have children forms which are Mobile websites and Apps. These all have T-E-N-S numbers too. T-E-N-S numbers are a 10 digit ID which represents online assets owned by companies. I want to click on a company, and see which apps and mobile websites it has. In salesforce, this is a related object, and a related list. Here is an example Company Form: T-E-N-S Company Name Phone 1000022222 Microsoft
hi im trying to send emails from a chech bo
Hi im trying to send emails from a list of 7 check boxes. i have inputted this code suggested by zoho but i cant get it functioning the form is here at this link. https://creator.zoho.com/timgarrett111/project-charter/form-perma/Projects_Tasks/ help would be very much appreciated. on success if (Do_you_want_to_email_this_to_members.contains("x")) { sendmail ( To : "x" From : zoho.adminuserid Subject : "Subject of the email" Message : "Your message"
bigint error using USD currency columns on stateless form
I am trying to capture changes to a currency (USD) data type column on a stateless form and get the following error when trying to save the script with this statement (x.Pay_1_Amt=input.Pay_1_Amt;). Both columns are USD currency data type columns as near as I can tell...... Error in statement at line number 6 The field x.Pay_1_Amt is of type BIGINT. But you are trying to update it with data of type DECIMAL Any suggestions are much appreciated. Thanks.
How do I Copy Fields from One Form to Another
This is probably a stupid question, but I am very new to database creation and have no experience with scripts or anything; but I am trying to learn. I have two forms: Existing_Activities_University and Contact. They are both Subforms to University_Data. In the Contact form, I have a checkbox field that I would like to have show up in Existing_Activities_University. I would like for this to be dynamic, i.e. if I add or change fields in the checkbox in Contact, I would like the field in Existing_Activities_University
Order Management application
In Order management application can i reset Submit and Reset Buttons - > Continue and Back i.e Submit -> Continue Reset - > Back Thank you
On Success print Print_rep view
On Success script: openurl (((("http://creator.zoho.com/" + zoho.adminuser) + "/") + zoho.appname) + "/print/Print_Reparation/ID=") + input.ID,"same window"); ID is checked in column properties - works great Now I tried to create a HTML view so I could format the output. I get the message that the ID variable is not defined. There is no 'column properties' - so how do I define this variable that contains the last or active record ID? (I just started with zoho and find it completely awsome although
Data Validation Before Sending to Email
Hello, I am a newbie and I have created a form that my colleagues can add information like -- email, contact name etc. After adding the information, I wanted to validate the data entry and send a custom email to that email generated by my team mates. I hope you could help me figure it out. Many thanks. Cathy
Ordermangement Validation
In order management application , If i select any order item twice or thrice that should give a alert that "You already selected it ". i. e order item should not be repeats , is their any code for this . Please help me out Thank you
Delete information
Hi Delete (radio button) While Clicking on this , Property Name and Property Type fields will show Then on clicking on Continue button alert has to come ALERT " Are you sure you want to delete this asset and all related data? If Yes = delete are data records pertaining to this asset else Go to other page Will you please help me out with this application thank you
Backup
How to backup to my hard drive, all of a database ?
Private App + embeded HTML view + no-login-needed-code = images wont render.
On my website I have an HTML view, when the app is public, images render fine. But when my app is private, and I add the no-login-needed-code. Images wont render properly.
Training Application Help
Currently we have an application that is used for training purposes. There are (2) main forms and (2) views: Forms Add Courses Course Registration Views View Available Courses (includes a custom action to register for course that is sent to the course registration form) View My Courses (based on course registration form, but filtered by status == "registered" and zoho.loginuserid) I think this is a simple problem, but we are trying to get the View Available Courses to only show the courses which
Need your help to explain in detail the new BUILD IN FUNCTION matches ()
Hi Very pleased to see that ZC have added the new builder in functions matches (), add the following code to explain one by one: phone = "(123) 456 7890"; if(phone.matches("^\(?([0-9]{3})\)?[-. ]?([0-9]{3})[-. ]?([0-9]{4})$") == false) (?) { Info "Please enter a valid Phone format"; (it's understood) } Mainly above the regular expression is explained in detail。 Thanks Stanley Guo 2011-10-25
After lookup display url link
I have a customer form and a preferred vendor table. The customer chooses a preferred vendor and I display the vendors address and phone number in text fields on the customer form. Works perfectly! I want to also show the vendors website address which is stored in the preferred vendor table. I tried using a url field on the customers form but nothing was populated. I then tried a string field which worked but the address starts with <a href= " and ends with target = "_blank">Link Name</a> This is
Masked Password Field Support
I'd like to create a newsletter registration process that includes the creation of a password for every user but I want the password field masked. It doesn't appear that this is supported? Please confirm and provide an alternative solution if possible.
Adding user to Zoho Discussions
I have a screen "User" in my Zoho Creator app. when new user is being added, I have a code to automatically share screens with that user and so, Zoho will automatically invites that user to the account. I need to automatically add this user to Zoho Discussions as well. Idea is that these users should be able participate in future discussions. Can it be done programmatically?
Get CRM ID for further fetching and update
Hi, I'm trying to get Campaign ID for CRM. What is the correct way to write Campaign Id to get ID for further update ? It's working with all fields but not ID... Thanks. crmResp = zoho.crm.searchRecordsByPDC("Campaigns", "campaignname", input.Campagnes_Promotions); for each r in crmResp { Budgeted = r.get(("Budgeted Cost")); Actual = r.get("Actual Cost"); input.CampaignID = r.get("Campaign Id"); }
sort() function is case-sensitive
The sort function is case-sensitive, which is really problematic for me. My list is being sort as Aaa Bbb Ccc aba When I would prefer it sort as Aaa aba Bbb Ccc
Button positioning
Hi , Is there any possible to Move my Continue and back buttons to left side or right side . Thank you
Parent child - Form/subform question
Hello Zoho, I am looking into using Zoho to create a database for a newly formed non-profit. I want to track the relationship between donors and donations given. I want to be able to pull up a contact and see all of their donations on the same screen. Is this type of thing possible? I have looked at some of the apps in the Marketplace, and while I see that it is possible to link a payment to a contact, I don't see a way to roll up that donation information on the Contacts form. I used to work with
Application creation help
I am planning to upgrade to a paid version. I see that there is an annual payment option where I can get email assistance. My question is as to what extent the assistance is given? If I am planning to build an elaborate application, will I get help all the way through?? Also, what's the response time?? etc. On a sidenote, I will be integrating it with Zoho CRM which will be integrated with Quickbooks. Thanks in advance.
Help with HTML view print
Hi Could you please tell me what is wrong with this code, I don't want to view the HTML view, just print it. openUrl((((("https://creator.zoho.com/" + zoho.adminuser) + "/") + zoho.appname) + "/print/Proof_Of_Ownership/same=") + input.thisone, "new window"); Thanks Nigel
Problem creator-invoice integration
I have difficulties with the integration of zoho creator and zoho invoice. I copy the example provide in another thread without any luck. the application is already share for support. https://creator.zoho.com/septa/copy-of-crm-creator-invoice-integration/#Form:Create_Invoice1 The createinvoice or createdraft always failed. I also try to create a customer and it's returning a null map. super_client = zoho.invoice.createcustomer({ "CustomerName" : "test2", "CurrencyCode" : "CAD" }); info super_client.isEmpty();
Function to display multiple fields
Hi Here my application Any other Copies Yes No ,If i Click Yes -Name Field -Email Field -Phone number Fields The number of times i click Yes , that number of name, email , phone number fields has to display . Please help me out . Thank you
Next Page