Share via


InventOnHandQty.pdsCWRegistered Method [AX 2012]

Retrieves the value of the PdsCWRegistered field.

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 PdsCWInventQty pdsCWRegistered()

  Microsoft Dynamics AX 2012 R2 (SYS)
          display PdsCWInventQty pdsCWRegistered()

Run On

Called

Return Value

Type: PdsCWInventQty Extended Data Type
The value of the PdsCWRegistered field.

Remarks

The method first retrieves an InventSum record and then returns the value of the PdsCWRegistered field.

See Also

Reference

InventOnHandQty Class