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

Server

Parameters

_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.

Return Value

Type: str
The string value for the name of the new AOT object.

This method is called by the PBA class compiler and form generators.

Show: