Share via


SIGStorableDocument.getRefRecId Method [AX 2012]

Gets information about the document record ID that is stored in the class.

Syntax

public RecId getRefRecId()

Run On

Called

Return Value

Type: RecId Extended Data Type
The document reference.

Remarks

This is a required method for classes that implement this class.Class variable should be declared to store the record ID and be a RefRecId extended data type.

See Also

Reference

SIGStorableDocument Interface