FormListControl.name Method [AX 2012]

Gets or sets the name that is used in code to identify a form, report, table, query, or other Microsoft Dynamics AX application object.

public str name([str value])

Run On

Client

Parameters

value
Type: str
The name to assign to the control; optional.

Return Value

Type: str
The name that is used in code to identify an application object.

The name property value of an object must meet the following criteria to avoid code conflicts:

  • It must start with a letter.

  • It cannot exceed 250 characters.

  • It can include numbers and underscore (_) characters.

  • It cannot include punctuation or spaces.

  • Tables cannot have the same name as other public objects, such as extended data types, base enums, or classes.

Community Additions

ADD
Show: