Solved
How to get display name of the attribute?
Hi.
How can i get display name of the attribute by java code?
Thanks.
Hi.
How can i get display name of the attribute by java code?
Thanks.
Resolved by next code:
LWCNormalizedObject obj = new LWCNormalizedObject(persistable, null, locale, null);
obj.load(attributeInnerName);
String displayName = obj.getAttributeDescriptor(attributeInnerName).getLabel();
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.