Community
Feature request - workspace source
We would need an option on some workspaces to add include and exclude datasources, so that we could define what fields would we output in the results of the api query. Currently we are only able to access to the query part, but we would need the ability to optionally define include and exclude sources. Below is an example of elastic code what I understand that currently we can only modify in onify workspace the query part and there is no way to escape out of that to add the part _source that would have ability to define includes and excludes...
Two feature request - workspace and form
-
We would like to be able to prevent browsing to a hidden workspace that is not configured as a browseable, this still needs to be usable via the form lookup...
Currently if you have a hidden workspace and a form is not limited with roles, that form is usable to anyone via hidden workspace that has no roles set up. -
Option to list workspaces in form configuration which workspace is allowed to access to this form.
Several attributes in a column in listitem
We would like to be able to display values in a column in the listitem element in dashboard, based on several different attributes where it is shown if value exists, similar to this code "{item.attribute.email ? item.attribute.email : ''} {item.attribute.username ? ' - ' + item.attribute.username : ''}"
Request: Dynamic readonly for a form element
Ability to set readonly for a form element to true or false based on selection in the form
How to prevent some attribute not be able to be searched in a workspace?
This is actually not a question. I tried to figure out how to prevent some attribute not to be used in elastic search in a certain workspace. This is how my colleague Eetu Tarkamo figured it out. I was in the correct path and all he had to change in my faulty codeline was "attribute..keyword": "{{}}" to a correct value {{term}}...
How to sort workspace query results
I don't fiqure out howto put workspace query that would sort all items ie. type
A list of onify reserved keywords
Can we find a keyword list that are reserved into onify own usage, that we can avoid using those in our own usage that might have some unwanted behaviour if used without a knowledge that it might have some built in behaviour.
Attribute sub propertyname with a number
We had an attribute sub property named as fag2_iamname, for some reason we got this error message...
{"statusCode":400,"error":{"message":"[illegal_argument_exception] Limit of total fields [1000] in index [onify-hel-item] has been exceeded"}}