Add K2 health scripts into the K2 database as part of the product
This is a request to bake the K2 health script SQL views that are run against the K2 database into the product as embedded Views/Stored Procedures. Or at least the idea of providing metrics based views/stored procedures that can be used to create ...
More efficient way to block users so they don't get counted as licensed users
Customers would like to be able to control the ability to block users from accessing K2 so they don't get counted as active licensed users. Users get counted when they are authenticated against K2 even if they are blocked by the authorization fram...
Support workflow triggers when a Document Set or Folder is created in a SharePoint Document Library.
Document Sets are a standard SharePoint content type and their creation is technically an item creation operation (folder item with a specific content type). In enterprise SharePoint environments, Document Sets are widely used as business records ...
A standard Active Directory service (or synchronization service) should allow filtering of identities synchronized with K2 label by the LDAP organizational unit parameter (something like this LDAP://OU=department,DC=company,DC=com). Because this i...
Show differences in forms and workflows between package and deploy packages.
It can be difficult to know what has changed when using the package and deploy tool to move K2 forms and workflows between environments. If previous packages are kept for archive, it would be nice to be able to do a diff comparison between the two...
Remove site collection Title uniqueness constraint in K2 for SharePoint activation
In our SharePoint on-premises environment, we have identified that activating K2 on a site collection fail when another site collection with the same title has already been activated. SharePoint itself does not require site collection titles to be...
Currently, the K2 Package and Deployment functionality is only available as a standalone client application and cannot be accessed through the standard K2 web interfaces. This requires separate installation for users who need to perform deployment...
We require a Style Profile for customers that is performance lead vs look and feel. For use cases where users access a form only once or a form periodically, the first load experience needs to be everything and the number one priority for this enh...
Provide a SMO method tester directly in K2 designer
When selecting a SMO in the designer, provide the same method testing than in the K2 management. (Yes, this can be done with a bit of code too, but it would be great OOB)
in list views (display row) possibility of checkbox for boolean values
currently, boolean values in list views are displayed as True or False. This raises following issues:
in non-english speaking context, these values need to be replaced, typically using another smartobject (trueFalseReplace) and an association to...