The following tables list the members exposed by FCSessionData.
Name | Description | |
---|---|---|
DefaultCulture | Default culture of the user session. |
Name | Description | |
---|---|---|
ConfigItems | Collection of CRM session configuration items. | |
ConvertTimeZone | Session option: Gets whether or not any DateTimes will be translated to and from ServerTimeZone and LocalTimeZone. Default value is false. | |
CreationTime | Timestamp when the session was created. | |
CurrentCulture | The Culture being used by the session. | |
CurResGroup | The restriction group being used by the session. | |
DefaultDistinctGenerics | Session option which makes Generics have IsDistinct enable by default. | |
DisableDataConversion | Session option which disables data conversions when values are set for GenericDataRow fields. | |
DisableRestrictions | Returns whether or not the DataRestrictions feature is enabled or disabled. | |
EmptyNullStrings | Session option that cues Generics to make Null fields be empty strings. Specifically for Oracle. | |
IncludeRelations | Session option that cues Generics to include all relation data fields during Queries | |
IsDirty | ||
LastLoadTime | Timestamp when the session was last loaded via GetSession | |
LocalTimeZone | The TimeZone being used by the session. | |
LoginTime | ||
LoginType | User login type | |
MaximumRows | ||
NewSession | ||
PasswordRequired | Session option denoting whether a password was used to create a session. | |
Permissions | ||
QueryEmptyToNull | Session option that cues Generics to convert filters on empty strings into filters on Queries that check Is NULL or IS NOT NULL. | |
SessionData | CRM configurable session data populates this property during CreateSession | |
SessionID | A session's unique identifier. | |
TruncateStringFields | Session option that cues Generics to truncate strings that exceed database field lengths when assigned to a GenericDataRow | |
UserID | UniqueID of the user that created the Session. | |
UserName | Name of the user that created the Session. |