Share via


SpecTransManager::getMarkedTransactions Method [AX 2012]

Gets a container of SpecTrans records that correspond to specified parameters.

Syntax

server private static container getMarkedTransactions(
    CompanyId _specCompany, 
    TableId _specTableId, 
    RefRecId _specRecId, 
    TableId _refTableId)

Run On

Server

Parameters

Return Value

Type: container
A container of SpecTrans records.

Remarks

This method adds SpecTrans records to container on the server tier to prevent unnecessary RPC calls.

See Also

Reference

SpecTransManager Class