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?