InventTransferOrderButtonController::runForJournalButtons Method [AX 2012]

Determines and sets the values that are related to transfer order journals.

Syntax

client public static InventTransferOrderButtonController runForJournalButtons(
    InventTransferTable _inventTransferTable, 
    boolean _checkHasPickingListJournal, 
    boolean _checkHasTransferJournal)

Run On

Client

Parameters

  • _inventTransferTable
    Type: InventTransferTable Table
    The InventTransferTable record for which the values should be determined.
  • _checkHasPickingListJournal
    Type: boolean
    A Boolean value that specifies whether to examine if the transfer order has picking lists.
  • _checkHasTransferJournal
    Type: boolean
    A Boolean value that specifies whether to examine if the transfer order has transfer order journals.

Return Value

Type: InventTransferOrderButtonController Class
An instance of the InventTransferOrderButtonController class.

See Also

Reference

InventTransferOrderButtonController Class