Page "Service Quote Lines"

ID 5966
Namespace: Microsoft.Service.Document

Properties

Name Value
AutoSplitKey True
Caption Service Quote Lines
DataCaptionFields 1,3
DelayedInsert True
PageType Worksheet
PopulateAllFields True
SourceTable Table Microsoft.Service.Document."Service Line"

Methods

Initialize

procedure Initialize(ServItemLine: Integer)

Parameters

Name Type Description
ServItemLine Integer

SetSelectionFilter

procedure SetSelectionFilter()

InsertExtendedText

procedure InsertExtendedText(Unconditionally: Boolean)

Parameters

Name Type Description
Unconditionally Boolean

Events

OnBeforeOnOpenPage

[IntegrationEvent(True,False)]
local procedure OnBeforeOnOpenPage(var ServiceLine: Record "Service Line", var FaultAreaCodeVisible: Boolean, var SymptomCodeVisible: Boolean, var FaultCodeVisible: Boolean, var ResolutionCodeVisible: Boolean, var IsHandled: Boolean)

Parameters

Name Type Description
ServiceLine Table Microsoft.Service.Document."Service Line"
FaultAreaCodeVisible Boolean
SymptomCodeVisible Boolean
FaultCodeVisible Boolean
ResolutionCodeVisible Boolean
IsHandled Boolean

OnAfterOnOpenPage

[IntegrationEvent(True,False)]
local procedure OnAfterOnOpenPage(var ServMgtSetup: Record "Service Mgt. Setup", var FaultAreaCodeVisible: Boolean, var SymptomCodeVisible: Boolean, var FaultCodeVisible: Boolean, var ResolutionCodeVisible: Boolean)

Parameters

Name Type Description
ServMgtSetup Table Microsoft.Service.Setup."Service Mgt. Setup"
FaultAreaCodeVisible Boolean
SymptomCodeVisible Boolean
FaultCodeVisible Boolean
ResolutionCodeVisible Boolean

OnBeforeInsertExtendedText

[IntegrationEvent(False,False)]
local procedure OnBeforeInsertExtendedText(var ServiceLine: Record "Service Line")

Parameters

Name Type Description
ServiceLine Table Microsoft.Service.Document."Service Line"

OnAfterInitialize

[IntegrationEvent(True,False)]
local procedure OnAfterInitialize(var ServiceLine: Record "Service Line", var ServItemLineNo: Integer, var SelectionFilter: Option)

Parameters

Name Type Description
ServiceLine Table Microsoft.Service.Document."Service Line"
ServItemLineNo Integer
SelectionFilter Option

OnOpenPageOnBeforeSetSelectionFilter

[IntegrationEvent(False,False)]
local procedure OnOpenPageOnBeforeSetSelectionFilter(var SelectionFilter: Option)

Parameters

Name Type Description
SelectionFilter Option

See also