Publié Fri, 14 Dec 2018 21:33:12 GMT par Vinny Johnson All Document Solutions Consultant

Hello Support,

Because stamps cannot use the multi-column select lists, my customer wants to have the default viewer for all users as "Open DocuWare Viewer with index dialog in new window"  mode so we can use the cascading values of three fields in the info dialog.  

I see that value in question resides in the .xml of dwsystem.DWUserSettings in the settings field.  I can write the update query to change the value from  WebClientLayout Mode="AllInOne"  to   WebClientLayout Mode="StoreView"

My problem is that the individual row for each user is not created until the user logs into DW.  Is there any way to pre-create the dwusersettings row for each user at the time of user creation?      

Publié Sat, 15 Dec 2018 15:02:48 GMT par Josef Zayats

Vinny,

we have a similar need to change defautl client settings. But we use a MSSQL INSERT trigger on dwuser table that sets settings colum to desired value every time a new user is created.

You must be signed in to post in this forum.