Table 18059923 EOS075 Bonus Line Totals
Table 18059923 EOS075 Bonus Line Totals
| Language | Caption |
|---|---|
| de-DE | Bonuszeilensummen |
| en-US | Bonus Line Totals |
| it-IT | Totali riga bonus |
Fields
Bonus Type (10)
Enum "EOS Bonus Type"
| Language | Caption |
|---|---|
| de-DE | Bonustyp |
| en-US | Bonus Type |
| it-IT | Tipo bonus |
Bonus Code (20)
Code[20]
TableRelation: if ("Bonus Type" = const("Customer Bonus")) "EOS Bonus Header".Code where(Type = const("Customer Bonus")) else if ("Bonus Type" = const("Vendor Bonus")) "EOS Bonus Header".Code where(Type = const("Vendor Bonus"))
| Language | Caption |
|---|---|
| de-DE | Bonus-Code |
| en-US | Bonus Code |
| it-IT | Codice bonus |
Bonus Line No. (30)
Integer
| Language | Caption |
|---|---|
| de-DE | Bonuszeile Nr. |
| en-US | Bonus Line No. |
| it-IT | Nr. riga bonus |
Calculation Date/Time (40)
DateTime
| Language | Caption |
|---|---|
| de-DE | Berechnungs-Datum/Uhrzeit |
| en-US | Calculation Date/Time |
| it-IT | Data/ora calcolo |
Base Amount (LCY) (1000)
Decimal
| Language | Caption |
|---|---|
| de-DE | Basisbetrag (MW) |
| en-US | Base Amount (LCY) |
| it-IT | Importo Base (VL) |
Amount (LCY) (1010)
Decimal
| Language | Caption |
|---|---|
| de-DE | Betrag (MW) |
| en-US | Amount (LCY) |
| it-IT | Importo (VL) |
Fc. Base Amount (LCY) (1020)
Decimal
| Language | Caption |
|---|---|
| de-DE | Prognose Basisbetrag (MW) |
| en-US | Fc. Base Amount (LCY) |
| it-IT | Importo Base Previsto (VL) |
Fc. Amount (LCY) (1030)
Decimal
| Language | Caption |
|---|---|
| de-DE | Prognose Betrag (MW) |
| en-US | Fc. Amount (LCY) |
| it-IT | Importo Previsto (VL) |
Remaining Amount (LCY) (Base) (1090)
Decimal
| Language | Caption |
|---|---|
| de-DE | Restbetrag (MW) (Basis) |
| en-US | Remaining Amount (LCY) (Base) |
| it-IT | Importo Residuo (VL) (Base) |
Has Expected Entries (1100)
Boolean
| Language | Caption |
|---|---|
| de-DE | Erwartete Posten |
| en-US | Expected Entries |
| it-IT | Movimenti attesi |
Quantity (Base) (1110)
Decimal
| Language | Caption |
|---|---|
| de-DE | Menge (Basis) |
| en-US | Quantity (Base) |
| it-IT | Quantità (base) |
Net Weight (1120)
Decimal
| Language | Caption |
|---|---|
| de-DE | Nettogewicht |
| en-US | Net Weight |
| it-IT | Peso netto |
Accrued Points (1200)
Decimal
| Language | Caption |
|---|---|
| de-DE | Aufgelaufene Punkte |
| en-US | Accrued Points |
| it-IT | Punti maturati |
Point Remaining Qty. (1230)
Decimal
| Language | Caption |
|---|---|
| de-DE | Punkt Verbleibende Qty. |
| en-US | Point Remaining Qty. |
| it-IT | Punti residui |
Point Settled Qty. (1240)
Decimal
| Language | Caption |
|---|---|
| de-DE | Point Settled Qty. |
| en-US | Point Settled Qty. |
| it-IT | Qta. punti liquidati |
Entry Amount Distribution (1250)
Enum "EOS075 Amount Distribution"
| Language | Caption |
|---|---|
| de-DE | Verteilung Posten-Betrag |
| en-US | Entry Amount Distribution |
| it-IT | Distribuzione importo movimenti |
Starting Date (1260)
Date
| Language | Caption |
|---|---|
| de-DE | Startdatum |
| en-US | Starting Date |
| it-IT | Data inizio |
Ending Date (1270)
Date
| Language | Caption |
|---|---|
| de-DE | Enddatum |
| en-US | Ending Date |
| it-IT | Data fine |
Methods
Load
procedure Load(BonusLine: Record "EOS Bonus Line"; RefDateTime: DateTime): Boolean
Retrieve the latest totals for the given bonus line that was calculated before the given reference date/time.
Parameters / Return Value
BonusLine
Record "EOS Bonus Line"The bonus line.
RefDateTime
DateTimeThe maximum reference date/time.
Returns
Booleantrueif a record was found,falseotherwise.
LoadLatest
procedure LoadLatest(BonusLine: Record "EOS Bonus Line"): Boolean
Retrieve the latest totals for the given bonus line.
Parameters / Return Value
BonusLine
Record "EOS Bonus Line"The bonus line.
Returns
Booleantrueif a record was found,falseotherwise.
Events
OnAfterCalculateLedgEntryTotals
local procedure OnAfterCalculateLedgEntryTotals(var BonusLine: Record "EOS Bonus Line"; var BonusLineTotals: Record "EOS075 Bonus Line Totals")
Raised after totals for the bonus line have been calculated.
Parameters / Return Value
BonusLine
Record "EOS Bonus Line"The bonus line for which totals have been calculated. This record is not necessarily modified after the event handler. If you want to modify the record, you should do so explicitly.
BonusLineTotals
Record "EOS075 Bonus Line Totals"The bonus line totals record that is about to be created. The record has not yet been inserted at this point.
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.