KVSGAEB Group Mapping Ext#
Fields#
| Name | Type | Note |
|---|---|---|
| Type | Enum (KVSGAEB Surcharge Level) | |
| No. | Code[20] | |
| Type 2 | Enum (KVSGAEB Surcharge Type) | |
| No. 2 | Code[20] | |
| Starting Date | Date | |
| Ending Date | Date | |
| Description | Text[250] | |
| Description 2 | Text[250] | |
| Surcharge (pct) | Decimal | |
| Surcharge 2 (pct) | Decimal |
Events#
OnFillFieldsForExtendedSurchTypeValues(Record KVSGAEB Group Mapping Ext) :#
Summary: Event to fill Description and other fields from other tables for extended Surcharge Types
[IntegrationEvent(false, false)]
local procedure OnFillFieldsForExtendedSurchTypeValues(var SurchMappingLine: Record "KVSGAEB Group Mapping Ext"):
[EventSubscriber(ObjectType::Table, Table::"KVSGAEB Group Mapping Ext", 'OnFillFieldsForExtendedSurchTypeValues', '', false, false)]
local procedure DoSomethingOnFillFieldsForExtendedSurchTypeValues(var SurchMappingLine: Record "KVSGAEB Group Mapping Ext")
begin
end;
Parameters:
SurchMappingLine: Current Surcharge Mapping line