Table of Contents

Page "WMS Tracking Info CWCAP"

ID 70345292
Namespace: CapVision.Logistics.WMS.InventoryInformations

Properties

Name Value
PageType Card
ApplicationArea #All
UsageCategory None
Caption Tracking informations
Extensible False

Methods

SetTrackingFilters

procedure SetTrackingFilters(InfoItemNo: Code[20]; InfoVariantCode: Code[20]; InfoBinCode: Code[20]; InfoLotNo: Code[50]; InfoSerialNo: Code[50]; InfoPackageNo: Code[50])

Parameters

Name Type Description
InfoItemNo Code[20]
InfoVariantCode Code[20]
InfoBinCode Code[20]
InfoLotNo Code[50]
InfoSerialNo Code[50]
InfoPackageNo Code[50]

Events

OnInitializeComponents

[IntegrationEvent(False,False)]
local procedure OnInitializeComponents(var Template: Text)

Parameters

Name Type Description
Template Text

OnLoadPage

[IntegrationEvent(False,False)]
local procedure OnLoadPage(var Payload: JsonObject)

Parameters

Name Type Description
Payload JsonObject

OnBeforeOnAction

[IntegrationEvent(False,False)]
local procedure OnBeforeOnAction(Sender: JsonObject; SenderId: Text; EventArgs: JsonObject; var IsHandled: Boolean; var ReloadPage: Boolean; var ClosePage: Boolean)

Parameters

Name Type Description
Sender JsonObject
SenderId Text
EventArgs JsonObject
IsHandled Boolean
ReloadPage Boolean
ClosePage Boolean

See also