Page "WMS Bin Content CWCAP"
ID 70345288
Properties
| Name |
Value |
| PageType |
Card
|
| ApplicationArea |
#All
|
| UsageCategory |
None
|
| Caption |
Bin Content
|
| Extensible |
False
|
Methods
GetBinCode
procedure GetBinCode(): Code[20]
Returns
| Type |
Description |
|
Code[20] |
|
SetBinCode
procedure SetBinCode(NewBinCode: Code[20])
Parameters
| Name |
Type |
Description |
|
NewBinCode
|
Code[20] |
|
GetLotNo
procedure GetLotNo(): Code[50]
Returns
| Type |
Description |
|
Code[50] |
|
SetLotNo
procedure SetLotNo(NewLotNo: Code[50])
Parameters
| Name |
Type |
Description |
|
NewLotNo
|
Code[50] |
|
SetPageTitle
procedure SetPageTitle(NewPageTitle: Text)
Parameters
| Name |
Type |
Description |
|
NewPageTitle
|
Text |
|
SetPageInstructions
procedure SetPageInstructions(NewPageInstructions: Text)
Parameters
| Name |
Type |
Description |
|
NewPageInstructions
|
Text |
|
SetBinContent
procedure SetBinContent(var NewBinContent: Record "Bin Content")
Parameters
| Name |
Type |
Description |
|
NewBinContent
|
Record "Bin Content" |
|
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