LedgerDimensionDefaultAccountController.addMainAccountAutoCompleteData Method [AX 2012]
Adds the AutoComplete field for the main account segment lookup purposes.
Syntax
private void addMainAccountAutoCompleteData(
LoadAutoCompleteDataEventArgs _e,
DimensionLedgerAccountType _excludeType1,
DimensionLedgerAccountType _excludeType2,
DimensionValue _filterValuePattern)
Run On
Called
Parameters
- _e
Type: LoadAutoCompleteDataEventArgs Class
The LoadAutoCompleteDataEventArgs object that is specified by the FormSegmentedEntryControl object.
- _excludeType1
Type: DimensionLedgerAccountType Enumeration
The first DimensionLedgerAccountType value to exclude main accounts of from the lookup.
- _excludeType2
Type: DimensionLedgerAccountType Enumeration
The second DimensionLedgerAccountType value to exclude main accounts of from the lookup.
- _filterValuePattern
Type: DimensionValue Extended Data Type
The pattern to use to filter the AutoComplete field values.