GetActivityUserID

Returns the activity user ID for a given username.

An activity user ID is a token that tracks user activities for audit purposes. Financial Management creates an activity user ID the first time a user performs an activity in an application.

Note:

Activity user IDs differ from the security identifiers that represent usernames. Security identifiers are discussed in Security Identifiers.

Syntax

<HsvSystemInfo>.GetActivityUserID bstrUserName, plActivityUserID

Argument

Description

bstrUserName

String (ByVal). The username of the user.

Note:

The username should include the domain.

plActivityUserID

Long. Returns the activity user ID for the user.

Example

GetActivityUserID is used in the example for ClearAuditTasks.