Listview coloumn

Hi,
1.I have a listview.
2. I have several roles of users like franchise, tutor etc.
3. I want to hide list view colum role wise
4. Example some of the column wont be visible to tutor
How do i achieve this. Kindly guide me on this

Thanks in Advance

There is no such field-level security in SuiteCRM, out-of-the-box. It’s always record-level.

You can always use a technique like this to intercept the way things are shown

https://docs.suitecrm.com/blog/listview-conditional-formatting/

and combine it with code to check the user’s role so you can make the distinction. I don’t have an example for that, but you should be able to find it in the SuiteCRM code, or Google for examples. Please share your solution here if you get it to work!