Share via


RetailDeploymentHierarchyUIInterface.activeRecordChanged Method [AX 2012]

Notify the UI that the active record has changed.

Syntax

public void activeRecordChanged(
    Common _activeRecord, 
   [boolean _noRecord, 
    boolean _isContainer, 
    str _noRecordName, 
    str _containerDescription, 
    int64 _containerNum])

Run On

Called

Parameters

  • _noRecord
    Type: boolean
    True if the active record is null.
  • _isContainer
    Type: boolean
    True if the record is a container.
  • _noRecordName
    Type: str
    True if the record doesn't have a name.
  • _containerDescription
    Type: str
    The desription for the container.
  • _containerNum
    Type: int64
    The number identifying the container.

See Also

Reference

RetailDeploymentHierarchyUIInterface Interface