KVSKBACustInvoiceDisc
Extends #437dbf0e84ff417a965ded2bb9650972#Cust. Invoice Disc.
Fields
| Name | Type | Note |
|---|---|---|
| KVSKBASrvChargeUnitofMeasure | Code[10] |
Events
KVSKBAOnBeforeGetRec(Record Cust. Invoice Disc., Code[20], Code[10], Date, Decimal) :
Summary: Integration event that is raised before the KVSKBAGetRec procedure is executed.
[IntegrationEvent(false, false)]
local procedure KVSKBAOnBeforeGetRec(var CustInvoiceDisc: Record "Cust. Invoice Disc."; var NewCode: Code[20]; var CurrencyCode: Code[10]; var CurrencyDate: Date; var BaseAmount: Decimal):
Parameters:
CustInvoiceDisc: The customer invoice discount record.NewCode: The new code for the customer invoice discount.CurrencyCode: The currency code.CurrencyDate: The currency date.BaseAmount: The base amount.
Remarks: Subscribe to this event to implement custom logic before the KVSKBAGetRec procedure is executed. This event provides access to the customer invoice discount record and the parameters passed to the KVSKBAGetRec procedure, allowing for modifications or additional processing before the standard logic is executed.