Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. 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();