Table of Contents

KVSKBAVLOGWorker

Procedures

OnRun

procedure OnRun(Rec: Record "KVSKBAVLOGInterfaceLine")

SetActionToDo(Code[10]) :

Summary: Sets the action to be performed.

procedure SetActionToDo(NewActionToDo: Code[10]): 

Parameters:

  • NewActionToDo: The new action to be set, represented as a Code[10] value.

Remarks: This procedure allows setting the action to be performed by the VLOGWorker codeunit. The action is stored in the ActionToDo variable and can be used to determine the behavior of the OnRun trigger.