Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates the gift card payment journal line.
Syntax
private void createGiftCardJournalLine_RU(
DataAreaId _accountCompany,
LedgerJournalACType _accountType,
DimensionDynamicAccount _accountNum,
CurrencyCode _currency,
AmountCur _amount,
TransDate _date,
ExchRate _exchRate,
[boolean _prepayment,
PostingProfile _postingProifle,
DimensionDefault _defaultDimension,
boolean _factureAutoCreate,
LedgerJournalTransTxt _transTxt,
DocumentNum _documentNum])
Run On
Called
Parameters
- _accountCompany
Type: DataAreaId Extended Data Type
The account company.
- _accountType
Type: LedgerJournalACType Enumeration
The account type.
- _accountNum
Type: DimensionDynamicAccount Extended Data Type
The account.
- _currency
Type: CurrencyCode Extended Data Type
The currency.
- _amount
Type: AmountCur Extended Data Type
The amount.
- _date
Type: TransDate Extended Data Type
The transaction date.
- _exchRate
Type: ExchRate Extended Data Type
The exchange rate.
- _prepayment
Type: boolean
The prepayment sign.
- _postingProifle
Type: PostingProfile Extended Data Type
The posting profile.
- _defaultDimension
Type: DimensionDefault Extended Data Type
The default dimension.
- _factureAutoCreate
Type: boolean
Facture automatic creation sign.
- _transTxt
Type: LedgerJournalTransTxt Extended Data Type
The description.
- _documentNum
Type: DocumentNum Extended Data Type
The document number.