I need to be able to display a case field (ticketnumber) on a case form such that
- The value cannot be changed by the user
- The value can be copied from the field (CTRL-C + right click/copy)
- Solution to work on all crm supported browsers
- Solution to work with outlook as client
- Solution must use supported methods
I've tried the obvious making the field readonly which makes it un-copyable in IE8/2013 and probably other client combinations.
Just wondering if anyone has figured out the best way to do before I spend time on it. I'm tempted to use a html resource but it seems overkill...