[Solved] Get value of lookup field within a subform
Hi, I am using sendmail to receive a copy of submitted form values, and i've run into output such as this: 2511901000000056650 I found success with support's help by utilizing this syntax: get_customer = Customers_Form[ID == input.Customer_Name].Customers_Database;But now I need that to work for 3 fields in a SubForm, 2 of which are lookup fields. This is what i have, but it's not quite right. I also don't want it to pull ALL the records, but ONLY the ones submitted in the subform. subformContent="";
for each row in sub form problem
i'm looking for some calculations to run on each row in a sub form. I have it working on the first row but subsequent rows do not work. I have a way of translating words into number values, calculating the numbers and then translating the sum back into words. That bit all works, I just need to apply it to each row. I tried for each row in Risk_Sub_Form { add in my code } i get the error "row is system keyword and cannot be used" Any ideas?
How to download a file from deluge?
I have a function in deluge that downloads a packing slip from Zoho Inventory where the return value is a pdf file. parameterMap = Map(); parameterMap.put("package_ids",/*id*/); PackingSlip = invokeurl [ url :"https://inventory.zoho.com/api/v1/packages/print?organization_id=473837261"
In the Map view of reports, can the color of the pins be adjusted based on a variable/dropdown?
In the Map view of reports, can the color of the pins be adjusted based on a variable/dropdown? As an example, if a record has a status of x the pin would be blue or y could equal yellow..etc... or is this something that needs to be tied to Zoho An
How to access inventory API from javascript?
I'm trying to create a button on a page in creator which when pressed does an API call to packages in Zoho inventory. Here's my code in deluge. print = invokeurl [ url :"https://inventory.zoho.com/api/v1/packages/print?organization_id=849303927" type
Automatically number subform lines, starting from 1 evertyime one is made
So i am currently working on a subform in an app. Like shown below the numbers in #Run should automatically populate. So when i add my first row the number should be 1. Adding a new row would mean that #Run would be 2. This should continue to whatever
Creator JS SDK SubForm items manipulation (ADD/GET/DELETE/UPDATE)
I want to ask for help from anyone who's worked with JS SDK on Creator widgets, as I am not clear and I can't get it work the following manipulation of SubForm items. So in my widget I want to be able to Get,Update,Delete,Add Subform items, so far I am
Zoho Creator - Deluge Script - Non Distinct Count in Lists/Collections
I have an issue I am hoping to find a solution or reason to or for. To make it very simple, or to attempt to, I will use the metaphor of a Book Recommendation App. It includes two main forms: ReadersForm (perspective readers) and BooksForm (book collection).
Calculated Field on CRM Entity
function setupGridRefresh() {
var targetgrid = document.getElementById("NAME OF SUBGRID");
// If already loaded
if (targetgrid.readyState == 'complete') {
targetgrid.attachEvent("onrefresh", subGridOnload);
}
else {
targetgrid.onreadystatechange
How to auto populate fields based on CRM Integration lookup
Hello, I have scoured the forms and tried multiple solutions but I can't seem to figure this very simple task. I am a beginner and am just learning Deluge so any help would be much appreciated. I have a form (Add_Warehouse) with an Integration field set to the Deals module in my Zoho CRM account. I would like to auto populate the following fields, from the Deals module, based on the users response to the field 'Import Details from CRM field' (Creator field link name: CRM_import). The module is
searchable field
I need to create a searchable field in my project. Here when I insert data in this field it'll provide options to display the data in separate tab. Here I've attached the file How can I create like this I was so confused. Plz help me Thanks in advan
How can I get quantity number for each item from collection ?
How can I get quantity from sub form in another form when I fetch data get it in collection
Publish Zoho Creator Application to Clients
I made a zoho creator application in zoho creator itself and I want to now change the ownership of the application. However when I search for how to do so I find this answer: https://help.zoho.com/portal/en/community/topic/changing-application-owner.
With forms for Intagrated Zoho CRM Account, how add functionalities?
Hi, We would like to change the text field for the parent account to search and select an existing account. At some point, when we use the Accounts Report to edit, we would also like to be able to navigate to parent child accounts. Maybe add kinda cards
New field limits on a form (No. fields vs No. characters)
Hi guys, Wondered if anyone could help me clarify something around field limits in a form. Zoho circulated an update in November saying that if we reduce the character limit of our fields, we can squeeze more fields onto a form. See here: https://help.zoho.com/portal/en/community/topic/upcoming-updates-november-2021
Storing passwords and api secrets on zoho creator
Hi, I'm fetching information from an external API .the user name and password for the API authentication different for each Zoho user. What is the right way to store user/password information so i can use this for the logged in user? Where should i store
How to call an API with oauth2 in script
Hello everyone, I've a problem and can't figure it out and can't find it here or somewhere else on the internet. I would like to call an external API that requires oauth2 authentication within a custom function in Zoho Creator. How can I achieve this?
Custom pdf file name when using sendmail function
I am using the sendmail function to email a PDF to a customer using Attachments :template:Quote as PDF The PDF is named Quote.pdf Is there any way to customize the file name? Hoping to use something like "Quote " + input.quote_number
logging of the work performed by the administrator
For applications created with ZoHo Creator only regular users' activities are being logged. The work performed by the administrator is not being logged at all. Is there a way to enable logging of the work performed by the administrator?
Default filter in deluge
I have an application with a custom filter for a view. I want the custom filter to be the default filter when the view is opened (rather than seeing all the records, then having to select my custom filter from the filter dropdown). I can't find any reference in help regarding how to set a filter by filter name. EX: View is called 'Property', filter is 'properties in CA'. When a user selects the 'property' view, I want the 'properties in CA' filter to be immediately applied. As a follow on, I'd
How to pass records from SubForm1 App1 into SubForm2 App2
Hello experts, Cannot figure it out ;o( Seems simple in theory, but becomes complicated in practice - usual story ;o) Problem: two different Apps - App1 and App2: App2 is the "main database" used by multiple teams. App1 is used by small team to update
json error using Workdrive API
I get this error: {"errors":[{"id":"F000","title":"JSON_PARSE_ERROR"}]} Running this code parameters = Map(); parameters.put("parent_id","hu1rqabb159824ad8406eb64e8af38c01dfba"); parameters.put("name", "this is the name of the file"); response = invokeurl
Using subforms data for lookup fields
Hi! when I add a lookup field I cant choose as data source a subform from another table. How can I do that? KR, Victoria
Page - Panel or Gauge - Formula
Hi, I am trying to get an average on the past 7 days of records. Some days have multiple records, and others don't. Using the simple average calculate the average based on a number of records. I just need to take the sum of data and divide it by 7.
How do I make API calls in Creator?
I'm attempting to make an API call using the node "request" package. Whenever I execute the function, it says it executed successfully but there's never anything in the output. I'm wondering why that is. It seems like nothing is even being run inside
Encode Base64 image
Hi, I have troubles with encoding (base64) an image I uploaded after submitting the form. I got the source from the image, but when I'm encoding this source, I get an encoding string from the src as a string, but I want an encoded string from the image itself. Could you help me? My deluge code: or_image = input.Taken_Image; image = or_image; img = image.replaceAll("/sharedBy/appLinkName/",zoho.appuri); img = img.replaceAll("viewLinkName","Images_Report"); img = img.replaceAll("fieldName","Taken_Image");
Deluge bug? Accessing an encrypted date field
I have an encrypted date field on my form called DOB. Calling this from a report button workflow: info input.DOB; shows: 1018600 //not a date (encrypted text?) Calling `info` on a different, unencrypted Date field from the button workflow correctly shows
Passing encrypted value from Page to New Page
Hi, I am passing an encrypted value from Page1 to Page2 using the following openUrl in Page1: openUrl(...#Page:Page2_HTML?myReceivedID=" + encodeUrl(encryptedID),"same window"); However, in my encryptedID value if it contains characters such as '+',
How to get contact address fields from Zoho Books into Zoho creator form
Hi I have created an app which allows users to record a new retainer contract. The main form for this app pulls data from Zoho books using the Zoho integration functions. I can easily populate a dropdown field in my creator form with a list of all company
Production - Training - Development Copies of the Same Zoho Creator Application
Thanks for taking the time to read my post. We have a project that requires us to keep 3 copies of the same Zoho application. One is for the Production system (which the client will use for their day-to-day operations), the second is a training system (which ideally is a copy of the current production system for use in training their staff and team members, clients, etc. on the Zoho application) and the final copy is a Development copy (to be used by our Zoho developers for making bug fixes, new
How to add a custom node package to Creator?
I'm attempting to call the Braintree API through Zoho creator by making a custom function in NodeJS. In order to run this code, I need to install the Braintree node package but I can't seem to figure out how to do that. I can upload files but not entire
Creator Page- Gauge Minimum Value
How do you set a minimum value on a gauge other than 0? I would like to have a gauge where the target value is zero, and the values range between -20 and +20, for example.
how to show / hide custom action button for user?
hi! made few custom actions and a number of reports with custom actions in report i can show / hide fields for user logged-in how can i show / hide custom actions for such logged-in users? making duplicate of reports (with different actions in) is too complex for this task
From a Widget on a page, how do I open another page when the user clicks on a button.
I have a page where the user can see a summary of all of their bookings in a nicely formatted (will be once it's functional anyway) fashion through the customer portal. We have another page that is dedicated to taking payments for said bookings. How do
New App (Coda.io, Notion.so based)
Hi Zoho Team and Community, I'm currently testing two apps for my business requirements to build apps more easily: www.coda.io www.notion.so This apps have certain advantages compared with Zoho Creator: Databases are easy to deploy Database Views are
How to insert data from subform in to subform
Suppose, I have a FormName1 that has a subform1. after successful form submission, data of FormName1/subform1 should be auto submitted to FormName2 and FormName2/Subform2.
Does Creator support functions been called by outside system in creator 6
Does Creator support functions been called by outside system in creator 6?
Area Calculations
I take in GPS points of an area, how do i calculate the size of the area in creator?
Urgent - open url not working
Hi I can not work out why this URL will not open. Please help. This is urgent. Code: if(Convert_to_Trial_Booking == "Convert this record to a Trial Booking - then archive this record") { insert into Book_a_Trial [ Added_User=zoho.loginuser Age_at_31st_Dec=input.Age_at_31st_Dec
Is there a phone number/e-mail to contact regarding zoho customer service?
I'm looking to talk to a zoho representative via e-mail or telephone for some customer support! Is this possible, or is everything online?
Next Page