InventTransOriginKeyValueTransfer.deleteOriginAndOwnerRelationshipFromType Method [AX 2012]
Deletes InventTransOrigin records and the relation to the originator for records that does not have transactions that are based on values that are provided by the internal map.
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
protected void deleteOriginAndOwnerRelationshipFromType(
InventTransTMPOriginKeyValueTransfer _deleteableTmpInventTransOrigin,
InventTransType _inventTransType,
TableId _originOwnerRelationShipTableId)
Microsoft Dynamics AX 2012 R2 (SYS)
protected void deleteOriginAndOwnerRelationshipFromType(InventTransType _inventTransType, TableId _originOwnerRelationShipTableId)
Microsoft Dynamics AX 2012 Feature Pack (SYS)
protected void deleteOriginAndOwnerRelationshipFromType(InventTransType _inventTransType, TableId _originOwnerRelationShipTableId)
Run On
Called
Parameters
- _deleteableTmpInventTransOrigin
Type: InventTransTMPOriginKeyValueTransfer Table
- _inventTransType
Type: InventTransType Enumeration
The InventTransType reference category of the origin.
- _originOwnerRelationShipTableId
Type: TableId Extended Data Type
The TableId ID of the table that has the relation between the origin and the originator.