RCashTransType::represPersonName_LT Method [AX 2012]

Retrieves the representative person's name, based on the values of the cash transaction record.

client server public static EmplName represPersonName_LT(
    RCashDocRepresPersonId _personId, 
    LedgerJournalACType _ledgerJournalACType, 
    LedgerJournalAC _ledgerJournalAC, 
   [RCashDocRepresType _represType])

Run On

Called

Parameters

_personId
Type: RCashDocRepresPersonId Extended Data Type
The identifier for the person.
_ledgerJournalACType
Type: LedgerJournalACType Enumeration
The account type.
_ledgerJournalAC
Type: LedgerJournalAC Extended Data Type
The account number.
_represType
Type: RCashDocRepresType Enumeration
The representative person type.

Return Value

Type: EmplName Extended Data Type
The representative person's name.
Show: