Customize Review Activity layout
As I get a lot of feedback from our Linemanagers that the ReviewActivity page doesnt provide information in a way that they "would like to have it" I thought about maybe I could alter the layout a little.
Is there a way to do this ?
Basically just keep the "squares" and get rid of the rest ?
Thanks a lot in advance
Andreas
Answers
Knowing more now than I did at the time, if I had to do it over again I would make a copy of the controller.js / view.html file for this page, have IIS redirect from these files to my copies of them inside of /CustomSpace/ and I would make my changes to the way the page is constructed there (essentially following a pattern @Ryan_Lane has expertly demonstrated in other threads). It's a little more work with code, but I think it is a better and possibly more performant way of doing it.
@Andreas_Voigt
As the others in this thread have stated, there's no template file for this page, so customization have to be done in custom.js, and will always be dependent on Ciresons layout staying the same between versions.
But as of v9.4.1 this code will get you what you need: