Table of Contents

KVSKBAServiceLineFactBox

Extends #437dbf0e84ff417a965ded2bb9650972#Service Line FactBox

Events

KVSKBAOnDrillDownSpecialNoteTextOnCaseElseType(Record Service Line) :

Summary: Integration event raised when the user drills down on the special note text field in the service line factbox.

[IntegrationEvent(false, false)]
local procedure KVSKBAOnDrillDownSpecialNoteTextOnCaseElseType(Rec: Record "Service Line"): 

Parameters:

  • Rec: The service line record.

Remarks: Subscribe to this event to override or extend the default behavior when the user drills down on the special note text field, for example to apply custom logic or additional actions.

KVSKBAOnBeforeGetSpecialNoteText(Boolean) :

Summary: Integration event raised before retrieving the special note text for the service line.

[IntegrationEvent(false, false)]
local procedure KVSKBAOnBeforeGetSpecialNoteText(var IsHandled: Boolean): 

Parameters:

  • IsHandled: Indicates whether the event is handled.

Remarks: Subscribe to this event to override or extend the default behavior before retrieving the special note text, for example to apply custom logic or additional checks.

KVSKBAOnGetSpecialNoteTextOnCaseElseType(Record Service Line, Boolean) :

Summary: Integration event raised when retrieving the special note text for the service line when the type is not Item or Resource.

[IntegrationEvent(false, false)]
local procedure KVSKBAOnGetSpecialNoteTextOnCaseElseType(Rec: Record "Service Line"; var IsHandled: Boolean): 

Parameters:

  • Rec: The service line record.
  • IsHandled: Indicates whether the event is handled.

Remarks: Subscribe to this event to override or extend the default behavior when retrieving the special note text for service lines of types other than Item or Resource, for example to apply custom logic or additional checks.