Private _isPrivate _isPrivate _recentPrivate determineDetermines the resource type based on entity name
Private Static _instanceStatic ɵfacStatic ɵprovObservable loading state
Observable of recent access items, sorted by most recent first
Current value of recent items
Static InstanceLoads recent access items for the current user using UserInfoEngine (cached).
Optional maxItems: numberMaximum number of items to return (default 15)
Optional forceRefresh: booleanForce refresh even if already loaded
Logs access to a record. Creates or updates the User Record Log entry. This is a fire-and-forget operation - errors are logged but don't interrupt the user.
The name of the entity being accessed
The record ID (single value or CompositeKey string)
Optional resourceType: "record" | "report" | "view" | "dashboard" | "artifact"The type of resource being accessed
Service for tracking and retrieving recently accessed resources. Uses the User Record Logs entity to persist access history.