LightningUriEvent
Schema file for LightningUriEvent.
Columns
| Name | Type | References | Description |
| Id | String | Unique identifier for the record. | |
| CreatedDate | Datetime | Date and time when the record was created. | |
| EventIdentifier | String | Unique identifier for the event. | |
| UserId | String |
User.Id | ID of the User associated with this record. |
| UserIdType | String | Specifies the type of the 'UserId' polymorphic field to use in the statement. | |
| UserIdExternalFieldName | String | Specifies the external field name of the 'UserId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Username | String | Username of the user associated with this record. | |
| EventDate | Datetime | Date and time when the event occurred. | |
| RelatedEventIdentifier | String | ID of a related event. | |
| SessionKey | String | Unique key identifying the user session. | |
| LoginKey | String | Unique key identifying the login session. | |
| SessionLevel | String | Security level of the user session. | |
| SourceIp | String | IP address from which the request originated. | |
| Operation | String | Field containing Operation information. | |
| QueriedEntities | String | Field containing QueriedEntities information. | |
| AppName | String | Field containing AppName information. | |
| ConnectionType | String | Type classification for Connection. | |
| DeviceId | String | ID of the Device associated with this record. | |
| DeviceModel | String | Field containing DeviceModel information. | |
| DevicePlatform | String | Field containing DevicePlatform information. | |
| DeviceSessionId | String | ID of the DeviceSession associated with this record. | |
| Duration | Double | Field containing Duration information. | |
| EffectivePageTime | Double | Field containing EffectivePageTime information. | |
| HasEffectivePageTimeDeviation | Bool | Indicates whether the record has EffectivePageTimeDeviation. | |
| EffectivePageTimeDeviationErrorType | String | Type classification for EffectivePageTimeDeviationError. | |
| EffectivePageTimeDeviationReason | String | Field containing EffectivePageTimeDeviationReason information. | |
| UserAgent | String | Field containing UserAgent information. | |
| OsName | String | Field containing OsName information. | |
| OsVersion | String | Field containing OsVersion information. | |
| PageStartTime | Datetime | Field containing PageStartTime information. | |
| PageUrl | String | Field containing PageUrl information. | |
| PreviousPageAppName | String | Field containing PreviousPageAppName information. | |
| PreviousPageEntityId | String | ID of the PreviousPageEntity associated with this record. | |
| PreviousPageEntityType | String | Type classification for PreviousPageEntity. | |
| PreviousPageUrl | String | Field containing PreviousPageUrl information. | |
| SdkAppType | String | Type classification for SdkApp. | |
| SdkAppVersion | String | Field containing SdkAppVersion information. | |
| SdkVersion | String | Field containing SdkVersion information. | |
| RecordId | String | ID of the Record associated with this record. | |
| UserType | String | Type classification for User. | |
| SOQL | String | Specifies the SOQL query to execute against the Salesforce servers. If this pseudo column is set from the WHERE clause it will take precedence over the original query. | |
| ExternalIdColumn | String | Specifies the external Id column to use if performing an insert. If this value is specified, upsert will be used when the INSERT command is called. | |
| FilterScope | String | Optional scope to limit the records returned from queries. This property can take one of these values: Delegated, Everything, Mine, MineAndMyGroups, My_Territory, My_Team_Territory, or Team. |