Share via


SysVersionControllableBase.isNewNameValid Method [AX 2012]

Checks whether the new name of the element is valid.

Syntax

public boolean isNewNameValid(str _newName)

Run On

Called

Parameters

  • _newName
    Type: str
    The new name of the element to check.

Return Value

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

Remarks

This method is called before renaming the element.

See Also

Reference

SysVersionControllableBase Class