Any ideas on how to implement logic in dynamic view based on current user (other than creating separate views)? For example, if Current User is Advisor, then these fields can be edited.
It knows who the current user is because the filter is setup such that if current user is advisor or employee, then row is visible.
TIA