RetailDeploymentHierarchyUIInterface.activeRecordChanged Method [AX 2012]
Notify the UI that the active record has changed.
public void activeRecordChanged(
Common _activeRecord,
[boolean _noRecord,
boolean _isContainer,
str _noRecordName,
str _containerDescription,
int64 _containerNum])
Run On
CalledParameters
- _activeRecord
- Type: Common Table
The new active record.
- _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.
Community Additions
ADD
Show: