LogisticsLocationFormHandler.callerUpdateButtons Method [AX 2012]

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

Syntax

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

Run On

Called

Parameters

  • _isPrimary
    Type: boolean
    A Boolean value that indicates whether the location is primary.

See Also

Reference

LogisticsLocationFormHandler Class