Can a Belongs-to field use a display name to show the values?
It seems not, and am wondering if there’s a way to do that.
I have a page, with a belongs-to field in the template, pointing to some organizations, and a displayName function that returns the name. It works fine.
But, I’d like to have it display the values using an existing Display Name component for this.
However, on the page, the field for this business object is not named Organization, it’s named Author Organization to match the context of the fields use.
My understanding is that you can’t get the display name component to work in this scenario, so I create a utility method to put together an html string of the same info coming from the display name component.
But that doesn’t display it actually shows the html.
Do I have any options here?