DirPartyContactInfoView.updateButtonsMenuItem Method

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

Syntax

public void updateButtonsMenuItem(
    boolean _mainRecordExist, 
    FormFunctionButtonControl _newBtn, 
    FormFunctionButtonControl _editBtn, 
    FormFunctionButtonControl _advancedBtn, 
    FormFunctionButtonControl _deleteBtn, 
    FormFunctionButtonControl _deactivateBtn)

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 menu item button.

See Also

Reference

DirPartyContactInfoView View