Skip to content

KVSMTCServiceOrderLinesTech#

Procedures#

CalcInvDisc(Record Service Line) :#

procedure CalcInvDisc(var ServiceLine: Record "Service Line"): 

Initialize(Integer) :#

procedure Initialize(ServItemLine: Integer): 

SetSelectionFilter() :#

procedure SetSelectionFilter(): 

InsertExtendedText(Boolean) :#

procedure InsertExtendedText(Unconditionally: Boolean): 

LocationCodeOnAfterValidate() :#

procedure LocationCodeOnAfterValidate(): 

QuantityOnAfterValidate() :#

procedure QuantityOnAfterValidate(): 

PostingDateOnAfterValidate() :#

procedure PostingDateOnAfterValidate(): 

Events#

OnBeforeInsertExtendedText(Record Service Line) :#

[IntegrationEvent(false, false)]
local procedure OnBeforeInsertExtendedText(var ServiceLine: Record "Service Line"): 
[EventSubscriber(ObjectType::Page, Page::"KVSMTCServiceOrderLinesTech", 'OnBeforeInsertExtendedText', '', false, false)]
local procedure DoSomethingOnBeforeInsertExtendedText(var ServiceLine: Record "Service Line")
begin
end;

OnBeforeSetSelectionFilter(Option, Record Service Line) :#

[IntegrationEvent(false, false)]
local procedure OnBeforeSetSelectionFilter(var SelectionFilter: Option; var ServiceLine: Record "Service Line"): 
[EventSubscriber(ObjectType::Page, Page::"KVSMTCServiceOrderLinesTech", 'OnBeforeSetSelectionFilter', '', false, false)]
local procedure DoSomethingOnBeforeSetSelectionFilter(var SelectionFilter: Option; var ServiceLine: Record "Service Line")
begin
end;

OnOpenPageOnBeforeSetSelectionFilter(Option) :#

[IntegrationEvent(false, false)]
local procedure OnOpenPageOnBeforeSetSelectionFilter(var SelectionFilter: Option): 
[EventSubscriber(ObjectType::Page, Page::"KVSMTCServiceOrderLinesTech", 'OnOpenPageOnBeforeSetSelectionFilter', '', false, false)]
local procedure DoSomethingOnOpenPageOnBeforeSetSelectionFilter(var SelectionFilter: Option)
begin
end;

Protected Variables#

ShortcutDimCode#

Type: Code[20]

FaultAreaCodeVisible#

Type: Boolean

SymptomCodeVisible#

Type: Boolean

FaultCodeVisible#

Type: Boolean

ResolutionCodeVisible#

Type: Boolean

SelectionFilter#

Type: Option