InventTransferOrderCopying_BR::newCancelInventTransferJour Method [AX 2012]

Creates the InventTransferOrderCopying_BR object to cancel the related fiscal document

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          client server public static InventTransferOrderCopying_BR newCancelInventTransferJour(InventTransferJour _inventTransferJour, [ReasonTableRefRecId _reasonRefRecId])

  Microsoft Dynamics AX 2012 R2 (SYS)
          client server public static InventTransferOrderCopying_BR newCancelInventTransferJour(InventTransferJour _inventTransferJour)

Run On

Called

Parameters

  • _inventTransferJour
    Type: InventTransferJour Table
    The record used to initialize the InventTransferOrderCopying_BR class

Return Value

Type: InventTransferOrderCopying_BR Class
A new instance of InventTransferOrderCopying_BR

See Also

Reference

InventTransferOrderCopying_BR Class