Share via


SIGStorableDocument.getReasonCodeId Method [AX 2012]

Gets information about the reason for the document signature stored in the class.

Syntax

public SIGReasonCodeId getReasonCodeId()

Run On

Called

Return Value

Type: SIGReasonCodeId Extended Data Type
The document reason code.

Remarks

This is a required method for classes that implement this class.A class variable should be declared to store the reason code and be a SIGReasonCodeId extended data type.

See Also

Reference

SIGStorableDocument Interface