Share via


SIGStorableDocument.getAuditLogRef Method [AX 2012]

Retrieves information about a reference to an audit log that is stored in the class.

Syntax

public SIGAuditLogRef getAuditLogRef()

Run On

Called

Return Value

Type: SIGAuditLogRef Extended Data Type
A reference to an audit trail.

Remarks

This is a required method for classes that implement this class.A class variable should be declared to store reference to the audit trail and be a SIGAuditLogRef extended data type.

See Also

Reference

SIGStorableDocument Interface