Getting attribute values in reference selector dropdown

0
Hello Experts,   I am getting list of Model Objects as response from “Call Teamcenter Service” action, User object is generalized to Model Object. I need to get to the attribute that is present on User object. We can achieve this by adding a dataview which will have servicedata as the return from microflow, and use a list view inside the dataview and get User objects from “Specialization” as shown in screenshot 1 below. But i need to list down “userid” in reference selector(screenshot2). Any idea how to achieve this requirement?. Thanks, Guru
asked
2 answers
1

Your datamodel needs to be user 1 – * Servicedata. Then on in your dataview of Servicedata you can implement the reference selector. Then select the correct association and desired attribute.

answered
1

If you have done as per Sjors, then double click the list view and select the editable to YES

answered