Share via


ReqTransPoMark::getReqTransFromRecord Method [AX 2012]

Retrieves a ReqTrans record based on the record passed by the caller.

Syntax

client server public static ReqTrans getReqTransFromRecord(Common _record)

Run On

Called

Parameters

  • _record
    Type: Common Table
    A Common value from the caller.

Return Value

Type: ReqTrans Table
A ReqTrans record.

Remarks

A calling form may pass either a ReqTrans record or a ReqPO record depending on the conditions. If a ReqTrans record is passed it will be returned as is; otherwise if a ReqPO record is passed the method returns a joined ReqTrans record.

See Also

Reference

ReqTransPoMark Class