optional fields for groups or user defined tables
For index filters in profiles we often use a database view on the DocuWare Users and grups ("dwGroups, dwUsers, dwUserToGroup").
This helps to make a SQL index filter with the user-group settings.
Often the group name itself is implemented in the index filter. For example the users in the DW group with the name "grp_Accounting" are just allowed to see documents of the business unit "Accounting".
SQL index filter: CURRENTUSERLONGNAME() IN (SELECT v.User FROM View V Where (dwdata.dbo.archiv.)BusinessUnit = LEFT(3,v.groupName)
(or something like that)
If there would be a possibility to give groups optional fields we could take this information directly out of the database instead out of the name.
This could also be handled if there would be an easy way to create user defined tables in DocuWare.
Vielen Dank für Ihre Idee. Wir haben es unserer Sammlung von Ideen und Funktionen hinzugefügt und werden es weiter untersuchen. Wir können derzeit nicht genau sagen, wann diese Idee umgesetzt wird. Sobald wir weitere Informationen haben, werden wir den Status aktualisieren.