Table "Comment Line"

ID 97
Namespace: Microsoft.Foundation.Comment

Properties

Name Value
Caption Comment Line
DrillDownPageID Page Microsoft.Foundation.Comment."Comment List"
LookupPageID Page Microsoft.Foundation.Comment."Comment List"
DataClassification CustomerContent

Fields

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

Methods

SetUpNewLine

procedure SetUpNewLine()

RenameCommentLine

procedure RenameCommentLine(TableName: Enum "Comment Line Table Name", OldNo: Code[20], NewNo: Code[20])

Parameters

Name Type Description
TableName Enum Microsoft.Foundation.Comment."Comment Line Table Name"
OldNo Code[20]
NewNo Code[20]

Events

OnAfterSetUpNewLine

[IntegrationEvent(False,False)]
local procedure OnAfterSetUpNewLine(var CommentLineRec: Record "Comment Line", var CommentLineFilter: Record "Comment Line")

Parameters

Name Type Description
CommentLineRec Table Microsoft.Foundation.Comment."Comment Line"
CommentLineFilter Table Microsoft.Foundation.Comment."Comment Line"

See also