I have a resultlist called "Applications"
I have a page scope UI called "Applications cell click" with 2 variables "ApplicationID" and "Decision"
On the resultlist(Applications) i publish this UI event(onCellClick) and set the "ApplicationID" and "Decision" variables with certain selected row attributes WITH a condition that the "CellClick" should trigger only if the clicked column index is 1 for example..
I have a dataservice which should execute on (Applications cell click) event.
When i deploy the application nothing happens when i click the cell. Am i missing something ?