Subscriber portal
Gets a ReqTrans record based on the record passed by the caller in the instance of the Args class.
client server public static ReqTrans getReqTransFromArgs(Args _args)
Record of unexpected type is passed by the caller.
A calling form may pass either ReqTrans record or ReqPO record depending on the conditions. If ReqTrans is passed it will be returned as is; otherwise if ReqPO is passed the method returns joined ReqTrans record.