Within Assure, Insight, Perceive and ER the "Preference" ( or "User Preference" in select applications ) hosts a feature where you may set the default landing page :
Though this setting is applied at a user level, the following Assure-specific UPDATE statement allows setting this feature to its default of "Welcome" for everyone through the following SQL :
update USERPREF_PROPERTY set PROPVALUE = 'Welcome' where PROPNAME = 'ControlsAssure.Homepage'
Should this SQL be executed, ensure it is performed as the application schema owner. This ID may be confirmed through review of the JVM "database.properties".
Comments
0 comments
Please sign in to leave a comment.