Currently I have a calculated column in my child list that builds a URL. What I would prefer to do is have a dummy field “Open Link” that on click calls a function in my custom js. Is something like this possible?
I should have mentioned I will need to pass two values from the child item to the function on click so that I can build my url and open it in a new window.