Skip to content

KVSMTCServiceQuoteLinesTech#

Procedures#

Initialize(Integer) :#

procedure Initialize(ServItemLine: Integer): 

SetSelectionFilter() :#

procedure SetSelectionFilter(): 

InsertExtendedText(Boolean) :#

procedure InsertExtendedText(Unconditionally: Boolean): 

NoOnAfterValidate() :#

procedure NoOnAfterValidate(): 

QuantityOnAfterValidate() :#

procedure QuantityOnAfterValidate(): 

Events#

OnAfterOnOpenPage(Record Service Mgt. Setup, Boolean, Boolean, Boolean, Boolean) :#

[IntegrationEvent(true, false)]
local procedure OnAfterOnOpenPage(var ServMgtSetup: Record "Service Mgt. Setup"; var FaultAreaCodeVisible: Boolean; var SymptomCodeVisible: Boolean; var FaultCodeVisible: Boolean; var ResolutionCodeVisible: Boolean): 
[EventSubscriber(ObjectType::Page, Page::"KVSMTCServiceQuoteLinesTech", 'OnAfterOnOpenPage', '', false, false)]
local procedure DoSomethingOnAfterOnOpenPage(var ServMgtSetup: Record "Service Mgt. Setup"; var FaultAreaCodeVisible: Boolean; var SymptomCodeVisible: Boolean; var FaultCodeVisible: Boolean; var ResolutionCodeVisible: Boolean)
begin
end;

OnBeforeInsertExtendedText(Record Service Line) :#

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

Protected Variables#

ShortcutDimCode#

Type: Code[20]

FaultAreaCodeVisible#

Type: Boolean

SymptomCodeVisible#

Type: Boolean

FaultCodeVisible#

Type: Boolean

ResolutionCodeVisible#

Type: Boolean