PCModelingLibrary::validateAttributeNameAgainstOMLSyntax Method [AX 2012]

Validates an attribute name against the syntax of the Optima modeling language.

client public static boolean validateAttributeNameAgainstOMLSyntax(PCName _attributeName)

Run On

Client

Parameters

_attributeName
Type: PCName Extended Data Type
An attribute name.

Return Value

Type: boolean
true if the attribute name is valid; otherwise, false.
Show: