This documentation is archived and is not being maintained.
RAssetAssignBarcode.showQueryValues Method [AX 2012]
Determines whether a Select button is added to the dialog.
public boolean showQueryValues()
Run On
Server
Return Value
Type:
boolean
Always returns false, by default.
If you change the return value to true, the button is added.
If you click the Select button, the query form is displayed. Therefore, the queryRun method has to return a valid queryRun object.