OnBeforeUpdateContractEntryOnPostingAfterSalesCrMemoLineInsert Event
Codeunit Contract Posting Mgt.
Raised after a SalesCrMemoLine is inserted on a sales credit memo, if the SalesLine that the SalesCrMemoLine is created from is connected to a contract.
Signature
[IntegrationEvent(false, false)]
OnBeforeUpdateContractEntryOnPostingAfterSalesCrMemoLineInsert(var SalesCrMemoLine: Record "Sales Cr.Memo Line"; SalesLine: Record "Sales Line"; var ContractEntry: Record "QWEPR Contract Entry"; var ContractLine: Record "QWEPR Contract Line"; var IsHandled: Boolean)
Parameters
var SalesCrMemoLine
Record "Sales Cr.Memo Line"
The Sales Cr Memo Line that is inserted.
SalesLine
Record "Sales Line"
The Sales Line that the SalesCrMemoLine is created from.
var ContractEntry
Record "QWEPR Contract Entry"
The Contract Entry connected to the SalesLine.
var ContractLine
Record "QWEPR Contract Line"
The Contract Line that the SalesLine originates from.
var IsHandled
Boolean
Should be set to true to disable verification and updates of the contract, normally caused by the credit process. Should be honored if already set. (Handled Pattern)
This documentation is generated from Parrot v22.15.192903.0