PCModelingLibrary::validateOMLIdentifier Method [AX 2012]

Validates that the specified string contains only the enabled characters for product configuration.

client server public static boolean validateOMLIdentifier(str _identifier, [boolean _displayError])

Run On

Called

Parameters

_identifier
Type: str
The identifier string to test.
_displayError
Type: boolean
A Boolean value that indicates whether an error message should be displayed if the validation fails.

Return Value

Type: boolean
true if the identifier string does not contain unauthorized characters; otherwise, false.
Show: