Share via


RFIDReadWriteForm::newWMSPickForm Method [AX 2012]

Creates an RFIDReadWriteForm instance to be used with the WMSPickForm form.

Syntax

client public static RFIDReadWriteForm_WMSPickForm newWMSPickForm(
    FormRun _formRun, 
    int _parentControlId, 
    int _parentReadWriteId, 
    int _parentMultiReadId)

Run On

Client

Parameters

  • _parentControlId
    Type: int
    The control that should contain the RFID server and device setup.
  • _parentReadWriteId
    Type: int
    The control that should contain the "read tag" and "write tag" buttons.
  • _parentMultiReadId
    Type: int
    The control that should contain the "read tags" button.

Return Value

Type: RFIDReadWriteForm_WMSPickForm Class
An instance of the RFIDReadWriteForm_WMSPickForm class.

See Also

Reference

RFIDReadWriteForm Class