Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.