InventSiteActivateUpdRule.beginInsertTable Method [AX 2012]

Creates a SQL string that gets the next RecId value for the given table.

Syntax

public str beginInsertTable(
    TableId _tableNum, 
    FieldId _recIdFieldId, 
    FieldId _tableIdFieldId)

Run On

Server

Parameters

Return Value

Type: str
A SQL string that gets the next RecId value for the given table.

See Also

Reference

InventSiteActivateUpdRule Class