Codeunit CreateCreditfromContractLines

ID 5945
Namespace: Microsoft.Service.Contract

Properties

Name Value
SingleInstance True
TableNo Table Microsoft.Service.Contract."Service Contract Line"

Methods

SetSelectionFilterNo

procedure SetSelectionFilterNo(LinesSelected: Integer)

Parameters

Name Type Description
LinesSelected Integer

InitVariables

procedure InitVariables()

Events

OnBeforeOnRun

[IntegrationEvent(False,False)]
local procedure OnBeforeOnRun(var ServiceContractLine: Record "Service Contract Line", LinesToDelete: Integer, var IsHandled: Boolean)

Parameters

Name Type Description
ServiceContractLine Table Microsoft.Service.Contract."Service Contract Line"
LinesToDelete Integer
IsHandled Boolean

See also