SalesFormLetter.parmMCRInventTransRecid Method [AX 2012]

Sets and returns the record ID for the InventTrans record.

Syntax

public RecId parmMCRInventTransRecid([RecId _inventTransRecId])

Run On

Called

Parameters

  • _inventTransRecId
    Type: RecId Extended Data Type
    The record ID of the InventTrans record for which this method sets and returns; optional.

Return Value

Type: RecId Extended Data Type
The record ID of the InventTrans record passed.

Remarks

This is needed for the unship process. When the unship process runs, the system needs to look for the specific trans recid and only process the InventTrans record selected during the packing slip return process.

See Also

Reference

SalesFormLetter Class