Retrieve a list of current Record Tracking item, finRecordTrack, Objects.

Syntax

finRecordTrackFunctions.GetActiveRecordTracking(limitToSource, sourceType, sourcePk, limitToNotificationType, notificationType, limitToUser, userId, recordTrackList)

Parameters

NameTypeOptionalByRefDescription
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.

Return Value

Boolean

A Boolean value indicating success.

Member of:
finRecordTrackFunctions
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0