PBAEnterprisePortalMain::pbaNoYes2str Method [AX 2012]

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

server public static str pbaNoYes2str(NoYes _noYes)

Run On

Server

Parameters

_noYes
Type: NoYes Enumeration
A NoYes enumeration value.

Return Value

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

ExceptionCondition
Error

An unknown NoYes enumeration value is passed as an argument.

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

Show: