Table "Service Comment Line"

ID 5906
Namespace: Microsoft.Service.Comment

Properties

Name Value
Caption Service Comment Line
DataCaptionFields 1,2
DrillDownPageID Page Microsoft.Service.Comment."Service Comment Sheet"
LookupPageID Page Microsoft.Service.Comment."Service Comment Sheet"
DataClassification CustomerContent

Fields

Name Type Description
Type Enum Microsoft.Service.Comment."Service Comment Line Type"
"No." Code[20]
"Table Line No." Integer
"Line No." Integer
Comment Text[80]
Date Date
"Table Subtype" Enum Microsoft.Service.Comment."Service Comment Table Subtype"
"Table Name" Enum Microsoft.Service.Comment."Service Comment Table Name"
SystemId Guid
SystemCreatedAt DateTime
SystemCreatedBy Guid
SystemModifiedAt DateTime
SystemModifiedBy Guid
SystemRowVersion BigInteger

Methods

SetUpNewLine

procedure SetUpNewLine()

DeleteComments

procedure DeleteComments(TableName: Option, TableType: Option, DocNo: Code[20])

Parameters

Name Type Description
TableName Option
TableType Option
DocNo Code[20]

DeleteServiceInvoiceLinesRelatedComments

procedure DeleteServiceInvoiceLinesRelatedComments(ServiceHeader: Record "Service Header")

Parameters

Name Type Description
ServiceHeader Table Microsoft.Service.Document."Service Header"

Events

OnAfterSetUpNewLine

[IntegrationEvent(False,False)]
local procedure OnAfterSetUpNewLine(var ServiceCommentLineRec: Record "Service Comment Line", var ServiceCommentLineFilter: Record "Service Comment Line")

Parameters

Name Type Description
ServiceCommentLineRec Table Microsoft.Service.Comment."Service Comment Line"
ServiceCommentLineFilter Table Microsoft.Service.Comment."Service Comment Line"

OnBeforeTestTableLineNo

[IntegrationEvent(False,False)]
local procedure OnBeforeTestTableLineNo(ServiceCommentLine: Record "Service Comment Line", var IsHandled: Boolean)

Parameters

Name Type Description
ServiceCommentLine Table Microsoft.Service.Comment."Service Comment Line"
IsHandled Boolean

See also