SqlDataDictionary.name Method [AX 2012]
Translates any object name into a valid SQL database object-name; that is, valid for the database currently connected.
public str name(
str bmsname,
[FieldId fieldId,
int arrayindex])
Run On
ServerParameters
- bmsname
- Type: str
A string that contains the Microsoft Dynamics AX object name.
- fieldId
- Type: FieldId Extended Data Type
A field, or object identification (0 for not applicable) used for uniquely identifying an object; optional.
- arrayindex
- Type: int
A field index (0 for not applicable), that is, an array field's arrayindex'th entry, such as Dimension[2]; optional.
Community Additions
ADD
Show: