Newer Version Available
MRU Header
Defines if the record that is created, updated, upserted, or retrieved updates the list
of most recently used (MRU) items. MRU items are shown in the Recent Items section of the sidebar
in the Salesforce user interface. This header is available in API version 60.0 and
later.
Header Field Name and Values
The default value for all fields is true, except for with REST APIs that query records via SOQL. The default value is subject to change.
For integration users who make only API calls, Salesforce recommends setting this field to false to improve performance. MRU isn’t relevant for integration users using solely APIs because they don’t use the Salesforce user interface.
- Field name
- updateMru
- Field values
-
- true—Update MRU with related records if the No MRU Updates field isn’t enabled for the user on the Users page in Setup. For more information on how to enable this field, see the Edit Users page in the See Also section.
- false—Don’t update MRU with related records.
- Example
- Indicates that the record updates the
MRU.
1Sforce-Mru: updateMru=true