Table of Contents

OnBeforeValidateShortcutDimCode Event

Table Contract Line

Raised before the ShortcutDimensions are being validated.

Signature

[IntegrationEvent(false, false)]
OnBeforeValidateShortcutDimCode(var ContractLine: Record "QWEPR Contract Line"; xContractLine: Record "QWEPR Contract Line"; FieldNumber: Integer; var ShortcutDimCode: Code[20]; var IsHandled: Boolean)

Parameters

var ContractLine Record "QWEPR Contract Line"

The Contract Line that is being updated.

xContractLine Record "QWEPR Contract Line"

The xRec of the Contract Line.

FieldNumber Integer

The dimension number.

var ShortcutDimCode Code[20]

The dimension value of the dimension specified in FieldNumber.

var IsHandled Boolean

Should be set to true if the dimension should not be validated. Should be honored if already set. (Handled Pattern)

This documentation is generated from Parrot v27.0