PrintMgmtPrintDestinationTokens.getEmailAddressForParty Method [AX 2012]

Retrieves the email address for a party and contact role.

public str getEmailAddressForParty(
    PrintMgmtPrintDestinationPartyType _partyType, 
    DirPartyRecId _partyRecId, 
    LogisticsLocationRoleName _role)

Run On

Called

Parameters

_partyType
Type: PrintMgmtPrintDestinationPartyType Enumeration
A party type.
_partyRecId
Type: DirPartyRecId Extended Data Type
The RecId for the DirParty table.
_role
Type: LogisticsLocationRoleName Extended Data Type
The address's role.

Return Value

Type: str
A list of email addresses.

Community Additions

ADD
Show: