KVSFCYMachineCenterLoadLines#
Procedures#
Set(Record Machine Center, Integer, Option) :#
procedure Set(var NewMachineCenter: Record "Machine Center"; NewPeriodType: Integer; NewAmountType: Option):
Events#
OnAfterCalcLine(Record Machine Center, Record Load Buffer) :#
[IntegrationEvent(false, false)]
local procedure OnAfterCalcLine(var MachineCenter: Record "Machine Center"; var LoadBuffer: Record "Load Buffer"):
[EventSubscriber(ObjectType::Page, Page::"KVSFCYMachineCenterLoadLines", 'OnAfterCalcLine', '', false, false)]
local procedure DoSomethingOnAfterCalcLine(var MachineCenter: Record "Machine Center"; var LoadBuffer: Record "Load Buffer")
begin
end;
OnSet(Record Machine Center, Option, Option) :#
Obsolete
This Element will be removed or changed with a future Version of the App.
[Obsolete('Event not triggered', '21.2')]
[IntegrationEvent(false, false)]
local procedure OnSet(var MachineCenter: Record "Machine Center"; PeriodType: Option; AmountType: Option):
[EventSubscriber(ObjectType::Page, Page::"KVSFCYMachineCenterLoadLines", 'OnSet', '', false, false)]
local procedure DoSomethingOnSet(var MachineCenter: Record "Machine Center"; PeriodType: Option; AmountType: Option)
begin
end;
Protected Variables#
MachineCenter#
Type: Record Machine Center