DirParty::transactionOneTimeAddresses Method [AX 2012]
Finds the addresses that are associated with the specified transaction
client server public static Set transactionOneTimeAddresses(
DirPartyRecId _partyRecId,
TableId _lineTableId,
FieldId _postalFieldId,
FieldId _rangeFieldId,
str _rangeValue,
LogisticsPostalAddressRecId _headerAddress)
Run On
CalledParameters
- _partyRecId
- Type: DirPartyRecId Extended Data Type
The party that owns the addresses, which are associated with the transaction.
- _lineTableId
- Type: TableId Extended Data Type
The table ID of the transaction line
- _postalFieldId
- Type: FieldId Extended Data Type
The field ID of the LogisticsPostalAddress table.
- _rangeFieldId
- Type: FieldId Extended Data Type
The field ID to limit the lines that are searched.
- _rangeValue
- Type: str
The value of the _rangeFieldId parameter.
- _headerAddress
- Type: LogisticsPostalAddressRecId Extended Data Type
The address selected for the header.
Show: