Table "Fin. Charge Comment Line"
ID 306
Namespace: Microsoft.Sales.FinanceCharge
Properties
Fields
Name
Type
Description
Type
Option
"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
procedure CopyComments(FromType: Integer, ToType: Integer, FromNumber: Code[20], ToNumber: Code[20])
Parameters
Name
Type
Description
FromType
Integer
ToType
Integer
FromNumber
Code[20]
ToNumber
Code[20]
procedure DeleteComments(DocType: Option, DocNo: Code[20])
Parameters
Name
Type
Description
DocType
Option
DocNo
Code[20]
procedure ShowComments(DocType: Option, DocNo: Code[20], DocLineNo: Integer)
Parameters
Name
Type
Description
DocType
Option
DocNo
Code[20]
DocLineNo
Integer
Events
[IntegrationEvent(False,False)]
local procedure OnAfterSetUpNewLine(var FinChargeCommentLineRec: Record "Fin. Charge Comment Line", var FinChargeCommentLineFilter: Record "Fin. Charge Comment Line")
Parameters
[IntegrationEvent(False,False)]
local procedure OnBeforeCopyComments(var FinChargeCommentLine: Record "Fin. Charge Comment Line", ToType: Integer, var IsHandled: Boolean, FromType: Integer, FromNumber: Code[20], ToNumber: Code[20])
Parameters
See also