Hi all,
I use CenterStage SDK 1.1 (1.1.5.126 Beta) and I want to get value mapping when i retrieve my object properties (I want a i18n label instead of a code value).
In getObject method of IContentService Javadoc, i can read "...Unlike getProperties, this method does not do value mapping." .
So I try the getProperties method of IContentService but all properties values contains the value of the value mapping instead of label.
After that, i try to get my label in the PropertyPackage.getTypeInfo().getPropertyInfos(), but every getValueMap and getValueAssit of the PropertyInfo return null.
What the best way to get value mapping with DFS / CenterStage SDK ?