mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-06 15:59:59 +08:00
41 lines
2.2 KiB
JSON
41 lines
2.2 KiB
JSON
{
|
|
"sections": [
|
|
"title",
|
|
"description",
|
|
"fields"
|
|
],
|
|
"title": "UserDeviceHistory - Data API",
|
|
"description": "Represents tracking information on the UserDevice sObject. This object is available in API version 50.0 and later.",
|
|
"fields_columns": [
|
|
"type",
|
|
"properties",
|
|
"description"
|
|
],
|
|
"fields": {
|
|
"DataType": {
|
|
"type": "picklist",
|
|
"properties": "Filter, Group, Nillable, Restricted picklist, Sort",
|
|
"description": "The type of data that has changed. Possible values are: Address AnyType AutoNumber Base64 BitVector Boolean Content Currency DataCategoryGroupReference DateOnly DateTime Division Double DynamicEnum Email EncryptedBase64 EncryptedText EntityId EnumOrId ExternalId Fax File HtmlMultiLineText HtmlStringPlusClob InetAddress Json Location MultiEnum MultiLineText Namespace Percent PersonName Phone Raw RecordType SfdcEncryptedText SimpleNamespace StringPlusClob Switchable_PersonName Text TimeOnly Url YearQuarter"
|
|
},
|
|
"Field": {
|
|
"type": "picklist",
|
|
"properties": "Filter, Group, Restricted picklist, Sort",
|
|
"description": "The field that has changed. Possible values are: BrowserType—Browser DeviceNativeUid—Device Native ID DeviceType—Device Type HashedBrowserFingerPrint—Hashed Browser Fingerprint IsVerified—Is Device Verified LastLoginHistory—Login History Name PlatformType—Platform or OS Type PlatformVersion—Platform or OS Version RawBrowserFingerPrint—Raw Browser Fingerprint Data Status—Device Status User UserLastSeen—Last time user was seen UserProvidedDeviceIdentifier—User provided device identifier created—Created. feedEvent—Feed event individualMerged—Individual Merged locked—Record locked. ownerAccepted—Owner (Accepted) ownerAssignment—Owner (Assignment) unlocked—Record unlocked."
|
|
},
|
|
"NewValue": {
|
|
"type": "anyType",
|
|
"properties": "Nillable, Sort",
|
|
"description": "The value after a change has occurred."
|
|
},
|
|
"OldValue": {
|
|
"type": "anyType",
|
|
"properties": "Nillable, Sort",
|
|
"description": "The value before a change has occurred."
|
|
},
|
|
"UserDeviceId": {
|
|
"type": "reference",
|
|
"properties": "Filter, Group, Sort",
|
|
"description": "The ID of the UserDevice object."
|
|
}
|
|
}
|
|
} |