getUserData

getUserData(pUserName: String output;
            pIndex:    Integer output);

The getUserData method of the JadeAuditAccess class returns the user name and index, or the user index, of the current record.

If the current record is a sign-on or sign-off, both the name and index are returned. If the current record is a begin transaction, commit transaction, or abort transaction, the index is returned.

An exception is raised if the current record is any other record type.