Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
Resolved by next code:
LWCNormalizedObject obj = new LWCNormalizedObject(persistable, null, locale, null);
obj.load(attributeInnerName);
String displayName = obj.getAttributeDescriptor(attributeInnerName).getLabel();
Resolved by next code:
LWCNormalizedObject obj = new LWCNormalizedObject(persistable, null, locale, null);
obj.load(attributeInnerName);
String displayName = obj.getAttributeDescriptor(attributeInnerName).getLabel();
