Page "Human Resource Comment Sheet"

ID 5222
Namespace: Microsoft.HumanResources.Comment

Properties

Name Value
AutoSplitKey True
Caption Comment Sheet
DataCaptionExpression Caption(Rec)
DelayedInsert True
LinksAllowed False
MultipleNewLines True
PageType List
SourceTable Table Microsoft.HumanResources.Comment."Human Resource Comment Line"

Methods

Caption

procedure Caption(HRCommentLine: Record "Human Resource Comment Line"): Text

Parameters

Name Type Description
HRCommentLine Table Microsoft.HumanResources.Comment."Human Resource Comment Line"

Returns

Type Description
Text

Events

OnBeforeCaption

[IntegrationEvent(False,False)]
local procedure OnBeforeCaption(HRCommentLine: Record "Human Resource Comment Line", var Result: Text, var IsHandled: Boolean)

Parameters

Name Type Description
HRCommentLine Table Microsoft.HumanResources.Comment."Human Resource Comment Line"
Result Text
IsHandled Boolean

See also