Skip to content

KVSPSAREJobManagement#

Procedures#

CreateJobQueueEntryForExtendedJobAllocation(Notification) :#

procedure CreateJobQueueEntryForExtendedJobAllocation(NotificationForSetup: Notification): 

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.

KVSPSAREOnElseGetDateFormulaForAllocationJQE(DateFormula) :#

Summary: Use this Event to set the Date Formula for the Job Queue of job allocation

[IntegrationEvent(false, false)]
local procedure KVSPSAREOnElseGetDateFormulaForAllocationJQE(var DateFormulaJQE: DateFormula): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSPSAREJobManagement", 'KVSPSAREOnElseGetDateFormulaForAllocationJQE', '', false, false)]
local procedure DoSomethingKVSPSAREOnElseGetDateFormulaForAllocationJQE(var DateFormulaJQE: DateFormula)
begin
end;

Parameters:

  • DateFormulaJQE: Return the DateFormula for Job Queue Entry