The xFlow interface 'View Details' or '/ViewAttributes' commands show a pop-up that displays attribute labels, but no data is shown for any attribute.
Release : 17.2 or higher
Component : SERVICE DESK MANAGER
The issue arose because of an added a ‘web_url’ attribute to the list of fields visible in xFlow.
The web_url contains an SDM reference to port 8080, whereas xFlow in the implementation was on port 9002, the call to retrieve the details threw a cross-site scripting error and failed.
Consequently no data was shown on the ‘View attributes’ panel for the ticket.
Remove the ‘web_url’ attribute from the list of fields, and the remaining fields should display.