WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question
Home > User Voice > Latest posts

User Voice

MVP

Hi,
It often happens that the list of items should have unique values, at least in 1 column.
Currently, I often create and add a script to check when adding an item with this value already exists.
A great convenience would be the option in the column configuration, 'unique item'.
The user would receive an alert that an item with this value has already been added to the list.

Regards.

MVP

Hi everyone,

if I'm using an HTML field it would be great, if there wouldn't be any margins imposed on the control (1).
My only idea right now is to remove the class which causes this via JavaScript in the HTML field, so that it is aligned with the other controls (2).

<script>
document.getElementById("SEL_HTML_#{WFCON:7009}#").querySelector(".grid-template__panel .upsidePanel__content").classList.remove("upsidePanel__content")
</script>

or with CSS:
<style>
#SEL_HTML_#{WFCON:7009}# .upsidePanel__content {margin-inline-end: 0px;margin-inline-start: 0px}
</style>


Best regards,
Daniel

Hello Marc,

Data is not duplicated in the database if you don't make changes to the attachment. Basic attachment information is stored in the database in the [WFDataAttachments] table, while the attachment history, triggered by any edits, is stored in the [WFAttachmentFiles] table. If you make changes to the attachment, such as updating the category or description using WEBCON actions, the version history will increase.

Hello everyone,

Unfortunately, no archived instances are currently taken into account in the Advanced Analytics Framework. Since we perform archiving cyclically to keep the memory requirements on our SQL server low, the required process insights are not displayed in the Analytics Framework.

For large processes, the processes are currently archived 3 months after the instance is completed. In principle, however, we would like to archive the processes relatively directly after completion, but then they can no longer be found via the global search. For a simpler month-end closing, however, our financial accounting department needs a quick and easy way to access all instances.

In short, we would like to see better integration of the archived instances in the Advanced Analytics Framework and in the system search.

I look forward to your feedback!

Best regards
Marc