Hi Community Users
I have an Assets object type which imports data from SQL
The object type Boards have an attribute "Filter", which is configured as an Object reference to Object Type "All Filters"
Data locator = filterID - Getting the importing filter ID in from SQL data
Assets Attribute = Filter - Field for the imported Data
Object Mapping(AQL) = "Filter" = ${filterID} - the mapping of data from file to object in "All Filters"
Problem:
I map the data import by the Filter ID - And the imports works just fine - but I'm getting the Name attribute for the referenced filter(Which is the Label of "All Filters" object type.
Is there any way I can map the data AND display any other attribute from the object than the Label(Name)?
So basically Mapping only once, but then referencing the attributes from the already mapped object.
Hope you can help :-)
P.S Tried looking at this post and documentation, but not sure that this is the same use-case:
Thanks in advance
Morten