LogisticsLocationFormHandler.callerUpdateButtons Method [AX 2012]

Controls the action buttons for the address depending on the record buffer.

public void callerUpdateButtons(
    FormFunctionButtonControl _newBtn, 
    FormFunctionButtonControl _editBtn, 
    FormFunctionButtonControl _deleteBtn, 
   [FormFunctionButtonControl _mapBtn, 
    FormFunctionButtonControl _deactivateBtn, 
    FormFunctionButtonControl _defaultBtn, 
    boolean _isPrimary])

Run On

Called

Parameters

_newBtn
Type: FormFunctionButtonControl Class
A FormFunctionButtonControl control for the New button.
_editBtn
Type: FormFunctionButtonControl Class
A FormFunctionButtonControl control for the Edit button.
_deleteBtn
Type: FormFunctionButtonControl Class
A FormFunctionButtonControl control for the Clear/Delete button.
_mapBtn
Type: FormFunctionButtonControl Class
A FormFunctionButtonControl control for the Map button.
_deactivateBtn
Type: FormFunctionButtonControl Class
A FormFunctionButtonControl control for the Deactivate button.
_defaultBtn
Type: FormFunctionButtonControl Class
A FormFunctionButtonControl control for the Default button.
_isPrimary
Type: boolean
A Boolean value that indicates whether the location is primary.

Community Additions

ADD
Show: