PBALib::aotNameGen Method [AX 2012]
Generates the name of the object to be added to the Microsoft Dynamics AX Application Object Tree (AOT).
server public static str aotNameGen(
str _prefix,
PBATable _pbaTable,
[str _suffix])
Run On
ServerParameters
- _prefix
- Type: str
The string prefix to be appended to the start of the object name.
- _pbaTable
- Type: PBATable Table
The product model.
- _suffix
- Type: str
The string suffix to be appended to the end of the object name; optional.
Show: