PBAEnterprisePortalMain::pbaTypes2str Method [AX 2012]

Converts the Types enumeration value to an English string independent of the current selected language.

server public static str pbaTypes2str(Types _type)

Run On

Server

Parameters

_type
Type: Types Enumeration
A Types enumeration value.

Return Value

Type: str
A string value that corresponds to the enumeration value passed as an argument.

ExceptionCondition
Error

An unknown Types enumeration value is passed as an argument.

The Product Builder on EP has a dependency on this method.

Show: