Share via


PBAEnterprisePortalMain::pbaTypes2str Method [AX 2012]

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

Syntax

server public static str pbaTypes2str(Types _type)

Run On

Server

Parameters

Return Value

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

Exceptions

Exception Condition
Error

An unknown Types enumeration value is passed as an argument.

Remarks

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

See Also

Reference

PBAEnterprisePortalMain Class