Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines and sets the values that are related to transfer order postings.
Syntax
client public static InventTransferOrderButtonController runForPostingButtons(
InventTransferTable _inventTransferTable,
boolean _checkCanPickingListBeUpdated,
boolean _checkCanPickingListBeRegistered,
boolean _checkCanShipmentBeUpdated,
boolean _checkCanReceiptBeUpdated)
Run On
Client
Parameters
- _inventTransferTable
Type: InventTransferTable Table
The InventTransferTable record for which the values should be determined.
- _checkCanPickingListBeUpdated
Type: boolean
A Boolean value that specifies whether to examine if a picking list update can be done.
- _checkCanPickingListBeRegistered
Type: boolean
A Boolean value that specifies whether to examine if a picking list registration can be done.
- _checkCanShipmentBeUpdated
Type: boolean
A Boolean value that specifies whether to examine if a transfer ship update can be done.
- _checkCanReceiptBeUpdated
Type: boolean
A Boolean value that specifies whether to examine if a transfer receipt update can be done.
Return Value
Type: InventTransferOrderButtonController Class
An instance of the InventTransferOrderButtonController class.