Jump to content

Configure default value for number of records per page


Achim

Recommended Posts

Hi,

 

is there a way to cofigure the default value for the number of records per page for all users? We would really like to set this password grid option for all users to a higher default value than 10.

 

Thanks and regards

Achim

Link to comment
Share on other sites

Hi Achim,

 

Sorry, this is not currently possible - mainly because users can have different screen resolutions, and they may not want more than 10 records to be displayed at a time.

If you want, you can execute a SQL command against the DB like below to update for all users:

USE Passwordstate

UPDATE [UserAccounts] SET P_Records = 20

Regards

Click Studios

Link to comment
Share on other sites

  • 1 month later...

Hi,

 

nevertheless it would be great if there was a system setting for this.

 

Unfortunately the update of the "P_Records" value didn´t work for us. Any suggestions why this did not work?

We updated the value in the database but nothing changed.

 

Regards

Achim

Link to comment
Share on other sites

Hi Achim,

 

The only reason that command should not have worked is because:

  • You need to log out, then back in to pick up the change
  • Or on a Password List, you have previously saved the Grid layout, or the number of records to display - this would override this setting in the UserAccounts table.

 

Regards

Click Studios

Link to comment
Share on other sites

Hi,

 

we tested this by looking for this setting in the screen options in an account where no changes were made.

There the number of records per page was 10 and not the value we took for "P_Records" in the database.

 

Regards

Achim

Link to comment
Share on other sites

13 hours ago, Achim said:

nevertheless it would be great if there was a system setting for this.

 

A system wide setting I don't agree with, however perhaps one that is configurable by User Account Policies, and overwritable via the user from their User Preferences screen.

Not sure how nicely that would play with the password lists settings for number of records to display. Perhaps the individual password list settings would take precedence over the user preferences settings, and the user preferences settings could be set to a default (but changeable) value via User Account Policies.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...