Sfdc Report Event Log DMO
Report Event Log Data Model Object
Object API Name: std__SfdcReportEventLogDmo__dlm
Category: Unassigned
Availability: Available in 262 and later versions
Primary Key Field: RequestIdentifier
- AverageRowSize
- BucketCount
- cdp_sys_record_currency
- ClientIp
- ColumnCount
- CpuTime
- DatabaseBlocks
- DatabaseCpuTime
- DatabaseTotalTime
- DataSourceId
- DataSourceObjectId
- DisplayType
- ExceptionFilterCount
- InternalOrganizationId
- LoginKey
- ObjectName
- Origin
- RenderingType
- ReportIdentifier
- RequestIdentifier
- RequestStatus
- RowCount
- RunTime
- SessionKey
- SortOrder
- Timestamp
- Uri
- UserIdentifier
- UserType
- Field API Name:
std__AverageRowSize__c - Data Type: DOUBLE
- Description: Average size of a row in the report
- Field API Name:
std__BucketCount__c - Data Type: DOUBLE
- Description: Number of buckets
- Field API Name:
std__cdp_sys_record_currency__c - Data Type: TEXT
- Description: System-generated metadata field that stores a 3-letter ISO currency code.
- Field API Name:
std__ClientIp__c - Data Type: TEXT
- Description: IP address of the client employing salesforce.com services
- Field API Name:
std__ColumnCount__c - Data Type: DOUBLE
- Description: Number of columns in the report
- Field API Name:
std__CpuTime__c - Data Type: DOUBLE
- Description: Amount of cpu cycles used by the request
- Field API Name:
std__DatabaseBlocks__c - Data Type: DOUBLE
- Description: Number of buffer gets in oracle
- Field API Name:
std__DatabaseCpuTime__c - Data Type: DOUBLE
- Description: Number of milliseconds spent in oracle cpu
- Field API Name:
std__DatabaseTotalTime__c - Data Type: DOUBLE
- Description: Total time spent in OracleJdbc calls; counts Jdbc driver + Network + Oracle time for execs, fetches and get-connection.
- Field API Name:
std__DataSourceId__c - Data Type: TEXT
- Description: A unique, system-generated identifier for this record.
- Field API Name:
std__DataSourceObjectId__c - Data Type: TEXT
- Description: A unique, system-generated identifier for this record.
- Field API Name:
std__DisplayType__c - Data Type: TEXT
- Description: Report display type. D/S/H for Dashboard/Show Details/Hide Details run mode
- Field API Name:
std__ExceptionFilterCount__c - Data Type: DOUBLE
- Description: Number of exception filters in the report
- Field API Name:
std__InternalOrganizationId__c - Data Type: TEXT
- Description: A unique, system-generated identifier for this record.
- Field API Name:
std__LoginKey__c - Data Type: TEXT
- Description: The hash of the login id to allow click tracking across multiple transactions from login to action
- Field API Name:
std__ObjectName__c - Data Type: TEXT
- Description: Entity name being used, custom reports only
- Field API Name:
std__Origin__c - Data Type: TEXT
- Description: The context in which the report execution occurred. Values are defined in the ReportExecutionOrigin enum.
- Field API Name:
std__RenderingType__c - Data Type: TEXT
- Description: Report rendering type. W/E/P/X/C/J/D for Web/Email/Printable/Excel/Csv/Json/Dummy data
- Field API Name:
std__ReportIdentifier__c - Data Type: TEXT
- Description: report id if any (saved reports)
- Field API Name:
std__RequestIdentifier__c - Data Type: TEXT
- Description: Globally unique id for a given request
- Field API Name:
std__RequestStatus__c - Data Type: TEXT
- Description: Status of the request for a page view or user interface action. Success - S, Failure - F, Uninitialized - U The code hasn't been updated
- Field API Name:
std__RowCount__c - Data Type: DOUBLE
- Description: Number of rows returned for the report
- Field API Name:
std__RunTime__c - Data Type: DOUBLE
- Description: Amount of time the request took, as measured by SFDC code
- Field API Name:
std__SessionKey__c - Data Type: TEXT
- Description: The hash of the sid to allow click tracking across multiple transactions after login to action.
- Field API Name:
std__SortOrder__c - Data Type: TEXT
- Description: Sort column and sort order used in the report run
- Field API Name:
std__Timestamp__c - Data Type: DATETIME
- Description: Timestamp at which the log event was generated.
- Field API Name:
std__Uri__c - Data Type: TEXT
- Description: URI of the page receiving the request
- Field API Name:
std__UserIdentifier__c - Data Type: TEXT
- Description: ID of the user employing salesforce.com services, whether through the user interface or API
- Field API Name:
std__UserType__c - Data Type: TEXT
- Description: Type of the user employing salesforce.com services, whether through the user interface or API