| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| limitToSource | Boolean | Indicates whether to limit the results to a particular Source. | ||
| sourceType | isefinRecordTrackSourceType | The object Source, e.g., Account. | ||
| sourcePk | Integer | The Pk of the Source. | ||
| limitToNotificationType | Boolean | Indicates whether to limit the results to a particular Notification Type. | ||
| notificationType | isefinRecordTrackNotificationType | If limiting to Notification Type, the Type to limit to. | ||
| limitToUser | Boolean | Indicates whether to limit the results to the current Users Record Tracking items. | ||
| userId | String | The User to limit the results to. If an empty string is supplied, and 'limitToUser' is True, the current User will be assumed. | ||
| recordTrackList | List(Of finRecordTrack) | ByRef | A collection of finRecordTrack Objects. |
A Boolean value indicating success.