Codeunit "Purch. Line CaptionClass Mgmt"

ID 346
Namespace: Microsoft.Purchases.Document

Properties

Name Value
SingleInstance True

Methods

GetPurchaseLineCaptionClass

procedure GetPurchaseLineCaptionClass(var PurchaseLine: Record "Purchase Line", FieldNumber: Integer): Text

Parameters

Name Type Description
PurchaseLine Table Microsoft.Purchases.Document."Purchase Line"
FieldNumber Integer

Returns

Type Description
Text

Events

OnGetPurchaseLineCaptionClass

[IntegrationEvent(False,False)]
local procedure OnGetPurchaseLineCaptionClass(PurchaseHeader: Record "Purchase Header", var PurchaseLine: Record "Purchase Line", FieldNumber: Integer, var IsHandled: Boolean, var Caption: Text)

Parameters

Name Type Description
PurchaseHeader Table Microsoft.Purchases.Document."Purchase Header"
PurchaseLine Table Microsoft.Purchases.Document."Purchase Line"
FieldNumber Integer
IsHandled Boolean
Caption Text

See also