Is there a way to change the Default setting for Report List View?
Idea Logged
Hi,
when users first log in and browse reports, they see large icons. The list view with description and more details would be better.
Is there any way to change the default for ConfigCode = 'REPORTLISTVIEW' from 'THUMBNAILS' to 'LIST' or is this value hard coded again?
Unfortunately, the initial login also does not create a record for the user, otherwise I could have solved it with a DB trigger.
;) Stefan
Hi Stefan,
The thumbnail layout view is defaulted for all new users and cannot be changed on a default or global level. Instead the user must change the layout themselves via the browse page (if they wanted to), which will then create the entry in the DB. Though at that point there is no need for a DB insert query.
What I've done is switched this to a product Idea so it can be reviewed by the product team for a future release.
Until such a feature is available the users will have to change manually post log-in.
Sorry I could not be of further assistance here.
Thanks,David
Hi Stefan,
The thumbnail layout view is defaulted for all new users and cannot be changed on a default or global level. Instead the user must change the layout themselves via the browse page (if they wanted to), which will then create the entry in the DB. Though at that point there is no need for a DB insert query.
What I've done is switched this to a product Idea so it can be reviewed by the product team for a future release.
Until such a feature is available the users will have to change manually post log-in.
Sorry I could not be of further assistance here.
Thanks,David
Too bad hard-coded is always a bad development idea.
Maybe you can help me after all. Where do I see in the DB that a user has logged in.
;) Stefan
Too bad hard-coded is always a bad development idea.
Maybe you can help me after all. Where do I see in the DB that a user has logged in.
;) Stefan
Replies have been locked on this page!