Table of Contents

OnAfterGetWeight Event

Codeunit Qpick UoM Management

Raised after Weight is set for the combination of an Item No. and a Unit of Measure Code.

Signature

[IntegrationEvent(false, false)]
OnAfterGetWeight(ItemNo: Code[20]; UnitOfMeasureCode: Code[10]; var Weight: Decimal)

Parameters

ItemNo Code[20]

The item number.

UnitOfMeasureCode Code[10]

The unit of measure code.

var Weight Decimal

The Weight that should be sent to Qpick.

This documentation is generated from Qpick Connector v26.51