Table of Contents

ReleaseContract Procedure

Codeunit Release Contract

Release a Contract.

Overloads

Name Description
ReleaseContract(Record "QWEPR Contract Header") Release a Contract.
ReleaseContract(Record "QWEPR Contract Header"; Boolean) Release a Contract.

ReleaseContract(Record "QWEPR Contract Header") Procedure

Release a Contract.

Signature

ReleaseContract(var pvContractHeader: Record "QWEPR Contract Header")

Parameters

var pvContractHeader Record "QWEPR Contract Header"

The contract that will be released.

ReleaseContract(Record "QWEPR Contract Header"; Boolean) Procedure

Release a Contract.

Signature

ReleaseContract(var pvContractHeader: Record "QWEPR Contract Header"; pSuppressErrorMessageMgt: Boolean)

Parameters

var pvContractHeader Record "QWEPR Contract Header"

The contract that will be released.

pSuppressErrorMessageMgt Boolean

Set this to true to suppress the "Error Message Mgt." functionality, and let errors be thrown. (Defaults to false if omitted).

This documentation is generated from Parrot v27.0