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?
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.
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,
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
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
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
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:
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
Fetch XML response from Zoho Creator rest api
Hi, I'm having trouble figuring out how to use their rest api. I read their document but the explanation was not clear enough for a beginner like me. Can someone give me a simple example of how to use it? I really appreciate any help you can provide.
Import data problem
I'm having problems importing data. The import file was exported from a Zoho Creator App and now I'm trying to import it into a copy of the same Application. I'm going to use the copy of the App for development. I'm trying to populate the forms in the copied application with the same data in the original application to get a realistic development environment. The import works fine on most of the forms/tables, however I'm getting strange non-descriptive errors on a few of the forms. It seems the
Summing fields in a subform
Hello. I'm relatively new to Creator and Deluge and I'm hoping someone might be able to help me solve an issue I'm having with a Creator app I'm building. In this app, I have a mainform and a subform. Each row of the subform has a "Total" field which I have managed to automatically calculate. What I am trying to do, however, is sum up the amounts in every row's "Total" field, and display that in a field on the main form. My early attempts at scripting this resulted in various form execution errors,
Finding and editing records of a form using another stateless form
Hello, I have two forms in my application. One has data (Form A) while another is a stateless form (Form B). Form A (the form with data) has various fields and one of those fields is a unique ID field (Ticket ID - put in by me). Here's what I want to accomplish via the stateless form: The stateless form records data entry in a single single-line field I want to use this data just entered to search the Ticket ID field of Form A If there is a match in the Ticket ID field of Form A then I want to modify
Open an specific form when mobile app is launched
Is there any way to automatically open an specific form when the mobile app is launched?
Accessing and editing records from another form
Hello, I have two forms in my application. One has data (Form A) while another is a stateless form (Form A Check In). Form A (the form with data) has various fields and one of those fields is a unique ID field (Ticket ID - put in by me). Here's what I want to accomplish via the stateless form: The stateless form records data entry via barcode or manual entry I want to use this data just entered to search the Ticket ID field of Form A If there is a match in the Ticket ID field of Form A then I want
URL criteria syntax
Hi, I'm trying to open a report based on a set of criteria. The criteria are: The BkCourse_ID field is the same as the one entered on my stateless form that I'm invoking the report from. The Booking_Status field is not like "Cancelled" The Booking_Status field is not like "Exchanged out" I can successfully open the report with the first two criteria as the filter, but I'm struggling to come up with how to add the 3rd to the URL coding. Here's what I have so far: rec = Courses_Setup [ID = input.Course];
I wanna create an application that can search and view the CRM i have.
I wanna create an application that can search and view the CRM i have. I need a professional guide how to do it. to where i can fetch the record i want to be viewed with, fast searching for the information inside the CRM, and possibly published to either Google Play and/or iStore
logging in using userid instead of email/phone
Hi, I understand that when the zoho account is created - a userid is created eg bkmaithili I am able to login using email or user id But today i have created a new zoho account - but am not able to login using the user id.. It throws an error asking for email/phone number My query is that 1.how to login using the user id? 2. can we create our own user id... the application will be used by few people - are we dont want to have a login based on email id - just a generic userid - eg Appuser1
Auto fill form field with the same value as the last submitted record
How do I fetch a value from the last submitted record so I can set that value as the default value on loading the form?
Populate Form Fields from values in another report?
I need to create a form that takes attendance at a staff meeting. I have all the staff listed in a report called "Active_Members" (which is just the records from a form called "Member_Entry" with a status of "Active". I need to have a form that lists all the members so that the secretary can call the list of names from top to bottom, and mark whether each is "present, absent, or excused" I'm trying and can't figure out how to do this.
Delete uploaded files
1. The form at https://creator.zohopublic.com/registrocivil/registro-de-nacimiento-doble-ciudadania/form-perma/Envio_de_Documentos_inicial/UbUsnYy7X5gyZhpJCjjt9hkAj01Y0AtV1kAM9kGsjJ3hBBQtRgVvsZQQsd2qjFrTZvOeMPNh5kFpNV7BqHbsjpNG29DQAqRehUYY is uploading files. How can I erase some of those uploaded files ? Thank you.
Count records which have had a subform record added this week / month / year
Tried to post before but it never appeared in forums - just said waiting approval but I can't find anywhere!! Anyway straight to the point.. I have 2 forms of interest (Company, Call_logs) Call_logs is a subform within Company I also have a page (Monthly_Report) in this page, I want the following date to return the number of Companies that have been called this week / month / year Company A = 5 Call_logs Company B = 2 Call_logs Company C = 7 Call_logs Company D = 1 Call_logs Ie 4 companies called
Catching failed lookups from zoho.crm.getRecordById
I’m using Zoho Creator to pull record information from Zoho CRM, using the method zoho.crm.getRecordById, as such: potential = zoho.crm.getRecordById("Potentials", My_Zoho_CRM_ID);
When My_Zoho_CRM_ID is an ID that exists in the CRM, everything works fine. However, when My_Zoho_CRM_ID does not exist in the CRM, I’m given the following error: Error in executing Set Variable task. Unable to update template variable potential.
Error evaluating MAP expression :
Is there any way to catch this
Deluge Name Panel Disappeared
During Free Scripting we used to have a Deluge Name Panel on the right hand side, its super handy, however its disappeared since last week, wonder how to get it back?? Thanks!
Help for making my aplication please
Hello, first of all i am a new user of Soho Creator. And please sorry if it is not the right place for doing this question. I need some help for making an aplication for our organization. Well, my question is, that while we have a "form" where we charge our campaigns, each campaigns maybe have more than one work in it, so we have a "subform" in it, where we can just press "add" buttton of the subform and add every work in it, in each work charged in this Subform, we select the Personal who
Reg - Calendar report
Hi, Good day to you! I want to know how to make the availability of office timings alone ( say 10 AM to 6 PM ) in zoho creator calendar report. Its shows time from 12 am to 11 pm in day view. Thanks, ITKES
Convert IDs returned in a list to the names they're associated with
Hi there, I have a multi line field on a statless form that I want to populate with a list of names fetched from a set of records meeting a certain criteria. There are 3 forms connected to this process: Client_Info (this just holds the basic client info like First Name, Last Name, Client ID, email, phone no. etc.) Courses_Setup (this holds a uniques record for each course that has been setup, with fields for course title, room it's held in, strat and end dates, teacher etc. Class_Bookings (this holds
Gettype function
I wonder if anyone can help me, please.... I have 2 applications:- Application1 contains Form1 with fields Name1, date1 Form 2 with fields Name2 (the data in this field is copied across from Name1 in Form1), Number1 Application2 contains Form1 with the following fields:- Name3 - A Lookup field - the relationship is to Name1 in Form1 in Application 1 Date2 Number2 When someone goes intro Application2 and looks up the name in Name3 field - I use the gettype function to find the associated record in
Importing records from excel not working correctly with Spanish characters
Hi, Spanish characters are not imported correctly from excel spreadsheet. The special characters are ñ, á, é, í, ó, ú. Does somebody know a workaround?
Reverting to null value doesn't seem to work on Inserting multiple Records
In one form, on Validate or Success, I'm creating doing multiple "Insert Records" based on the report of another form. It took me all day to find the cause of my bug, but I have discovered that once I have a non-null value in one of the Insert Record fields, I cannot pass pass another null value. It will stay with the previous value. It doesn't matter if I try to pass this in the form of a string, integer, or from a list. I would have something like this in my On Validate Game = GameSetup_Log[ID
prompting a user for input with a modal popup dialog
In developing interactive applications it is useful to be able to display a modal dialog box that presents a message and a couple choices (buttons or links). Based on the user's selection, you branch and do something in the application. I'd like to implement a generic function to handle this. I would pass it the message string to be displayed and the text for up to three option buttons; it would return a simple integer indicating which button was clicked. As a less attractive alternative I'd be okay
Report edit menu button
Hi there, I've added a simple custom action to a report (it just launches a stateless form) but I'm having problems getting it to show in the 'Show action in each row under menu edit' display type. When I choose the 'Show action for each record' it works fine - the button appears at the end of each row and it functions correctly. However, if I choose the 'Show action in each row under menu edit' nothing appears on the report - the default edit icon remains unchanged. Am I missing something here?
Making an order app. Having some issues.
This is my first time with zoho so i am not very skilled at this. I am stuck and need help finishing my app. First let me explain what i am trying to make then I will explain where i am stuck. I am making an order app. Basically all i need is a app that adds products to an form and then make some designed forms after. I am trying to stop myself from creating two separate excel spreadsheets with the same info. I have attached the sheets. So you can see what I want to produce. So I have a vendor form
Is Zoho Creator hard to do problems a little outside the box?
I haven't programmed in a good long while and on my second week of the free trial, so maybe this is me and being a noob to this system... but I'm finding the documentation a little light (did all the videos, ebooks, and tutorials) and so have to do a lot of experimenting to see how it works. Right now I got a team roster based on one form, and in another form I multiselect teammembers for a single game match. I'm trying something as simple as getting the inverse of my selection (gettting a list
Reverse Zoho Invoice Solution
Hi, We are looking for a possible solution to our Instructor Invoicing problems. At the moment our system is clunky inefficient and very time consuming. At the end of each month our instructors send their collated classes (Invoice) they have taught to a designated email address. These invoices are then checked by admin to make sure they are correct. They are then approved and sent to the accounts team to Pay (by bank transfer). This process often leads to invoices being missed, not check thoroughly
Need help Debugging - Info - View Log Details?
https://www.zoho.com/creator/help/script/info.html This talks about a "View Log Details", unfortunately the only error log I can find is the script log errors. I don't see it in applications or behind the scenes. Been using info keyword but can't find it's output.
Reg - iCal in reports in newer versions
Hi, I want to know where is the iCal Feed option in the views/reports. The example which is shown in zoho creator help is for older version. For newer version I couldn't see any option for iCal .. Please let me know in creator where can i find the iCal option. Regards, ITKES
Next Page