AxSalesTable.parmPdsBatchAttribAutoRes Method [AX 2012]

Gets or sets the PdsBatchAttribAutoRes value of the SalesTable record.

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
          public PdsBatchAttribAutoRes parmPdsBatchAttribAutoRes([PdsBatchAttribAutoRes _attribRes])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public PdsBatchAttribAutoRes parmPdsBatchAttribAutoRes([PdsBatchAttribAutoRes _attribRes])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public PdsSameLot parmPdsBatchAttribAutoRes([PdsBatchAttribAutoRes _attribRes])

  Microsoft Dynamics AX 2012 (FPK)
          public PdsSameLot parmPdsBatchAttribAutoRes([PdsBatchAttribAutoRes _attribRes])

Run On

Called

Parameters

Return Value

Type: PdsBatchAttribAutoRes Extended Data Type
The PdsBatchAttribAutoRes value of the SalesTable record.

Remarks

Batch Attributes enhancement

See Also

Reference

AxSalesTable Class