Populate Subform with already existing Items
I added a subform to a form and I want to populate them with items already inserted from another form. Can I insert into a subform an already existing item using its unique ID?
Bootstrap CSS affecting embedded report on a HTML page
I am trying to style a custom page in creator with an embedded report. When I embed the report with no style then the report comes in as expected. However when I add the bootstrap 4 CSS file in the overall report area remains as expected but the content is compressed against the left hand side. I dont see any parameters within the zc-component that allow for sizing of the report area so wondering how the CSS is impacting this? I have attached two screenshots - one with the bootstrap.css applied and
How can I go back to the last version until the bugs are worked out?
How can I go back to the last version until the bugs are worked out?
Attach file to Desk Ticket from Creator App
Is there a way to pass a form that is uploaded from a Creator form into the Desk app? I am able to pass all the other fields with no problem, and I found that you can do this with the CRM app using the following syntax: <CRM Response> = zoho.crm.attachFile(<Module Name>,<RecordID>,<file upload field>); Is there any way to do this with the Desk App instead? There is no documentation of this that I could find.
Auto-populating field data once a option is made
Hi, How would I auto-populate fields in a form that relate to a different form? For example, I have a form in which I want to choose a specific category, and the price to auto-populate (note that "category name" field relates to a different field. Within the related field, I would have the category name and price. Essentially, I want the main form to fetch data from a related field within a different form. Note the category name is a lookup field. I'd like to do the same for Employee Name and employee
Showing subform fields in Report Summary
I have a form that uses a Subform defined as a separate Form. The subform-form also has a list subform within it. In my Report Summary, I want to display not just the list of items in the subform (which it does) but also the subform-subform. Parent form -> sub-form -> sub-form items Is this possible?
Subform, populating values from lookup record
I have a subform with several fields. The subform does not use an existing form, it was added as a "new" form. However, the subform contains a Lookup field. I would like some of the fields on my subform to be populated based on values on the linked lookup record. Can someone provide the deluge script required for this?
Using replaceall with URL field loses the Link name when used more than once.
Hi, When using a URL field in an email it actually uses the link name as expected and creates a hyperlink automatically. When I try to use the same URL field with the replacall() function more than once it removes the link and only returns the URL without hyperlink. Can this be fixed please. Thanks, Damien
Calculate percentage field in C5 pages (Dashboard)
Hi, is there a way to have a percentage value calculated from two field values in the new C5 Page builder? I found a panel with a percentage sign but it only allows the regular operations (sum, average, etc.) but not a way to set the two values needed for a percentage. Thanks, Constantino
Can i build apps with database and chart options
hi, I am new to zoho and was confused whether i can build custom apps with it. MY requirements is like below I want to create page with custom widgets for daily tasks belonging to different category example 1. went to gym yes or no 2. How much protein i ate today . text box 3. how many book pages i read etc text box Then i submit via form so they get saved in database. Then i want to have various charts which can show my progress like 1. Line chart showing when i went to gym and when i missed 2.
Copy Signature field from one form to another on user input
Copying Signature(image) field from one form to another. For our business needs we would like to be able to copy our customer's signature from on form to another. But in trying this using Deluge, it appears this is not possible. Please confirm. The code looks like this, the problem line is commented out. if(Offline_Work_Order[ID == input.Offline_Work_Order].count() > 0) { temp = Offline_Work_Order[ID == input.Offline_Work_Order]; input.Job_Facility = temp.Job_Facility; input.Signer_Name = temp.Signer_Name;
Field type "Name" how to input/parsed to the "First Name" & "Last Name" part
Zoho Creator has field type "Name" which consists of 'First Name' & 'Last Name' If pulling a first name and the last name of a contact from CRM related contact, how can this be input/parsed to the Zoho Creator 'Name' field? Here is an example of the deluge code im trying to correct: potIdStr = input.Potential; //***Working crmRelat = zoho.crm.getRelatedRecords("Contacts","Potentials",potIdStr); //***Working input.Email = crmRelat.getJSON("Email"); //***Working input.Name[First Name] = crmRelat.getJSON("First
auto populate from Crm
Hey Everyone. Ive been playing around with this for ages and cant seem to get it to work. im trying to set up an onChange event. so that when a certain field is entered the rest of the form populates from the crm. The issue im having is that the info i need to populate is in a custom module. so far everything ive tried fails and throws an error. I have tried using an integration field but it wont allow me to access the custom modules. Is there a work around for this. Thanks Roland
How to aggregate SUM data using a criteria from a lookup field
I'm trying to figure out how to use the .sum feature when aggregating records, but only for records with criteria Account = Commerzbank This formula works to add up all the Actual Amount field in the Add_Transactions form. input.Balance = Add_Transaction.sum(Actual_Amount); However, I only want to sum up records that have a critera Account = Commerzbank, but I continually get an error that Account is BIGINT and this doesn't work to search for a String. I can't seem to figure this out. Thanks for
Additional access security for Creator app in iOS devices
Is there any way we can secure the access to the creator app in iOS devices (iPhone/iPads)? Currently the login is only required for initial login and the app will remember user's login details until signed out. Is there any plan from Zoho to make access to native apps more secure (like banking apps - switch to another app / press home button, the app will ask passcode again).
How do I get access to ZC 5?
I am currently old version of Zoho Creator. How do I access to version 5.
Send Email Function
In the old Creator (4), it was much easier to script and email. It seems more difficult now. I was trying to find a flaw in my email routine and it is much harder in C5. If I point to the line number next to the Send Email (Edit), it does nothing on click. I tried to re-create the same making another email script, but found no "Insert Fields" like the old. When I go to </> icon, it does bring up fields, but it is still difficult to enter something on the subject line like "Project: input.Project_Name".
Accessing a specific row's data in a subform
In my sub form i have several rows and I wish to access the last row inputted in order to send some of the info in it via email when the form is submitted (On Add -> On Success in the main form). I have tried using the script from this forum: https://help.zoho.com/portal/en/community/topic/subform-get-value-from-the-row-above My rows in the sub form ( AKA Actions_Taken) before the script is executed: Date ROW ID 4/21 1 4/22 2 4/23 3 4/24 4 My Script (I tried it both on the 'On Edit' -> 'On Success'
differrent "subform default entries" ON ADD and ON EDIT ?
does anybody know how to workaround this ?
Deleting data from forms
Hello, I am working in Zoho Creator and am a bit stuck. My app is for Production Inventory. The offered apps don't really fit my requirements. I have created 3 Forms to capture incoming goods that have unique serial numbers for each item: GNSS board, Camera and Antenna. I have also created a Form called Build Orders. This form allows me to gather the items needed for a production build. When I fill out the info in Build Orders, I have look up fields for GNSS boards, Camera and Antenna. This allows
Embed form translation
Hello, i have published a creator form, and i have included the embed code on the italian version of my website, and it works fine. Now i need to translate this form into other languages, is it possible do create embed code in different languages using the Creator app translation feature?
Fetch Product Name, Qty,Price Etc in a quote module to zoho creator?
is this thing possible? thank you for your reply
Accessing Subform Fields
I have added a subform to Zoho CRM. How do I access the fields that are in the subform both in Zoho CRM Workflows and Zoho Campaigns? I want to access them so I can use them in these apps.
Zoho Creator - Special field 'Integration' with CRM Potentials - How to get record ID and use to update other fields
Hi, I have used the Zoho Creator - built in special field 'Integration' to lookup CRM Potentials in a Form. Field name: 'Potential' Field link name: 'Potential' Im trying to get a deluge workflow right that will find the Record Id (Potential ID) from the Potential field as integrated already in the form. This would then allow updating other fields in the Zoho Creator form by populating the data from CRM record. So, this deluge scrip works in a workflow if specifying the potential ID: crmResp =
How to do a Mass Search on all reports?
Hello, I have several forms that ask for the same field. Example my License Holder form, Mail Box form and Subscriber form all ask for a "Name". I created a page so I can have all of my reports together but how can I do a mass search where everyone with the same name will pop up in EVERY report I have instead of individually looking through all of them?
Unusable Section
Hey Guys, I have an issue with a section under Settings> Sections. It is named Hidden_Application_Page _Section. It is greyed out and does not have the usual Edit, Show/Hide and Delete buttons. I can move Forms or Reports into the box but cannot take anything out of the box. I searched the Web for awhile but couldn't find anything to help. Thanks, Kevin
Auto populating 2 rows in subform
Hello everyone. I have subform with 'Product' lookup field (products are in Products form). I need to auto populate 2 of those products (e.g. packaging, shipping) on add on load - those 2 are everytime there. Any ideas how do the code should look like ? Thanks in advance...
Get a Integration Dropdown Field
Hello, I'm trying to do a simple thing, get the name or id from a integration field (integrated with my potential on my crm), the field works fine, gets all the names of my potentials. But im testing a way to get the id or name of the selected potentential on the selected name on the drop field and it says always that its null. I really need help in this. Check the prints: print 1 print 2 print 3
New Zoho Creator broke functionality in apps?
I haven't made any changes to my app in days but errors started popping up today. I see that the new Zoho Creator is being rolled out and I wonder if it has anything to do with it. My app has become essential to my sales process and now I'm stuck with this please help.
Filtering or Selecting a record from a ZOHO Pages view
Hi, I have a custom ZOHO Creator Page view. I would like to filter on this page based on a ID number. Either with the option to select the ID from the list of all records, or to input this number. Any help would be appreciated. thanks
Tip 5: How to dynamically view filtered data on a page.
Hi everyone, A fortnight has gone by, and we are back with a new tip that would help you dynamically create views based on the data entered in a form. The Page builder is one of the most powerful features of Zoho Creator. It helps to represent important information graphically on a single screen. You can create different types of pages that can include various components like panels, charts, reports, snippets, buttons, forms, and embedded links. Now let's look at how you can dynamically filter the
Sub Form
I am enjoying the new Creator 5. I have one question. Is there anyway to move a subform to a single column. When I try it stubbornly insist on occupying all three. Thanks for your time....
How to Add Row to subform via script?
Hi, I have a bunch of itesm in the multiselect checkboxeds eg: 1ft x 24ft = $4.9 1ft x 36ft = $7.3 1ft x 50ft = $10.5 Thes are actually len x width based pricing When the item is selcted in thse checkboxes, i would like to add a row to the subform and pre-fill it with the above values len = 1 ; wid = 24 ; unit proce = 4.9 So that, in the end, the user only enters the (No. of items) in the subform, ... This is to mimise manual error I have set the default row = 1 in parent form & input
Relationship Diagram between apps
Hi, I've divided the business process into a few different applications which depend on each other (lookups between them). The relationship diagram view is only showing relationships within one app. Will this be changed in the future?
How do I restrict access on a sharable report?
I want to share a set of reports. How do I make those accessible to view only and not edit?
Add record API to trigger Zapier
I'd like to add a record via API. I'm fairly competent with deluge but have no experience with API. So I copied and pasted/edited the info (from zoho API wiki) on "On Success" of a form <form method="POST" action="https://creator.zoho.com/api/sampleapps/xml/sample/form/Employee/record/add"> <input type="hidden" name ="authtoken" value="***************"> <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">
View/Add comments in Desk
Hello, How can I actually view the comments from Zoho Desk in Zoho creator? htmlpage Show_Tickets() displayname = "Show Tickets" content <%{ lo = zoho.support.getrecords("Requests","MyApp","Maintenances"); for each single in lo { // I need to somehow fetch the comments here <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< } }%> And how to add a comment to a ticket via Zoho creator?
Tree view in C5
Hi, Is it possible to have a tree view, like in windows explorer?
Can I create a function to select a record summary for a report?
I have several record summary templates, which are invoice formats that depend on the customer. The basic information is the same for all, but for example, some need the invoices to have the PO numbers, others need the weight information, and so on. So whenever I have to print an invoice, I have to edit the application and choose manually which of the record summaries I want to activate. Is there a way to develop a function to display at the report header that would allow me to select (and change)
Custom Portal connected users
Hello, I use custom portal. Is there a way to know when users connect to my app? I want to have a report that show when users are connected in realtime. Thanks guys!
Next Page