RetailStatementPaymentJournal::getNativeNonLedgerAccount Method [AX 2012]
Gets the combination for the specified account.
client server private static RecId getNativeNonLedgerAccount(
LedgerJournalAC _account,
int _accountType,
[EnumId _enumType,
ModuleInventCustVend _custVend])
Run On
CalledParameters
- _account
- Type: LedgerJournalAC Extended Data Type
A non-ledger account.
- _accountType
- Type: int
An enumeration value.
- _enumType
- Type: EnumId Extended Data Type
An enumId value of the enumeration value; optional.
- _custVend
- Type: ModuleInventCustVend Enumeration
A ModuleInventCustVend enumeration value; optional.
Return Value
Type: RecId Extended Data TypeThe record ID of the DimensionAttributeValueCombination record.
Show: