RecentlyUsedObject¶
Per user recently used objects.
Fields¶
| Field | Type | Description |
|---|---|---|
| ExtraData | string | Extra data for this recently used object |
| Favorite | boolean | True if the user selected this object as a favorite |
| FirstUsed | datetime | Date/Time the object was first used |
| ID | numeric | Internal ID for the RecentlyUsedObject entity (Primary Key) |
| LastUsed | datetime | Date/Time the object was last used |
| ObjectGuid | guid | |
| RbacUserID | numeric | Internal ID that references the RbacUser entity (Foreign Key) |
| RecentlyUsedObjectTypeID | numeric | Internal ID that references the RecentlyUsedObjectType entity (Foreign Key) |
| UsageCount | numeric | Number of times the object was used |