KVSMEDInstallmentSaleAgreement#
Fields#
Name | Type | Note |
---|---|---|
Document Type | Enum Sales Document Type | |
Document No. | Code[20] | |
Line No. | Integer | |
Installment No. | Integer | |
Installment Text | Text[20] | |
Installment Due Date | Date | |
Amount | Decimal | |
Installment Dis. Date Calc. | Code[10] | |
Installment Dis. Date | Date | |
Discount % | Decimal | |
Allocation % | Decimal | |
Cash Desk Sales | Boolean | |
Reason On Hold | Code[3] | |
Installm. Payment Method Code | Code[10] |
Events#
OnBeforeCalculateAllocation(Record KVSMEDInstallmentSaleAgreement, Boolean) :#
[IntegrationEvent(false, false)]
local procedure OnBeforeCalculateAllocation(KVSMEDInstallmentSaleAgreement: Record "KVSMEDInstallmentSaleAgreement"; var IsHandled: Boolean):
[EventSubscriber(ObjectType::Table, Table::"KVSMEDInstallmentSaleAgreement", 'OnBeforeCalculateAllocation', '', false, false)]
local procedure DoSomethingOnBeforeCalculateAllocation(KVSMEDInstallmentSaleAgreement: Record "KVSMEDInstallmentSaleAgreement"; var IsHandled: Boolean)
begin
end;