Specified user setting value
Returns the value of the user setting.
To learn how to configure user settings to customize the behavior of your app, see User Settings: The Essentials .
Sample usage
USERSETTINGS("Team")
returns the value of the Team
user setting
Syntax
USERSETTINGS(" user
- setting
")
-
user-setting
- Name of the user setting. To view and configure the users settings, see Configure user settings .
Notes
Equivalent to: [_THISUSER].[ usersetting
]