Exago Logo
Search
Generic filters
Exact matches only

Global Event: OnGetUserPreferences

The OnGetUserPreferences Event is used to retrieve user preferences when entering the application and when editing/executing reports.

Signature

For custom code the args array is structured as follows:

args[] contains one object, a string with the user preference’s id.

For .NET Assemblies the method signature is as follows:

string EventHandlerName(SessionInfo sessionInfo, string id)

Expected Return

Expects a string return value, which represents the user preference’s value.

Notes

The event will only be called if the ‘User Preference Storage Method’ is set to Server Events in the User Settings.

Was this article helpful?
0 out of 5 stars
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
How can we improve this article?
Please submit the reason for your vote so that we can improve the article.
Table of Contents