RFIDReadWriteForm::newWMSPickForm Method [AX 2012]
Creates an RFIDReadWriteForm instance to be used with the WMSPickForm form.
client public static RFIDReadWriteForm_WMSPickForm newWMSPickForm(
FormRun _formRun,
int _parentControlId,
int _parentReadWriteId,
int _parentMultiReadId)
Run On
ClientParameters
- _formRun
- Type: FormRun Class
The WMSPickForm form to use.
- _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 ClassAn instance of the RFIDReadWriteForm_WMSPickForm class.
Show: