I'd like to launch two URLs from other sites in separate windows when selecting a record. Something like this:
1. in view, user clicks a row or a field(column value) in a row
2. the click doesn't change the current view details
3. rather, the on click event opens two URLs from external sites in different windows
How do I make this happen?
Thanks in advance