#RPE #DNG How can I access a custom attribute with a custom data type from DNG with RPE?
Hi,
I have created a custom attribute "Region of Markets" in DNG with a custom data type "t_region". Now I want to read out the values in RPE. I have tried to follow your last advise: https://jazz.net/forum/questions/252825/rpe-dng-how-can-i-add-attributes-from-a-dng-module-to-the-data-source-schema-in-rpe . Unfortunately it did not work. I could not read out any of the content of my attribute "Region of Markets".
Thanks in advance!
Accepted answer
The example provided works only for "String" data type. Depending on the attribute data type (t_region), you need to modify the data attribute used. What kind of value does "t_region" use? Is it Enumerated list of values? If so, you can use name (dataSource/artifact/collaboration/attributes/objectType/customAttribute/name) for filtering and literalName (dataSource/artifact/collaboration/attributes/objectType/customAttribute/literalName) for printing.
Comments
showing 5 of 8
show 3 more comments
Comments
Fariz Saracevic
FORUM MODERATOR / JAZZ DEVELOPER May 17 '18, 9:10 a.m.