FormListBoxControl.configurationKeyEx Method [AX 2012]

Retrieves a list that contains the names of configuration keys that are checked for the control.

public List configurationKeyEx()

Run On

Client

Return Value

Type: List Class
A list of strings that contain the configuration key names.

The list that is retrieved does not contain duplicates. It applies to all form controls.

If the control is data-bound, the list also contains the configuration key of the table and field.

The configuration keys on these elements are also added to the list if the control has non-empty values in the properties, extended data type, or Enumtype methods.

Because of implementation details for the FormBuildMenuButtonControl class, the list does not contain the configuration keys that found on the specified menu item. However, the list does include these if the method is invoked on the FormMenuButtonControl class.

Community Additions

ADD
Show: