DirPartyPostalAddressView.updateButtonsMenuItem Method

Updates the buttons for the toolbar next to the address grid.

Syntax

public void updateButtonsMenuItem(
    boolean _mainRecordExist, 
    FormFunctionButtonControl _newBtn, 
    FormFunctionButtonControl _editBtn, 
    FormFunctionButtonControl _advancedBtn, 
    FormFunctionButtonControl _deleteBtn, 
    FormFunctionButtonControl _deactivateBtn, 
    FormFunctionButtonControl _mapBtn, 
   [FormFunctionButtonControl _defaultBtn])

Run On

Called

Parameters

  • _mainRecordExist
    Type: boolean
    A Boolean value that indicates whether there is a valid party record.

Remarks

The Delete button must be a MenuItemButton object.

See Also

Reference

DirPartyPostalAddressView View