PBAEnterprisePortalMain::pbaFieldProperty2str Method [AX 2012]

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

Syntax

server public static str pbaFieldProperty2str(PBAFieldProperties _pbaFieldProperty)

Run On

Server

Parameters

Return Value

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

Exceptions

Exception Condition
Error

An unknown field property is passed as an argument.

Remarks

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

See Also

Reference

PBAEnterprisePortalMain Class