Skip to content

KVSPSAJobArchiveList#

Events#

KVSPSAOnAfterSetUnfavorableByStatus(Record Job, Text) :#

Summary: The Event is raised on the end of Procedure SetUnfavorableByStatus and allow to change to StyleText

[IntegrationEvent(false, false)]
local procedure KVSPSAOnAfterSetUnfavorableByStatus(Job: Record "Job"; var StyleText: Text): 
[EventSubscriber(ObjectType::Page, Page::"KVSPSAJobArchiveList", 'KVSPSAOnAfterSetUnfavorableByStatus', '', false, false)]
local procedure DoSomethingKVSPSAOnAfterSetUnfavorableByStatus(Job: Record "Job"; var StyleText: Text)
begin
end;

Parameters:

  • Job:
  • StyleText:

KVSPSAOnBeforeSetUnfavorableByStatus(Record Job, Text, Boolean) :#

Summary: The Event is raised on the beginning of Procedure SetUnfavorableByStatus and allow to change to StyleText. If IsHandled is true the Code will not be executed

[IntegrationEvent(false, false)]
local procedure KVSPSAOnBeforeSetUnfavorableByStatus(Job: Record "Job"; var StyleText: Text; var IsHandled: Boolean): 
[EventSubscriber(ObjectType::Page, Page::"KVSPSAJobArchiveList", 'KVSPSAOnBeforeSetUnfavorableByStatus', '', false, false)]
local procedure DoSomethingKVSPSAOnBeforeSetUnfavorableByStatus(Job: Record "Job"; var StyleText: Text; var IsHandled: Boolean)
begin
end;

Parameters:

  • Job:
  • StyleText:
  • IsHandled:

Protected Variables#

GlobalStyleText#

Type: Text