Skip to content

KVSKBAPackSugProcessingLines#

Events#

OnBeforeSetLineDescriptionText(Record KVSKBAPackSugProcessingLine, Text, Text[100], Integer, Text) :#

[IntegrationEvent(false, false)]
local procedure OnBeforeSetLineDescriptionText(var TempSuggestionProcessLine: Record "KVSKBAPackSugProcessingLine" temporary; var LineDescriptionTxt: Text; RecDescription: Text[100]; IndentCounter: Integer; IndentText: Text): 
[EventSubscriber(ObjectType::Page, Page::"KVSKBAPackSugProcessingLines", 'OnBeforeSetLineDescriptionText', '', false, false)]
local procedure DoSomethingOnBeforeSetLineDescriptionText(var TempSuggestionProcessLine: Record "KVSKBAPackSugProcessingLine" temporary; var LineDescriptionTxt: Text; RecDescription: Text[100]; IndentCounter: Integer; IndentText: Text)
begin
end;

OnSetLineStyle(Record KVSKBAPackSugProcessingLine, Text) :#

[IntegrationEvent(false, false)]
local procedure OnSetLineStyle(var TempSuggestionProcessLine: Record "KVSKBAPackSugProcessingLine" temporary; var LineStyle: Text): 
[EventSubscriber(ObjectType::Page, Page::"KVSKBAPackSugProcessingLines", 'OnSetLineStyle', '', false, false)]
local procedure DoSomethingOnSetLineStyle(var TempSuggestionProcessLine: Record "KVSKBAPackSugProcessingLine" temporary; var LineStyle: Text)
begin
end;