Share via


RetailOrderManager::getAddressLineFromTransaction Method [AX 2012]

Fetch the address records corresponding to specified sales lines of the provided transaction.

Syntax

client server private static RetailTransactionAddressTrans getAddressLineFromTransaction(RetailTransactionTable transactionTable, [LineNum salesLineNum])

Run On

Called

Parameters

Return Value

Type: RetailTransactionAddressTrans Table
RetailTransactionAddressTrans for the specified sales line.

Remarks

A sales line number with the value of zero indicates that the address at the order header level should be returned.

See Also

Reference

RetailOrderManager Class