Table of Contents

KVSKBAMultipleCarrierList

Events

OnSetCarrierOnBeforeInsertRec(Record KVSKBACarrier, Record KVSKBACarrier) :

Summary: Integration event raised before inserting a record into the list page. Allows to modify the record being inserted based on the source carrier record.

[IntegrationEvent(false, false)]
local procedure OnSetCarrierOnBeforeInsertRec(var TargetKVSKBACarrier: Record "KVSKBACarrier"; var SourceKVSKBACarrier: Record "KVSKBACarrier"): 

Parameters:

  • TargetKVSKBACarrier: The record of the list page that is about to be inserted. Modifiable.
  • SourceKVSKBACarrier: The carrier record from which the list page record is being created. Readonly.

Remarks: Use this event to modify the fields of the list page record before it is inserted. For example, you can set the Length field based on the Additional Package field of the source carrier record.