PCEnterprisePortalMain::getRecordContextForTemporaryRecord Method [AX 2012]

Gets the persisted record for a given table ID and inventory transaction ID.

server public static Common getRecordContextForTemporaryRecord(TableId _tableId, InventTransId _inventTransId)

Run On

Server

Parameters

_tableId
Type: TableId Extended Data Type
A table ID.
_inventTransId
Type: InventTransId Extended Data Type
An inventory transaction ID.

Return Value

Type: Common Table
A persisted record.
Show: