Enum UserOptions
- Namespace
- Sage
- Assembly
- SageCRMNet.dll
Available User Preferences that can be checked from the UserSession object.
public enum UserOptions
Fields
CalendarView = 1
Setting to define the default calendar view for the user.
CasePipeline = 14
Setting to define if Cases pipeline should be display for a user (Y/N).
DateFormat = 3
Setting to define the user's preference for date formatting.
DecimalPlaces = 9
Setting to define the user's preference for number of decimal places shown.
DecimalPoint = 8
Setting to define the user's preference for decimal point symbol.
DefaultToDo = 0
Setting to define what screen a user sees on first logon.
DisplayCurrency = 11
Settting to define the user's preference for currency.
GridSize = 7
Setting to define the user's preference for how many rows to show in grids/lists.
InitialFindScreen = 6
Setting to define the user's preference for default find screen.
LeadPipeline = 12
Setting to define if Lead pipeline should be display for a user (Y/N).
OpportunityPipeline = 13
Setting to define if Opportunity pipeline should be display for a user (Y/N).
OutboundCallsinToDo = 16
Setting to define if Outbound Calls should be show in Todo for a user.
SolutionsInToDo = 15
Setting to define if Solutions should be shown in ToDo for a user.
ThousandSeparator = 10
Setting to define the user's preference for the thousand separator symbol.
TimeFormat = 4
Setting to define the user's preference for time formatting.
UseAMPM = 2
Setting to define if a user uses AM/PM or not.
WeekStartDay = 5
Setting to define the user's preference for first day of the week (Sunday is 1).