when select single record and generate(button) working fine, but when selects multiple records and click on that button not working the same.. issue..
Hi, On report page just next to delete button i have added button called as Generate and it is working fine when selects one record and click on that button but when i select multiple records it is not working same as when we select single record. So,
Button that passes CRM Record to Creator Form
Hi I want to create a button that takes a CRM record and imports into a Creator App. If I understand this correctly, I need to write a deluge function that: 1. Collects the record 2. Creates a Map and Map fields from CRM to Creator 3. Send that over to
postUrl: request parameter results in internal error -1
When the request parameter is used, this code throws a Creator internal error -1. If the request parameter is not used, this code communicates with the web service OK. I feel like I just need another set of eyes looking at this code. Can anyone spot what is wrong with the request? Thanks. response = map(); url = "https://domain.com/api/pas/agencies/" + "1234"; header = map(); header.put("Content-Type", "application/xml"); request = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>";
user full name CREATOR app
Hello, How is it possible to have a full name in the Creator Application instead of the e-mail or automatically generated name from Creator ? See attachment, we would like the full name as it's the case in another app we use. Thanks
fields are not showing when checked checkbox field on load of the form
Hi, i am trying to show fields when checkbox field is checked and if not checked then not show that is hide in the load of the form on create or edit of the form. SO, have created workflow on created or edited on load of the form . The code is as shown
The New Upgraded Version of Low-Code Platform Zoho Creator
Zoho has come up with the latest release of the Creator platform. This all-in-one solution bridges the gap between business users and IT teams by offering a low code and effective solution-building experience irrespective of the technical know-how of
Using Creator / Deluge
I can't find any useful documentation on how to use creator /deluge. So far, I've managed to get an email coming in, and parsed the various components from it: content, header, from etc. How on earth do you parse the email contents properly in deluge.
Customer Portal Can't import Data from Cloud
As a customer portal. The user can't import data from cloud service 'Only local, copy ...'. There is no option to allow my customer portal to import data from could. Is it a limitation or we can do that someway?
Pass Approval Comment to Form
Hi all, is it possible to pass Approval Comment from Approval workflow to other form? I can pass information such as zoho.currenttime or zoho.loginuser to the form in that trigger the Approval Workflow, but I would like to pass the Approval Comment from
Is it possible to send push notification to Customer Portal mobile app please?
Hello, Is it possible to send push notification to Customer Portal mobile app please? Thank you for answer :)
How to send push notification to Customer Portal mobile app?
Hello, I am trial user and trying to send push notification to Customer Portal mobile app but notification not coming. I did it according to this: https://www.zoho.com/deluge/help/pushnotify-using-deluge.html zoho.pushNotification({"overlapsro@gmail.com"},"New
old vs input
Hi, Can anyone direct me to more info about old.<fieldname> v.s. input.<fieldname>? It seems useful on evaluate if any change has been made to the field. Thank you in advance.
Tthe value of the fields are displayed but i want to add plain text to make the values meaningful..
I need help please.. in this screenshot, the value of the fields are displayed but i want to add plain text to make the values meaningful.. So like 14 is the age of the device but,i wan to add before the field the text "Device Age 14" Thank you
Can reload drop-down box by Deluge code?
Hi When click on the "add new" in the drop-down box to add a new value, how to use code to reload the drop-down box imm again, for example, has three values before did not add, add a new value to update the display immediately after four values, I know ZC has reload form function, could you use code to reload the field of drop-down box? Thanks Stanley Guo 2013-5-21
sort by date automatically the records displayed in the associated blocks
Hello, how to sort by date automatically the records displayed in the associated blocks on a detail view. I can sort them by date in their respective report or from the application interface but do not make it appear sorted automatically. Thank you
Page parameter not passing to form field
Hi, I'm trying to pass a simple text value to a form field in a page using a parameter. I'm sure I've achieved this easily before so need to double check. I've checked the parameter is being passed by adding a panel to display the parameter value which
Integration with ZOOM
Hello, Has anyone done ZOOM integration? I want to schedule /modify ZOOM meetings from within ZOHO creator by using API calls. Need help if anyone has already done it. Thanks in advance for helping me out. Thanks, Milind Manohar
point of sale
Hi, Can Zoho creator make POS (point of sale) system ? if yes from where I should start ? Thanks
Creator Filter user non admin/write
Hello, How is it possible to filter reports in Creator to our need? Normal users (such as Mathias19) have non admin permission. They should only see the reports that made on their name (like logged in user I guess ?). "Write" users only can create reports
Filter page logged in user
Hello, How is it possible to filter a shared page info on the logged in user ? My filter on the page in attachment gives the total count of all reports created by all users in the application. But I actually want that this page shows only the number
Can't add developpers to our zoho creator app
Hello, I've been using creator individually for a little while now, Recently, I wanted to add one of my co-workers as a developer on our app so that they could also help with troubleshooting, development and scripting. However, whenever I try to add
How to integrate Creator with ZOHO Projects
Hi All, I get no help about how Creator integrate with Projects from https://help.creator.zoho.com/Integration-with-other-Zoho-Products.html. Is there any way for Creator to list projects from ZOHO Projects and then list project users for the selected one? Thanks, Roger
COMING SOON Robotic Process Creator ?
https://www.zoho.com/creator/whatsnew/creator6.html#feature-five From the ZC6 one page site. Any idea what this will be? @Support, can you tell us more? B.
Invite Customer portal users
We have a payment e-mail field in our app. Is there any way to send an automatic portal invite to that address if the customer doesn't already have a portal account? Additionally, how can we tell if that e-mail is already associated with a portal ac
For Each records with a Not Contains filter/parameter
Is there anyway to write a for each statement with a filter that "Not Contains" for each varRecord in customer [customer_name = "" && customer_type!="test"] { } Instead of customer_type!="testing" is there any wayt to right it so it would also exclude
Get Info from selected rows
Hello, Is there any way to get info from selected rows without deselecting them? We created a button to get the rows selected, but whenever the button is clicked the selected rows go unselected. We just only want to get one column from the selected rows,
Adding emojis to message in Zoho Cliq integrations fails
Hello, We have a form when is sent, it automatically sends a cliq message to a channel as a bot. We are having a problem adding emojis to the message. If we add any kind of emoji, the deluge editor deletes all the code from the place the emoji is placed.
Create Dynamic Drop Down List from joining 2 field from a row
Hi, i would like to know how can I create a list to be used as a dropdown list? for a single field, I can do the following: getList = Form[ID != 0].ID.getAll().toList(); input.dropdown:ui.add(getList); I tried the following method but it doesn't work:
Lookup ID shows up instead of actual value
I have a script that executes on a subform on input of a value. However, when the script executes it is only showing the lookup ID (i.e. 3865374000000736031) and not the actual value (i.e. CTSI). Can you assist me with getting the actual value to show?
Basic Deluge script to copy 1 field to another
I have a set of address boxes for street city state & zip to identify a job location. I have a duplicate set of boxes to identify the bill to address. I have a radio button to select to copy the job location address information to the bill to address.
How to hide fields in same form but in different report on edit
Hi, i have one form, and depends on that form we have 2 reports with different condition on the report.. So, i want to show fields on 2nd report, if that 2nd report edited only then those fields will be shown not for first report when edited. Hope you
Urgent - .toStartOfWeek not working correctly
Hi Why are these formulas showing as some am and some pm? It means when I do a report I have two different values for the one date. I would ideally prefer to have no time value if this is possible? But if not I would like all that fall under the same
Query on Collection variable
Hi, I have a table "Sales" with 3 field: Date Name Quantity I execute a fetch on Sales filtering on date and the matching records are contained in the collection variable "data1". Later I want to execute several queries on data1 using criteria on Name and Quantity. How can I do this? Tks
can't update field in sub form from another form
Fetch Data from a subform to other form in a multiselect dropdown lookup
Hey there, How can I pull data from a subform to other form in a multiselect dropdown lookup so that I can create reports. Any help would be appreciated! Thanks in advance!
Multi-Select lookup and Multi-Line field
Hello, I would like to know whether data selected in Multi-Select Lookup Field can be copied in Multi-line Field or not? For eg: Following is the data selected in Multi-Select Field And i would like to copy that selected data in Multi-Line field as: Multi-Line Field - 46.00,46.00 Is this possible with Zoho Creator?
can't update field in sub form from another form
I try to update a field in subform after submitting another form.
Which workflow executed when uploading a file through the "FILE API' to an existing record?
Cannot find this information on the documentation. I've already tested few like "created/edited - on successful form submission" and it doesn't seem to work.
How to Fetch Subform fields in Multi Select Lookup?
Hello. How can I lookup a field of subform into another form with multi select ? I have a form where I'm adding skills and subset of skills along with the value of every skill. In the main form, I want to get a calculated the value on the basis of skills
Decision Box Alignment
Is there a way to align the decision box vertically to the rest of the fields on the line? it's driving me nuts that they don't align.
Next Page