Hey All,
I'm hoping someone can point me in the right direction. I have a PCF on a form displaying fields from an unrelated record in a Model Driven App. This is working as expected but i'd like to enhance it by adding a Hyperlink for lookup fields.
I'm using the Fabric UI, and currently have Lookup field values rendering as a TextField, I'd like to change these so they're Hyperlinks so that the user can click them to access the record.
So far I've tried:
- Adding a href to the 'value =' component of a text field. Unable to add as only sting values accepted
- Using the Link control, this displays a hyperlink but not as a field i.e. with a label and value
Any pointers would be much appreciated.