Custom icons, colours and typography.
Hi, we are developing a custom app in Zoho Creator for a client that also has its own clients. The app must look different depending on who logs in. Is there a way to use custom icons, colours and typography in the app? Can some of this change depending on the permissions? We know that we can change what page, reports, etc can be seen depending on the permissions, but we are looking for a more deeply customization of the visual style.
SubForm items not displaying
I have three tables: Student, Class and Booking. Student:Booking is a 1:n relationship. Class:Booking is also a 1:n relationship. Both the Student and Class forms have a Bookings subform. I have a script in the Student > On Create or Edit > On Success event: for each item in Class_Bookings { item.Student = ID; } Similarly I have a script in the Class > On Create or Edit > On Success event: for each item in Student_Bookings { item.Class = ID; } The behaviour I'm trying to achieve is
Page Landscape orientation for Print/PDF
Hi, for Pages, when I print or save to PDF, the page orientation is always in portrait. Is there a way to set page orientation to LANDSCAPE? We need to print out a lot of columns. So the portrait mode is very cramped and hard to read.
There should have codes in cancel button
there should have codes in cancel button in form.
Can pic be used from the img type Field in the htmlpage?
i want to use the pics from the forms fields of img type, how to do?
Workflow not working when I edit field using edit in report
Hello I have created a workflow to update an email field with the email address of a person if they are looked up. This works if I am within the form however if i do a mass edit from the report view of the field it does not update the email address. Can anyone help me with this Thanks Amanda
notContains in Deluge
Hello, I need some help with Deluge scripting using notContains function. My form has a checkbox_field with 3 options and a record_status field. I am trying to test for all 3 options being checked before allowing the status field to be updated using On edit>On validate workflow. The design is for script to: if (all 3 Checkbox_field options are NOT checked) { alert "You cannot update record Status until all three checkboxes are marked."; cancel submit; } I have tried a few different script versions
Sub Forms within a Sub Form
Hello, I need to store two levels of master details in my form. For example I need to store with a Purchase Order, PO Header and PO Details such as item wise quantity ordered. However I need a further sub-form to capture the break-up of quantity ordered into customer wise requirements. Is it possible to store sub-forms within a sub-form. Is this functionality supported in C5 version. Another issue is to add the required number of rows in sub-form at the time of data entry based on the requirement.
How to find key for a custom lookup field in Zoho Crm
Hello everyone, I'm facing a problem in lookup field. For Example: On "Potentials" module ,there is a standard lookup field named "Account Name" and it has a standard deluge name "ACCOUNTID" through which we access record values for particular selected record. e.g. potential_info = zoho.crm.getRecordById("Potentials",input.CS_Opportunity_End_User_ID); if(potential_info.size() > 0) { if(potential_info.get("ACCOUNTID") != null) { input.CS_End_User_ID = potential_info.get("ACCOUNTID").toLong(); input.CS_End_User
Is it possible to create a record in a Creator app from Zoho Desk?
We are analyzing Creator to find out if it's possible to integrate a Creator application into our service workflow on Zoho Desk. We want to create a mobile FSM (Field Service Management) application which will be used by our field technicians and they will be filling out the service forms which will be linked to service tickets on Zoho Desk. The process will be started by the service manager from a ticket record on Zoho Desk and the planned service details will be transferred to the service form
Auto populate form field from user login profile and recruit clientcontact field
Hi, I have created a form for our client to submit a job to our Zoho Recruit instance. When my client user login to the apps and launch this form, I would like to have the "Client Company Name" field in the form pre-populated based on the record in my Zoho Recruit client contact list. Is this possible? If so, how do I do this?
Form custom button to call dashboard
Hi Everyone, I have a form that I call from a dashboard page. I would like to add a button to the form called "Exit Form" to call the dashboard page making it appear to the user the form is being exited. Can you tell me how to set this up? If this can't be done, I can rename the text on the reset button to "Exit Form" but I don't know how to trap when the user clicks on that button and what deluge command I need to execute to call the dashboard page. Thanks in advance. Truly, Emad
Auto - Populate Fields from lookup on user input
Hi All Im fairly new to zoho creator. I currently have 3 forms which i have lookups on each form. I am wanting to Auto-Populate the "Owners field" when a Horse is chosen from the dropdown lookup on the form "Background Info". A few questions. 1) What type of Field Does Owners need to be on "Background Info Form" 2) Do i need to add or modify and of the relationship data as screen shot below? I have tried adding a workflow: (But it appears to be doing nothing) while a record is being created or
Can't update fields in subform rows
Hi, I am trying to work out a solution in a simple test application. I have three forms, Student, Class and Booking. There are M:M bidirectional relationships between Student:Booking and Class:Booking. In each of the Student and Class forms I have a Booking subform. i.e. In the Student form I have a subform that is supposed to list the classes the Student is registered for, and in the Class form there is a subform showing the Students that are registered. This seems like it should work. However,
Pending Purchase Order from client report
Hi, Is there a way to store and track client Purchase order's along with reporting so that follow-up with the client can be achieved seamlessly through the application? Renji
How do I import data from multiple fields into one with checkboxes?
I already have 1 existing simple application with just 1 table where I've entered data for a year or so. Now, I want to import data from a survey where one of the fields ("Products") can have multiple values which I currently have done in ZoHo with checkboxes. In Excel, the Products field is cell A1, and starting with B1 to about B10 are the possible values. Then B11 to about B15 has the other "regular" column headers like Name, Company, Email, etc. I've read a little about creating relationships
Cannot change Display Type of a subform
Currently using Creator 5. In this article, it explains how to change the Display Type of a subform to either "Grid Subform" or "Popup Subform." The article gives this picture as an example: However, in my existing subform and any new subform I create (either blank or based on an already created form), it only ever shows up like this in Field Properties: Is there a way to change it that I'm not aware of? Or is there a chance I misclicked some sort of setting to make it not show up? Thank you
Centering Text in Report List
I'd like to format the cell's in the list view of a Report. Some of the fields are right justified, however others are left justified. How can I format the cells so that I can right justify or center the text in the corresponding fields? Thanks!
Reusable Template
Is there a way to make a reusable template in Zoho Creator? I see that it's possible in Zoho Project. I need to create a list of tasks that I can use over and over again. Thanks.
Zoho creator 5 api
Hi, I'm trying to add records using my web page contact form to zoho creator form. using rest api: <form method="POST" action="https://creator.zoho.com/api/sineplusakademi/xml/sineplus/form/OGRENCI_ADAYI_EKLE/record/add"> <input type="hidden" name ="authtoken" value="*392c493bb37f3a82812c590ca4da2c98"> <input type="hidden" name ="scope" id="scope" value="creatorapi"> <input type="text" name="Name" value="Gary"> <input type="text" name="DOB" value="12-Jun-1980"> <input type="text" name="Address"
Problem to add new values to a bigintList field
Hi. I have a problem adding new records to a multiple search field "Bigint list". I use the method list.add (value) but then it does not work, for this I have to convert to string, add "," + new value and then revert to list before assigning it to the corresponding "bigint list" field .. I do not think it works properly, but that's how it works. My question is .. can the new value be added simply by using the "add (value)" method? Since I think part of that when I create a new record in a form, I
Approval Workflow - create new record not working
I'm working on a referral workflow for our family database, and I've run into a snag... The referral form is for professionals (doctors, teachers, social workers, etc) to refer families to our program. Once a referral form is submitted and then approved, it should trigger a deluge script to create a new Deaf Child Profile record and populate some of the fields based on what was submitted in the referral form. I did have this process working without any issues at one point, but then a couple of
Edit report by record ID in zoho creator form
Hi, i have a published registration form and I want my user able to edit this form report. I've tried edit record with record ID and that's work fine. On my zoho site i create input form for user to input his/her record ID and after submit it, the form redirect to my form edit report page and that's work too. The weakness with this method is, i can't validate the record ID. it's my goal: user input his/her record ID on input form, if record id true redirect to edit report page, if record ID false
Zoho Creator Record Template
Hi guys, is it possible that we add a new column to total up one of the table field in the record template? currently it will list out all the value into few rows, i will need to get the sum of it, anyone can help? thanks Jeff
Performing a sum operation of values of dropdown
There is need to perform sum operation on all the values of dropdown field irrespective of number of value which is a look up field? is it possible and can someone please explain it?
HTML table
Hi All I have a very simple HTML code that I would like to use but when I enter it in the Notes it converts to an ordinary table. What I am trying to achieve is a table and when a cell is touched it changes colour. If anyone has any ideas of how I can achieve this I would be very grateful <table> <tr> <td onclick="this.style.backgroundColor = 'Blue';">Top 1</td> <td onclick="this.style.backgroundColor = 'Blue';">Top 2</td> <td onclick="this.style.backgroundColor = 'Blue';">Top
Formatting a phone number
Hi Everyone, I have a "Phone" field on a form that looks like 5161231234. I would like to format it so it looks like (516) 123-1234 Can you tell me how to get the number formatted? Thanks in advance. Truly, Emad
Sendemail depending on subform row
We have a tracking subform with date/status of shipment. Every day we have to update the status twice, adding in every update rows depending of the status. We have created a some sendmail actions when editing wich depends on the status. We need send the email depending on the most recent status updated. We use on success, for each record, if but the email sent always is the first status on the subform, not the last row status as we need to be. could you help us with the script?
I need to pass record IDs of selected records via formobject
Hi, I need help in passing recIDs of selected records via form object through custom actions function to display them in html page as a tabular set of records. when passed to htmlpage it only displays the last record currently from the selected list
How do I create a link to a pop-up edit window in an HTML view?
I was able to create a link to edit a record, but when done editing, the user has to hit the back button. How to I request that the edit form appear in a pop-up window? EDIT: I'm using a link of the form: https://creator.zoho.com/mathgrad/math-grad/New_Applicant/record-edit/Applicants_Pretty_View/699642000000011710/ I think I can do this with openurl, but is there a way with html?
Import Addresses from Excel
How do I go about importing a list of clients and their addresses from Excel to a Creator form? I have a few fields in Excel with street 1, street 2, city, state and zip. How do i import to the address field in Creator?
Access Data in a File-Attachment
Hi i have an uploaded File with CSV text (.csv). the file is uploaded via a ZOHO form is it possible to access and parse the data within the file? i need to search this file for specific keywords and count them as i think this is not possible with deluge - can i integrate this somehow with PHP or Python? kind regards Lambert
Multiple Stage Approval Workflow
I need to involve multiple people in an application for a request approval workflow. The help pages I'm coming across do not reflect what I'm seeing in the version of Creator my organization is subscribed to. Is there another tutorial on creating an approval workflow with multiple approvers? I have a workflow with three approval stages I need to set up. Thanks!
OpenID Invalid/Unauthorized authentication
Since Morning, We are getting error .. 'Invalid/Unauthorized authentication response received from OpenID IDP. Please retry sign in to Zoho'. I check my email login which is on Google Apps(pentaitservices.com), everything is fine and nothing has been changed. ( I have 3 Active user id's , in all users facing the same issue). Pls check / suggest. My Zoho App URL: https://creator.zoho.com/appbuilder/piju2111/penta-crm-11/ (Edit Access given to support).
Calendar and room booking
1) Will be good to have calendar view for a day or a week, instead of just a month 2) Can we build actions, for example, sending an email as reminder from a on-line list of action-items? 3) Can we check for time conflicts if the creator is used to build a room reservation system? krishnan
DELETE http Method Deluge Script
I need to use a DELETE http Method to interact with my offline front-end form application. I use the other methods like get, post and open. Is there a deleteUrl script that I can use? If not is it in the future upgrades? If not is there a work-around? What about other http methods, like PUT? Any help would be great!
AYUDA EN ESPAÑOL SUMAR COSTOS EN SUBFORMULARIOS
Hola, espero que me puedan ayudar, tengo un subformulario en el que puedo agregar varios items con un nombre y precio, quiero que ese precio me lo sume el sistema y me muestre el total en el Formulario principal para así sacar un costo total del registro, muchas gracias
Book seat Template
Hi I am trying to adapt the book seat template and I cannot find where to change the number of "seats" to change it to 2 rows and only 22 "seats" I also need to change the seats to another picture - a truck or even a square. Thank you for any assistance you can give Thank you Amanda
Dynamic Picklist, Lookup, Dropdown
Hi, I wonder if anyone can help. I am trying to create a dynamic lookup dropdown with a filter/criteria as per the documentation and example dynamic picklist application below: https://creator.zoho.com/sampleapps/dynamic-picklist/#Form:Registration_Form https://www.zoho.com/creator/help/fields/configuring-conditional-drop-downs.html I have tried replicating this functionality in my own app, and have also created a copy of the sample app in my account. Unfortunately, both methods produce the following
HTML Snippet - Image Size Issue
I have placed a .png image in an HTML snippet on a page. Sometimes the image shows in it's full size when the page is loaded, however, it sometimes shows on only half the image and a scroll option appears on the right side of the panel. Once the page is refreshed, it usually shows full size again without the scroll option. Any way to force the image to show full size consistently when the page is loaded?
Next Page