Security

Hi,
I create a record with a grid.
In my grid there is a list of requests, where I have the requestor and the manager.
When a user go to the record, i woul like him to see the requests, where he is a requestor or a manager.
Is there a way to do it?
Thanks in advance

OriginalPostID-247196

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer
    A cheap workaround for this might be to use a View for the record source entity (I think this is already best practices) - and add a column in the View where you concat the requestor & manager. Then the default filter can be like "requestorAndManager includes loggedinuser()" - i think this might work but haven't tried it, so take it with a grain of salt.
Reply
  • 0
    Certified Lead Developer
    A cheap workaround for this might be to use a View for the record source entity (I think this is already best practices) - and add a column in the View where you concat the requestor & manager. Then the default filter can be like "requestorAndManager includes loggedinuser()" - i think this might work but haven't tried it, so take it with a grain of salt.
Children
No Data