Share via


ReqActionApply.applyAction Method [AX 2012]

Applies the action of a ReqTrans record and resets the action message.

Syntax

protected void applyAction(ReqTrans _reqTrans)

Run On

Server

Parameters

  • _reqTrans
    Type: ReqTrans Table
    The transaction for which to apply the action.

Exceptions

Exception Condition
Error

Tries to apply for a record type that is not supported.

See Also

Reference

ReqActionApply Class