Hi
I have a customer that wants records to open in a new tab/window in one click. I've shown them the pop-out feature and the right-click 'Open in New Window' feature but it's too many clicks. This is D365 Online v9 with a traditional Web Interface (not Unified Interface).
I understand this can be done in JScript with Xrm.Utility.openEntityForm or the new v9 Xrm.Navigation.openForm. How do I attach JScript to a home page entity view so when the row is clicked (or a field value in a row is clicked) the JScript fires with the correct record GUID?