SalesQuotationToLineUpdatePrompt.addNewFieldsToDialog Method [AX 2012]

Adds new fields to the dialog box.

Syntax

protected void addNewFieldsToDialog(
    DialogGroup _dialogGroup, 
    Dialog _dialog, 
   [boolean _refreshable])

Run On

Called

Parameters

  • _dialog
    Type: Dialog Class
    The Dialog object to add the field to.
  • _refreshable
    Type: boolean
    A Boolean value that indicates whether the new field can be refreshed; optional.

See Also

Reference

SalesQuotationToLineUpdatePrompt Class