Table of Contents

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): 

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): 

Parameters:

  • Job:
  • StyleText:
  • IsHandled:

Protected Variables

GlobalStyleText

Type: Text