how to immediately send email with uploaded file from form?
hi! user fills form and upload file in form. after submission - form sends email. how to send in email uploaded via form file as attached file?
Drop down menu in zoho creator
I have an application created in zoho creator and the professional layout for the menus. To simplify the use and feel, is there a way to create drop downs menus? Example: Mouse over the Menu "Fruit" to select one of 3 submenus "bananas", "apples", oranges. Thank you Edith
LookUp Dynamic Filter
Good day for you, I have a Subform with 2 Lookups, I set a filter for the second Lookup based on the first lookup selection, I script that when the user add a row the first lookup take a value for the parent form, the problem is that in this scenario the second lookup filter doesn't work. This filter only works if the user select manually the value in the first lookup. Is there a way to set filters for this second lookup thru deluge? Best Regards,
passing parameter to HTML View in Search Field
Hi, I have a HTML View and I am using a OpenUrl task to reload the parent window after on Success action of another Popup window . What I am having trouble I would like to retain the search keyword in the search field which is applied before reloading the page. See below screenshot for your convenience ... Screenshot 01 : Here you can see there are Two search result before on Success action of another form. Screenshot 02 : After adding new entry of another form the above search result will contain
Problem with adding Number field
Hi, I cant add to the form i created (by Zoho creator) "number fields". The message i got is "adding..." and nothing really happen, its stuck without doing anything. Can you please check the issue ? Thanks, Cory R
action for printing
Hi, I am working on a simple app that manages warehouse. The user should input some data about a pallet and getting a printed label with these data on it. Printing will be done on a common local laser printer. I suppose I shoul use record summary to generate the label. I would like the printing process starts automatically after data insertion, any idea about this? Thank you
Problems Duplicating applications
Hi I have seen a few threads regarding this, but no solution. I am trying to duplicate applications in my Zoho Creator account. Zoho Creator indicates that an application is being duplicated, and when the process ends, no copy of the applicaion is found. Please assist. Tal
forcing a UI refresh (Form and Field events) from a function triggered in a view
We've got Zapier integration nicely adding new records into our app. However, when the records are added, the UI functions are not evaluated, and as such some of the values we compute during a normal On Add event are not completed. We could always duplicate the calculations into a Function. Instead, is there a method to trigger the UI events against a collection of records using a Function triggered from a view? Thanks in advance
No split function in string methods?
Hello, i would like to have a confirm that there is no split function in string methods in Deluge. I have written a custom function that use getUrl function to get data from an external service, the response can be very long (each value on a different row) and it would be really useful to have the capability to split the response string in an arryay for each single row.
Lookup fields that can lookup each other.
I have two lookup fields on FORM1 pulling information from FORM2. I would like it if these fields could lookup each other. Example1: If a customer service representative knows the customer number and selects the number from the Customer_Number field on FORM1 then On User Input would pre populate with the information from FORM2 into the Customer_Name field on FORM1. Example2: If a customer service representative knows the customer name and selects the name from the Customer_Name field on FORM1 then
Emailing a record from within Zoho CRM
Hello, So I have created my app in Zoho Creator and connected it to Zoho CRM. I was wondering if there is the ability to email a record to a contact from within Zoho CRM. Thanks!
DB Structure / Multiple Lookups Question
Hey there, I'm trying to build an order management system and I'm a little new at this. Here's what I'm trying to figure out: Each item we can order comes in multiple sizes Each size for a given item has its own pricing Pricing is based on the quantity in an order, with different combinations of item + size having different quantity breaks As an example, say we could order Flour in a 20lb bag or a 50lb bag. The 20lb bags are $10 each if you order 1, $9 each if you order 3, $8 each if you order
String
I need to accept a string of 8 characters and in the On User Input field action I want to add code to simply put a dash between the 4th and 5th characters. In other words, if the string is entered or imported as ABCDEFGH then I want to convert the string in field to ABCD-EFGH. Here's the code I added to the On User Input field action for a field named Course. s1 = input.Course.subString(0,3); s2 = input.Course.subString(4,7); input.Course = s1 + "-" + s2; This code does not work at all. The code
Zoho Date Discrepancy
Hi, On a lookup field referring to the Added-Time of a record, I noticed that when I set the filter to only show records from Today (Zoho creator: Added Time) it will show up correctly on my computer but on my mobile app on Android it will filter dates from yesterday instead. Both are logged in using the same zoho account and the system times are both correct and same. Any ideas as to what is going on? Thanks.
Access Denied!!all My data has disappeared
i am unable to login into my account. It says access denied. I had stored 1000s of records in my application. It is all gone. When i contacted the support team through email. They they are working on it. It has been over a week and they are still working on it. I had shared the application with colleague. He is also unable to access the application. This is a very serious matter for my organization. This has been a big disappointment.
Checking for unwanted characters in text input
I'm surprised I can't find an answer to this one. It MUST be possible! I have a text input field called IDname1 I want people to create a username in this field. However, for various reasons I need to make sure that certain characters aren't used in this username, including # and & and @. I've tried all sorts of variations of if statements using .contains and .getOccurenceCount but I just can't get anything to work. Can anybody help??
Zoho CRM Lookup field not working in Chrome, works in Firefox
Steps to reproduce: Add a Zoho CRM field to a form in Creator (for Account or Contact) Access the Creator App in Chrome Attempt to lookup an Account or Contact using a Zoho CRM Lookup field Pop-up window of Accounts or Contacts appears Click on Account Name or Contact Name to select Expected result: Account Name or Contact Name populates Lookup field Actual result: Nothing happens and Pop-up window does not dismiss This does not work in Chrome on my Chromebook, Chromebox and Windows 8 Chrome. Current
printing from iOs or Android
Hi, any idea about printing directly from iOS or Android App?
Android app - Force Close
I've installed the native android app on two Motorola phones (Droid X - 2.3.4 and Droid X2 - 2.3.5). Both apps force close on startup. I get the login screen, after entering my gapps name and password, the app crashes. I've reinstalled several times with the same result. Any help appreciated. Thanks, Joe
How to expand / collapse fields in forms
I am creating a form where if I click on check box, certain fields on the form get visible. I have seen on certain apps on marketplace. Not sure how can this be done? Any help would be appreciated
Inserted record formulas not calculated initially after insert.
Hello, We have several functions that insert records into a form. The form that the record is inserted into has many formulas fields in it. After inserting a record none of these formulas initially have calculated as expected. When viewing the record in an html view the formula fields are null. When I edit the record and change one of the values that the formula in calculating based on, the formula recalculates to display the proper value. How can i get these formula fields to calculate properly
Purpose of PreSubmit?
Just wondering: What is the purpose of the PreSubmit code added to the form definition for some forms? Thanks! :-)
CANCEL: Custom Action with OpenURL of form not working when triggered from Spreadsheet View - the form never displays
This simple custom function works fine when triggered via Custom Action from a List view, via the Edit menu: void TSCG.new_lead_from_inquiry(Inquiry this_inquiry) { openUrl("#Form:Lead" + "?Inquiry_ID=" + this_inquiry.ID, "Popup window", "height=550,width=900"); } (It simply opens our form to create a new Lead record, and passes a parameter.) However, for a similar view of the same object, defied as Spreadsheet view, and a record is selected -- although the Custom Action choice does show in the
Report builder screen never comes up when trying to create a pivot type report
I am trying to create a pivot table report with Creator. I select New - Report - put in the report name, type is pivot, based on ..., where to store it and click on the create button. All I get is three flashing dots. I let it run for over an hour and still only had the three flashing dots. The report builder screen never came up. I tried it again on a very small table (18 rows) and got the same result. I've tried it logged into Zoho with the owner's sign on and with a developer's sign on. Same
Customer Portal Bug
Selecting "cancel" opens the wrong iframe Then you get Cheers, John Whitney
Attach non input file to email triggered by change in workfow status
Is it possible to attach a generic pdf document to a zoho email that is sent once a field in a form is updated - workflow status The attachment is not uploaded as part of the form e.g. I have shipping instructions that I want to attach to an email once the workflow status is changed in the record by an admin user I know how to attach and uploaded doc to an email (input,filename) but not one that has not been uploaded Preferable to send the document but also happy to send link to download document
Protectting a Form
I have a number of forms that I only want to be added as subforms. If they are added via their own form alone it causes issues. Is there a way of preventing forms being added when they are not being used as subforms? The particular issue I'm having is in calendar view, clicking an empty date adds a clear form that is intended to be a subform only. With Thanks!
Import problem with console mode
Hi, I am having problems using the zohocreator.exe tool to import excel files into Zoho. I receive the following error : The 'microsoft.ace.oledb.12.0' provider is not registered on the local machine What are the technical requirements to launch zohocreator.exe ? Do we have to have Office or Access installed ? On the server I will launch it, I will just have the xls files. Many thanks for your ideas !
Emergency! Trouble with sharing Apps
Is anybody else having problems sharing apps in Zoho Creator? About a week ago I started getting calls from Users with whom I had shared apps. They were logging in as usual but getting an error message: You have logged in as (xyzabc). You are not allowed to access this view. When I checked the apps it showed they were still listed as shared users. I had not exceeded my user quota. My own login (as Admin) was working fine. Despite all that, when I tried to log in as them, I got the same error message.
info in OnInput script
Hi peeps, does anyone else find it annoying that you can't use info() - the debug command - in OnInput scripts? I've got an OnInput script that is generating an error but I can't put info calls in there. I vote that info() be allowed in OnInput scripts. cheers, Jeremy
File upload
I have a field in my main form that for file upload. I have a stateless form which allows the autopopulation of the information in the main form. Is it possible to show the attached file? How do I allow this access without login access?
is it possible to link two tables that share the same lookup?
I have 3 forms A, B, and C. I want to report and associate data between B and C. They are both linked to A via the same lookup. is this possible?
Time lost in Pivot Chart Report
Hello Everyone. I would really appreciate any help the forums can provide. Here we go.. Overview I have created a simple form for our technicians to record two gas volume readings in our lab. The data is gathered from two "Decimal" fields (2 volume processes being monitored) and one "Date-Time" field (date/time each reading was recorded). I created a Pivot Chart to graph the data. My Y-axis displays all volume readings and my X-axis displays date/time, thus allowing me to compare performance of the
Signature Image HTML display
Good day, I use the following deluge script to get url images to catch signatures and display in html reports. I open the report with my developer user and it works perfect, but when another user open the report the signature images appears as a broken link. I try publishing the report where are located the signatures, but I have the same issue. imagelnk = FetchRegistro.Firma_Capacitador_1; imagelnk = imagelnk.replaceAll("/sharedBy/appLinkName/","https://creator.zoho.com" + zoho.appuri);
Edit Access to Single Record via URL
I'm developing a system to allow public users to request meetings and to include an approval process. What I'd like to do is have some way to allow the application to be reviewed by a staff member and approved, rejected, or sent back for comment. Where I'm hitting a snag, though, is in figuring out how to programmatically allow edit access to a single record without requiring the user to log in. The workflow I'm envisioning is roughly: 1. User submits request 2. Staff member reviews request and sends
How to fetch the min-max date from a subform
Dear All, If I have a subform with dates and I want to show ( when I click submit) in a html page only the min (28/3/2015) and max (22/4/2015) date how can I do that?
Creator Reports suddenly giving error with linked fields
I have some reports in Creator that have overnight stopped working, the broken piece is columns that point to another form. These were working last night but not this morning, and it doesn't appear to be all linked fields just fields in certain forms. Has anyone else seen this or have any advice on bypassing the problem until it is fixed. -- Gabe
Sub-form
Hello, I'm trying to build a communication module in a form in Zoho creator. I got three fields: 1. Message 2. Zohologinuser e-mail 3. Logging: Date and time Field 2 and 3 are filled in automaticlly and are disabled. I would like to disable the field message in a row after user input. Is this possible?
Fomratting text strings in Zoho Creator
Hi I am developing a small app which will generate emails based on a status field. But i can't figure out how to format different text strings. At the moment its a big if else if else if else ... construct , and within each condition it has a SendMail and all the appropriate text is formatted within that condition. It would be much better if i could format a number of strings like emailHeader, emailBody, emailFooter, and then just have one SendMail at the end which sends emailHeader+emailBody+emailFooter.
Position of OpenUrl Window
Hi, Is there any way to I can Open the popup Window (openUrl Task) in the Middle of Browser now it seems always opening in the upper left hand corner ? Arfater
Next Page