Workflow Does Not Execute In Subform
Hi all, I have a form workflow that is working as a stateless form, but when I use the form as sub-form the workflows does not work. I have added a workflow in the form, but the workflows only works on the first row, but not the additional row I add
Does js api in widget take up the number of calls?
Does js api calling data in widget take up the number of api calls?
Restrict Record Access To Assigned Customer
Is it possible to restrict form files to specific customer users? E.g. customers can only view records and reporting data related to records that are either created by them or assigned to them.
Creator Multi Select
How do I add and remove data from a multiselect field with deluge ? I want users to tick a box to "pin" a row so I have constructed a lookup multiselect box that addes users who have pinned.... if they untick the box I want to remove the current user
Populating Form's Subform from unrelated Report
Hi Guys, I’m trying to make a button in a report that, when multiple records are selected, it will run through the records, collect some of the fields from the records, then open up another form in a popup window and populate it’s subform with said fields.
put record to zoho CRM in zoho Creator
Hi, How put records to zoho CRM Invoices Module of Product Details in zoho Creator ? Please write an example with me,Thank you very much.
API And multilingual show ????? as document title
When uploading a Hebrew document manually - there is no problem. When uploading a Hebrew using API (Zoho creator deluge call - zoho.workdrive.uploadFile(<file>, <folder_id>, <file_name>, <override_name_exist>, <connection>); The title of the document
Subform Display -- Multiple Lines
Hello, I'm hopeful someone can tell me how to display subforms with multiple lines, rather than a row of fields which requires scrolling left-right. Thanks!
Fetch and display rows results in a sub menu & Happy new year.
Hello everyone, Thank you in advance for your answers I am new. - Is it possible to fetch and display row as menu items in the sub menu of my application? - If so, how can I do that. Thank you and happy new year!
Display data row on a page
Hello everyone, I am trying to display data of an entry from a form in a page. I could not find any information about it. Basically I want to have a link to my page like: https://creatorapp.zoho.com/xxxxx/xxxxxx/#Page:opportunity_entry/{{entyID}} Then
View all emails sent from sendmail function
Hi, I would like to view all of the emails that have been sent using the sendmail task. I do not want to create a form/report for this, as this information will not tell me the exact time the email has actually been sent. I have a stateless form that sends mail, and the email sometimes is not sent until 40 minutes after invoking the function. Where can I see all of the emails that have been sent using the sendmail function?
how to work javascript on zoho creator page
hi just made new page and add on them javascript embed code from another system this code do not appears on zoho creator's page for example, put code on webpage on my website - all works good what to do on zoho creator page side so that javascript embed code will work?
Image size in the report
How do control the image size in my report. I want the image to be about a quarter the size it currently is showing.
Find unique entries, count them than iterate for each row in html table.
Hello, I have data within my form, we'll call it base_data, in the following format: Reciept_Type (string/picklist) status agentid (picklist stored .toString() in input.agentid, thus stored as record ID) digital active 23115441 no receipt inactive 231154323 digital active 231154323 paper active 231154323 no receipt active 231154323 no receipt active 231154323 paper inactive 23115499 no receipt active 231154102 paper inactive 231154323 no receipt inactive 23115499899 I have an html view in this format
Link data to 2 customer portal accounts
I have the following forms, "Driver", "Owner", "Customer", "Loads". A "Driver" is assigned a "Load" that delivers to a "Customer". And the "Driver" works for an "Owner". I am trying to create a form and filters that will allow a driver to login to the
Fingerprint support to capture thumb expression
Hi all, Does anybody have an idea of how to include fingerprint access in a form or do you know any third party API's for that ? Your help is much appreciated ! Thanks, Adhi.
Customer Portal user variable
Hi, What I am trying to do is to restrict some of the fields on the form from Customer Portal user but not from Internal User. What I anticipate is if there is a system variable like "zoho.loginuser" for only customer portal user something like "Zoho.Customer_portalUser" which variable only holds customer portal user and exclude internal user .. Not sure something like zoho already has ? I know a workaround that I have to create a form for all internal user and list of of that and use that form data
Revisting this Question
Hello Everyone, I'd like to revisit this question I had, https://help.zoho.com/portal/en/ticket/58164440. I still have not figured out how to get the lookup field on the active form to populate into the Add New popup window when adding new entries into
Deleting records from a blank subform
Welcome everybody, I have a form with two subforms: a blank form and an existing form. https://www.zoho.com/creator/newhelp/forms/fields/subform/understand.html Quote: ======================================================================== When you add a subform field to your form, you need to define if the subform is a: Blank Form: This option enables you to create a form within the main form such that, the subform's existence is inside the main form Existing Form: This option enables you to add
Send mail with multiple attachments through a list
Hello! I need to send emails attaching multiple files included in a list, as indicated here: The formats to attach multiple files: List of files file: <file_attachment_list> where, <file_attachment_list> is the LIST containing the attachments. How should
Create footer with page numbers in HTML View
I would like to ask you if you found any ways of how we can add footer with page numbers in HTML Views...What I want to do is when I press the print button then to create the pages with page 1/2, page 2/2 etc as a footer. Do @page and @media print work in Zoho? because I tried the following and it does not do anything @page :left { @bottom-left { content: counter(page); } }
I am uploading images in my form. How do I display it in the sendmail?
I Have a form with and RTF, and a file upload field in order to upload an image and also a single entry field in order to stored the following on the submit button: a = "http://creatorexport.zoho.com/DownloadFile.do?" + input.Imagen + "&sharedBy=" + zoho.adminuser
Integration of Creator app with Zoho Inventory
Is it possible to integrate my Zoho inventory data (clients, sales orders, etc.) with a Creater app I developed?
This application is not accessible. Sorry "Username", you are not allowed to access feedback. Please contact this application's administrator.
I am the administration and i can't even access the form or the report. That happened after i published the form. This message appears: This application is not accessible. Sorry ramialjildeh, you are not allowed to access feedback. Please contact this application's administrator. What shall i do? This is very important and i use it for a big audience!!
Passing signature fields from Creator to Writer via deluge merge script
Hi all, I am having issues passing am from a creator signature field to a zoho writer document via a deluge merge script. My hope is to email to final result to a customer. Attachments - Deluge Script 1 to 3 is the deluge script in creator. Write Doc
Is it possible to preload a sub form?
I would like to preload a sub form with standard rows. For eg., I have ordering form with a sub form for items. The items are standard items. I would like to preload the items in the subform and the user enters the order quantity. Is this possible?
Fetching Records selected on Multi-Select Lookup field.
My skills are getting rusty...please help... Upon Add/Success I want to update the certain fields of the records selected in a Multi-Select Lookup field. I've been hunting through the this forum archive, but just can't get this work. Any help will be greatly appreciated.
how can we Update records in Google spreadsheet and zoho Creator through API ??
Hie , whenever i update my Google spreadsheet data ,i want that Automatically update on zoho creator too through API but don't known how it can be done , can anyone help ??
Is it possible when clicking on the portal link, in the invitation email, to push the customer to download the application where he can set up his password and eventually login ??
Today, the default behavior is for the customer to configure their password, and log in, in the browser first. And then (maybe) the customer will download the customer portal application and try to log in, in the app. The problem with this setup is that
Dynamically alter calender report properties
I am trying to dynamically change the date wich is displayed by the calander report. For Example: I have a calendar report wich is embedded inside a page with a HTML snippit. I have made a workflow to automatically add a day to any event I choose. The
Images uploaded not showing on customer portal
Hi, I have ran into problems with showing the images that user uploaded for the event. I have a Post Event Report Form with a Event Photos subform created from Image_Upload form. I have uploaded all the photos from my admin account and simulated a customer portal user to login to see if the images can be seen. Using instructions here: https://help.zoho.com/portal/en/community/topic/need-help-with-images-in-html-view, the photos are able to be seen in my admin account, when i click Edit (Post Event
Update Records without a loop?
Is there a way to update a batch of records WITHOUT a loop? I ask because of statement execution limits. For example: Records = Form[Field == "ABC"]; Records.Boolean = false; @damien?
Set Lookup Field with Deluge
Hi i want to set the value of a lookup field by deluge and this does not work somehow there are two forms: TRANSFER and ENTRY when TRANSFER is saved, this workflow should create a correspondig record ENTRY, setting several fields and should set a "back-reference in TRANSFER to the field "Entry_from" (this is a lookup field referencing to ENTRY) "rec" is an object-handle for the current TRANSFER document "b" is the ID of the newly created ENTRY record (type bigint) the last line should set the back
is it possible to parse the searchParam with zoho.books.getRecords ?
Hi. I contact to request help about getRecords function. Is there a way to get records not only with the exact match searchParam, but also get records who "include the searchParam" or more string? For example, with the next code I get all the purchaseorders
Users Field (Record Owner) Instead of Added Users Field for Pivot Charts
Hi, I would like to use the Users field (Record Owner) instead of Added User field because I want to change it's value and system fields can't be changed and I also what to use them when creating a Pivot Chart Report. From what I've seen, pivot charts
Add elements to a list through a variable that changes by "for each"
Hello. Please could you help me with the following code? data1 = map(); data2 = map(); all_data = list(); item = map(); all_items = list(); data1 = {"name":"Jose", "age":"20"}; data2 = {"name":"Maria", "age":"25"}; all_data.add(data1); all_data.add(data2);
REST API Authentication Session Management
Hi, Does anyone know if it is possible to manage your own user sessions by authenticating through a 3rd party REST API? We've got an ordering app that we want our clients to log into, however the only authentication option for the customer portal is SAML,
Transfer ID from Stateless form to Stateful form
Hi, I have 2 forms: Page1 (Stateless) MasterForm (Stateful) Scenario: In "Page1" I have fields like Names,Phone etc and a Button "Next". When I click Next, it will show "MasterForm" and it has other fields for user to fill in and a "Submit" Button.
Is it possible to get a specific image size from API?
I am trying to retrieve an image attached to the zoho creator record via the API. After I get the report via API, it includes a field which has the API URL for the image: For example: https://creator.zoho.com/api/v2/<>/<>/report/User_Hub_Summary/<ID HERE>/Employee_Hub.Image/<ID HERE>download I can then make an HTTP request to retireve the binary data of the image. That works as expected, however this only returns the original image file. Is it possible to access, via the API, the lower resolution
Update 1 field for all records in 1 step.
Context : I have a field in a form that fetches it's value in another field in another form based on the value entered in another field in the same form (like a lookup field). That bit is taken care of with a script that fetches the value "On success"
Next Page