Hi
I want to give a functionality to the user where they can select a Boolean (say basis state) and delete the data in a transaction list that are mapped to that state ( in a line item in the system module). see table:
State | Check to delete |
A | |
B | Y |
C | |
D | |
Since the user has selected the boolean for B, only those transactions are to be deleted that have B mapped to them.
However, since different users take care different states and all of them will be in the system at the same time, I want their selection in the grid above to be user dependent and thus the delete action to only delete their state data.
The problem i am facing is if I add a user dimension to the selection grid, I would not be able to use it in the delete action LI. If I dont separate users, they will override each other and might delete someone else's data