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
ServerParameters
- _pbaFieldProperty
- Type: PBAFieldProperties Enumeration
A PBAFieldProperties enumeration value.
Return Value
Type: strAn English string that corresponds to the enumeration value that is passed as an argument.
Show: