Share via


SIGStorableDocument.getRefTableId Method [AX 2012]

Gets information about the table that stores the document that is stored in the class.

Syntax

public TableId getRefTableId()

Run On

Called

Return Value

Type: TableId Extended Data Type
The originating table for the document

Remarks

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

See Also

Reference

SIGStorableDocument Interface