SalesFormletterParmDataInvoice.parmTableMapKey Method [AX 2012]

Packs values in to string.

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 str parmTableMapKey(Common _source, [InventOwnerId_RU _inventOwnerId])

  Microsoft Dynamics AX 2012 R2 (SYS)
          protected str parmTableMapKey(Common _source, [InventOwnerId_RU _inventOwnerId])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          protected str parmTableMapKey(Common _source)

  Microsoft Dynamics AX 2012 (FPK)
          protected str parmTableMapKey(Common _source)

  Microsoft Dynamics AX 2012 (SYS)
          protected str parmTableMapKey(Common _source)

Run On

Server

Parameters

Return Value

Type: str
The formatted string.

See Also

Reference

SalesFormletterParmDataInvoice Class