if I use html to display references in my query result using the "when row is expanded" feature, I get the Business Object name displayed aswell as the shortcut reference.
for example the displayed result would then look like:
Product:792@Jane Smith
when it should just display:
Jane Smith
Product is the Business Object name
'Jane Smith' / {CustomerName} is the Shortcut
My html is the following:
<p><b>{CustomerName}</b></p>