Creating Custom Action Button
Hi Zoho Community, I'm trying to create a custom action button called "View Record" that does nothing more complicated than open a view of the particular record - exactly what you see when you click "edit" to that record. I am trying to follow this tutorial but I'm having a hard time understanding what needs to be done different to "view attendance" instead of "add attendance." Any help on either count would be greatly appreciate. Thanks!
How do we publish an entire application and generate the URL for usage without Login
How do we publish an entire application and generate the URL for usage without Login the same way we are able to Publish and Generate the URL for Individual Forms.
How Can i Add a Desk Task via Creator?
Hello, i am working on a System that pushes Zoho Creator Data in Zoho Desk as Tickets and Tasks. The Tickets are genereated perfectly with zoho.support.create("Requests"...); -> This Works BUT i must add Tasks in the Tickets, too. For this i found: https://help.zoho.com/portal/kb/articles/addrecords-api-method https://desk.zoho.com/api/xml/MODULE/addrecords?authtoken=AUTHTOKEN&portal=PORTALNAME&department=DEPARTMENTNAME&xml=XMLDATA (the Bold text is filled with my values) My XML Data: <tasks><row
Enable and disable the “Enable Payment” checkbox in the “Payment” form settings from within Deluge
Hi, Can I enable and disable the “Enable Payment” checkbox in the “Payment” form settings from within Deluge? I need to do this so I don’t need to create duplicate forms with the only difference being to accept PayPal payments vs payments by cheques. Thanks. Truly, Emad
Zoho creator is very slow to load form and data entry
Halo Zoho Creator From yesterday 28 July 2017 12pm Jakarta time, until now 29 July 2017 2pm, we have been experiencing slow response time. It is very slow, very very slow to load form and to submit data entry. As a result, we cant do data entry for transactions and our customers are complaining as we cant deliver invoices 1. Are you able to confirm that this is a zoho worldwide issue and not just for us in Indonesia ? 2. If this is indeed a worldwide problem, what is the problem, and when are you
Show Link Name instead of Title when viewing a lists of Forms, Reports, and Pages
Is there a way to show the Link Name instead of the Title when viewing a list of Forms, Reports and Pages in development mode? As my application grows, I am naming forms with a similar prefix to keep modules together. For example, forms that have to do with user management are named usrUser and usrCompany. I want to be able to look them up by these names when doing development, but I want my customers to see User and Company. What approach are you using to keep track of related Forms, Reports, and
Decision field: summary
I'd like to see the summary of a decision field. For 100 rows for example, I wanted to see in a report: 59 FALSE 41 TRUE. Thanks. Can you add this feature to Reports of Zoho Creator?
How do I access individual elements of a multiline control?
I'd like to use a multiline (or a note) control to display an onscreen log of actions taken by a maintenance routine. Basically, I want the ability to programmatically push new values into the list, either at the top or the bottom with automatic scrolling. In other languages I'm used to accessing the content of such a control as a list or array, at which point I can use list functions like .add or .insert. How do I do this in Zoho? I can't find any relevant documentation as yet.
Receiving and storing email attachments in Creator
I am receiving email (GMail) by way of a Zapier Zap. These emails come with attachments. Is it possible to store these attachments in a standard form when the record is created? I don't see a form control type that will allow for this. Thanks Derek
Unable to attach photos on mobile embedded form
I have a mobile form embedded on a mobile website and in a mobile app and I am unable to attach photos. On Android when you click the "Choose File" button it does nothing. On iOS when you click the "Choose File" button it opens up the Camera/Gallery option but when you select one it just closes out of the form
I need the deluge help document offline pdf version.
I need the deluge help document offline pdf version. I have a download link but it doesn't work ( http://static.zoho.com/creator/explore/delugescript_helpdoc.pdf ).
Vacation Request on Youtube
I have been following this Vacation Request video carefully, but it does not show how the employee information form/Report gets its vacation Days data updated. All it does is check to see if you have time. If approved, how does it update the Number of Days Taken field, so that if I check, it was updated?
Zoho Creator new Version
Hi I am in need to send Zoho Pages as E-Mail .As far as i know i belive we need to re-code for that to happen which is time consuming. It looks like more new features are expected in Zoho Creator very soon.It would be good when we can get the details of that and in what way it ll reduce the coding work.. Please update.
Use CSS on embedded Forms/Views?
Hello, how can I override the Zoho CSS stylesheets on embedded forms and views? I need to update my UI and unfortunately the Zoho styling is a little outdated. I am tried to simply assign new CSS to specific Zoho classes in my html <head> but they aren't taking effect. I then did a "View Source" and copied the HTML/JS code into my own html page and was able to augment the CSS, but crucial Zoho functions stopped working. Please let me know what I can do here, really considering using a different tool
How to make each record that i am referencing a clickable link ?
How can I make each record that I am referencing a clickable link in report setting?
"Set Filter" for lookup fields inconsistent implementation on web v's mobile app
Hi, When using the "Set Filter" option on a lookup field in the mobile app it will update the lookup when I update a dependent field via deluge. In the web browser this is not the case, filters will only get invoked when a dependent field is updated manually. Effectively I now cannot use the "Set Filter" option. Damien Cregan Hire an Expert
Can the new (2016) UI be implemented for old accounts?
Hi everyone, I have the old (pre-2016) interface on my account. Is there a way to enable the new UI for old (pre-2016) accounts or am I stuck with the current interface? I can't seem to find any button or link that enables it.
criteria report last record
hi I would like to give as criteria in my report the following : [last_record_added = STOCK [(CLIENT== input.CLIENT && SUPERMARKET == input.SUPERMARKET)] sort by Added_Time desc; (last_record_added.TOTALBILL> 0.0)] is it possible to have this level of criteria in the report? How could I filter my report that way thank you
Update a record's field in Zoho CRM by using creator.
Hai Team, I have a issue in Zoho creator. if i update a record's field in Zoho creator automatically it should update in Zoho CRM. How to do that? Ex : In product module,if i change the unit price field in zoho creator.Automatically the same field in Zoho CRM have to get change for the same product. Hope will get a response back ASAP. Please send me the code. its very useful for us. Thanks in advance Abishek.
Help me create line chart
Hi. This is my database I want to make a chart like this to print out the process for each customer I have set the columns like this but nothing happened ! Pls help me. Thanks
Possible to use same script for two subforms (that are identical)?
Hi, My current script is super long, I hope there's a way to make it shorter: I have a main form, with two subforms in it. The subforms are completely identical, it's just that I had to display them twice on the same form and Zoho would not let me add the same subform twice. I have a pretty long script that needs to be run for each subform on On Edit -> On Validate. is there a way I can use the same lines for both subforms? To make thing easy I'll elaborate a bit: The subforms have 3 fields: Date,
SMS Twilio
How to use form field as part of text message, I am able send text message successfully, but I need the License_Expire_Date field as part of text. when use this script below the message does not go through, but replace the License_Expire_Date with sample text message it does work. Thankful for any help. This works var = input.Phone_Number.toString(); var1 = "+1" + var; //info var1; resp = twilio.sms.send("Driverlync",var1,"DL EXPIRED"); info resp
How can I set up auto refreshing time for other users in their views ?
I check forums but did not find browser auto refreshing time for added or changed data by forms. If a user submitted a form when other user can see this data in his view ?
Quickbooks Online issue
Has anyone successfully connect to Quickbooks Online? I've setup a Connection but when I try to execute: searchResponse = intuit.quickbooks.searchRecords("Zoho", "{company ID}", "SELECT * FROM Customer where DisplayName='Insert Name Here'"); I receive a "401 unauthorized" error. I've checked the Company ID in Quickbooks online several times and it appears to be correct. Could this be due to using a Canadian Quickbooks database? Thanks!
Allow user to insert new single line text in a form?
I'm creating a simple application (contacts) but one requirement has me stumped. Seems like it should be easy but I'm not able to come up with the right search terms to find the answer. The requirement is to update an existing record with a brief note of when the contact was last met with and why. The note is simple freeform text (ex. "Spoke by phone.") and the date can be a timestamp or a date field. The date does need to be a distinct field because the user wants to be able to search by date
Printing Zoho Page with embedded Zoho Report - is this possible?
I have a Zoho Page with an embedded report. I turned on the header option to print the page. When I print the page, the report gets really tall and spans multiple pages. When you go back to the page the report also stays tall and starts scrolling within the element window. Is this proper behavior or is there some configuration that I'm missing. I see there is an embed as image in Zoho Reports. Do you need to use Zoho Reports to do this or is there a way to get an embedded report to print properly
Automatic Numeric Field Increase (without Auto Number)
Is it possible to have a field (numeric) automatically increase by a set "number", in this case just one (1) everyday without any input from a user and display it on the screen before the user edits/updates? I've search the forum and all topics for help with this and can't find anything. IE. ...... Day1 = Day1 +"1" if Day1 equaled "10" it would automatically update if I ran the scheduler or "WHATEVER" Zoho has to increase the number before it is displayed on the screen in onLoad. The field would
Please specify a valid date value in application date format
Any time I try to save a workflow action got this message. Check on application date format and it was choosen from standard dropdown formats. No clue, please help
How to create statistics for each employee who add records through form?
Dear developers and colleagues! I am just one month zoho user. Even I have not yet discovered all the abilities of Creator I believe I can develop exactly what I want: simple and effective application. By now I am almost done, but there is one thing left which I never thought I could stuck at...a super primitive statistic report showing performance of each employee who added records in certain date range, e.g. Today, Current month, Last Month, Total. Showing the count of both, total records added
Automatic CSV Import/Upload
Hello All: I am attempting to set up a daily import from a local CSV file into my Creator Application. I have found the migration tool and understand the parameters. I just don't know how to edit the commands within the zohocreator.exe application. No doubt this is simple, any help would be appreciated. Further, I may be overstating my knowledge so specificity would be helpful. Dave
Please share your experience with the NEW UI
Hi Zoho Users, I'm a long time Creator user and I have been testing the new UI for a while now and I feel like 90% of the bugs have been fixed. However, based on my testing it seems that the new UI is about 2-3x slower! I love the new UI and and I'm willing to give up speed/performance for a more polished look. I'm curious if anyone else has seen the same results? Have you switched over the the new UI? If yes, do you have any issues? If not, what's holding you back? Thanks. Zalman
Customer Portal User change of email
Hi, I came across the following situation: one of my customer portal user changed his email address. This mean, I have to create a new user with his new email. The problem is that I want that he keeps access to the data he added with the previous one. Someone has had the same situation? Any help appreciated
Go back to dashboard in mobile app
Is there any script or way to close a form after successfully submit a record and go back to the dashboard (screen showing all forms/reports etc in my app) in the mobile app? My employees use the mobile app with QRcode capture in our main form. This form displays the camera screen (before displaying the form) and never closes after capturing the QRcode. I need my users to go back to the dashboard after every QR is captured &recorded so they are able to open other forms (which is not always the
driving a SIP softphone in Creator
I've already installed a SIP phone client (Bria) and set the browser default. Not sure why this won't open a new window as an easy way to drive a softphone call? varX = input.Main_Phone_Number.getAlphaNumeric(); openUrl("sip:" + varX,"#Script:page.close", "same window");
Feature request: CSS editing in record summary
Hello, I really like the idea that I can customize a record summary template to fit my organization's needs. However, I feel that the HTML editing feature is very limited by itself. Would Zoho consider giving users the option to edit the page in CSS? I think this would be an extremely useful feature which will give users the ability to further customize the templates. Thanks!
Problem with search form code
Hi I'm new in programming and really need help with my code that I modified from tutorial link here: https://www.zoho.eu/creator/help/application/search-interface.html What I need to have in my application is search interface where I can find records by user input and show them on page. I modify code form tutorial to my app where all data are stored in Item_register and I want to looking for records that have same value as input in fields Model_Name, EAN_CODE_Value and Item_category. Problem:
help to fit graph report into dashboard / screen
Hey guys maybe somebody can help me 1. Can I change the graph report size to be seeing in the window without using a scroll bar? 2. I am embedding reports like the previous in my dashboard, however the graph, even with a scroll bar, won't show the whole X axis, below the code I am using in it, I'm using a previous dashboard code so maybe I need an extra line to fit it in, thanks .monthFrame{ width: 99%; min-height:380px; max-height:100%; //margin-left:10px;
not receiving emails
hi, this is now the 3rd time within a week that we have not received emails sent through sendmail in Zoho creator. we have a production system that has been affected each time. zoho made a fix twice but the problem's back again? i called support and no one picked up. i've sent an email to customer support but no one's responded.
Can't access my uploaded documents
All of a sudden I can't view or download the documents that are uploaded to my application. Last week my staff and I could. Now they are denied access (even though they are granted access) and When I click on them nothing comes up. Anyone experience this? There is nothing in field permissions that has been changed. Help! Christine
Access Image from API
Hi, is it possible to access a image with an authtoken It is not a good solution to save the complete HTML tag into a database. Why was this done? I am currently getting the picture url with regex but unfortunately, i can not access the picture because I have to log in. Is there a way to get the picture with an auth token? Thanks Daniel
Next Page