PBAEnterprisePortalMain::pbaFieldProperty2str Method [AX 2012]

Converts a PBAFieldProperties enumeration value to an English string value independent of the local regions of AX.

server public static str pbaFieldProperty2str(PBAFieldProperties _pbaFieldProperty)

Run On

Server

Parameters

_pbaFieldProperty
Type: PBAFieldProperties Enumeration
A PBAFieldProperties enumeration value.

Return Value

Type: str
An English string that corresponds to the enumeration value that is passed as an argument.

ExceptionCondition
Error

An unknown field property is passed as an argument.

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

Show: