Skip to content

KVSPSAREFlatManagement#

Procedures#

CheckFlatAlreadyAssignedToJob(Record KVSPSAREFlat) :#

procedure CheckFlatAlreadyAssignedToJob(Flat: Record "KVSPSAREFlat"): 

Events#

KVSPSAREOnBeforeCheckFlatIsSold(Code[20], Boolean, Boolean) :#

[IntegrationEvent(false, false)]
procedure KVSPSAREOnBeforeCheckFlatIsSold(FlatNo: Code[20]; var IsSold: Boolean; var IsHandled: Boolean): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSPSAREFlatManagement", 'KVSPSAREOnBeforeCheckFlatIsSold', '', false, false)]
local procedure DoSomethingKVSPSAREOnBeforeCheckFlatIsSold(FlatNo: Code[20]; var IsSold: Boolean; var IsHandled: Boolean)
begin
end;

KVSPSAREOnBeforeCheckStateOfSales(Code[20], Boolean, Boolean) :#

[IntegrationEvent(false, false)]
procedure KVSPSAREOnBeforeCheckStateOfSales(JobNo: Code[20]; var ChangeUnitPriceAllowed: Boolean; var IsHandled: Boolean): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSPSAREFlatManagement", 'KVSPSAREOnBeforeCheckStateOfSales', '', false, false)]
local procedure DoSomethingKVSPSAREOnBeforeCheckStateOfSales(JobNo: Code[20]; var ChangeUnitPriceAllowed: Boolean; var IsHandled: Boolean)
begin
end;