You are here: Understanding the Meridian object model > About the Vault object > The Vault object methods > AuditEvent method

AuditEvent method

Adds custom command events to the audit log database.

Syntax

Sub AuditEvent(EventName As String, [ObjectName As String], [ActionArg1 As String], [ActionArg2 As String], [ActionArg3 As String])
Parameters

Name

Description

EventName

The name of the event that you want to add to the audit log database.

ObjectName

Optional name of the vault object upon which the custom event occurs.

ActionArg1

Optional argument that describes the action taken.

ActionArg2

Optional argument that describes the action taken.

ActionArg3

Optional argument that describes the action taken.

Remarks

Requires a Meridian FDA Module server license.

The object specified by ObjectName must not be Nothing. The optional action arguments can be anything that you decide. Each argument should be one parameter of the action taken and should resemble the general pattern used by the built-in audit entries listed in the BlueCielo Meridian FDA Module Configuration Guide.

Related concepts

About the Vault object