Observable loading state
Observable of recent access items, sorted by most recent first
Current value of recent items
StaticInstanceClears the cached recent items (useful for logout)
Loads recent access items for the current user using UserInfoEngine (cached).
OptionalmaxItems: numberMaximum number of items to return (default 15)
OptionalforceRefresh: 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)
OptionalresourceType: "record" | "view" | "report" | "dashboard" | "artifact"The type of resource being accessed
Refresh recent items in background
Multi-provider note: callers under a non-default provider should set
service.Provider = component.ProviderToUsebefore invoking any methods.