How to get RDF URL using RPE report in DNG?
In RPE, I am working on getting DNG custom attribute data.
To get custom attribute value I want to compare its RDF URL instead of name.
e.g. if (name == "xyz")
{
if (literalName == "abc")
{
}
}
Instead of using name and literalName,
I want to compare it using RDF URL of attributes.
Is it possible?
Comments
Fariz Saracevic
FORUM MODERATOR / JAZZ DEVELOPER Apr 02, 4:27 p.m.Hi Vikrant,
Vikrant-S Kamble
Apr 08, 8:24 a.m.Hi Fariz,
To apply java script conditions, in the custom attributes section we are not able to find any attribute related to RDF URL.
In Custom attributes RPE is showing mainly name, literalName, literalId, itemId options.
Thanks.