Table of Contents

OnBeforeViewCreatedDocuments Event

Codeunit View Created Docs.

Raised first in the ViewCreatedDocuments() function.

Signature

[IntegrationEvent(false, false)]
OnBeforeViewCreatedDocuments(ContractHeader: Record "QWEPR Contract Header"; var IsHandled: Boolean)

Parameters

ContractHeader Record "QWEPR Contract Header"

The contract that was used to create documents.

var IsHandled Boolean

Should be set to true to suppress this function. Should be honored if already set. (Handled Pattern)

This documentation is generated from Parrot v27.0