Table of Contents

KVSKBAPostedDispatchLines

Events

OnSetLineStyle(Record KVSKBAPostedDispatchHandlLine, Text) :

Summary: Integration event raised before setting the line style for a posted dispatch handling line. Allows to modify the line style based on the source record.

[IntegrationEvent(false, false)]
local procedure OnSetLineStyle(PostedDispatchHandlLine: Record "KVSKBAPostedDispatchHandlLine"; var LineStyle: Text): 

Parameters:

  • PostedDispatchHandlLine: The record of the posted dispatch handling line that is being processed. Readonly.
  • LineStyle: The line style that is being set for the current line. Modifiable.

Remarks: Use this event to modify the line style before it is set on the list page. For example, you can set a different line style for certain document line types or based on other conditions in the record.