FormBuildComboBoxControl.name Method [AX 2012]
Gets or sets the name that is used in the code to identify a form, report, table, query, or another Microsoft Dynamics AX application object.
The name property value of an object must meet the following criteria to avoid code conflicts:
-
Begins with a letter.
-
Doesn't exceed 250 characters.
-
Can include numbers and underscore characters.
-
Cannot include punctuation or spaces.
-
Tables cannot have the same name as other public objects, such as extended data types, base enumeration types, classes, and so on.
Community Additions
ADD
Show: