AxdBase.validateTableId Method [AX 2012]

Validates that the table ID in a common object matches a specific table ID.

Syntax

protected void validateTableId(Common _common, [TableId _tableId])

Run On

Server

Parameters

Remarks

The validateTableId method is used in the getConstraintList method in the derived Axd classes.

The _tableId parameter is set to the table ID, by default, for the root data source.

See Also

Reference

AxdBase Class