Skip to content

KVSPSAREJobManagement#

Procedures#

CreateJobQueueEntryForJobAllocation(Notification) :#

procedure CreateJobQueueEntryForJobAllocation(NotificationForSetup: Notification): 

Events#

KVSPSAREOnBeforeCheckUserSetupForSalesPriceChangeOnSoldFlat(Boolean) :#

Summary: Use this Event to disable user setup check for change sales price on sold flats

[IntegrationEvent(false, false)]
procedure KVSPSAREOnBeforeCheckUserSetupForSalesPriceChangeOnSoldFlat(var SkipUserSetupCheck: Boolean): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSPSAREJobManagement", 'KVSPSAREOnBeforeCheckUserSetupForSalesPriceChangeOnSoldFlat', '', false, false)]
local procedure DoSomethingKVSPSAREOnBeforeCheckUserSetupForSalesPriceChangeOnSoldFlat(var SkipUserSetupCheck: Boolean)
begin
end;

Parameters:

  • SkipUserSetupCheck: Should be set to true to skip setup check.

KVSPSAREOnBeforeCheckUserSetupForSalesPriceChangeOnUnsoldFlat(Boolean) :#

Summary: Use this Event to disable user setup check for change sales price on unsold flats

[IntegrationEvent(false, false)]
local procedure KVSPSAREOnBeforeCheckUserSetupForSalesPriceChangeOnUnsoldFlat(var SkipUserSetupCheck: Boolean): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSPSAREJobManagement", 'KVSPSAREOnBeforeCheckUserSetupForSalesPriceChangeOnUnsoldFlat', '', false, false)]
local procedure DoSomethingKVSPSAREOnBeforeCheckUserSetupForSalesPriceChangeOnUnsoldFlat(var SkipUserSetupCheck: Boolean)
begin
end;

Parameters:

  • SkipUserSetupCheck: Should be set to true to skip setup check.