Using the MRU Sync Down Target

To retrieve the most recently viewed records for a specific Salesforce object in your org, use the MRU sync down target.

The MRU sync down target returns only the most recently viewed records for the given object, as determined by the Salesforce API.

For the "target" property, specify the following values.

"type":"mru"

"fieldList": Array of <string>

List of fields to sync.

"objectType": <string>

Name of a Salesforce object.

Swift

Class: MruSyncDownTarget

Objective-C

Class: SFMruSyncDownTarget

Kotlin

Class: MruSyncDownTarget

Java

Class: MruSyncDownTarget