Skip to main content
November 4, 2024

security based combo box

  • November 4, 2024
  • 1 reply
  • 0 views

All, 

We currently have a combo box (with entities) in a dashboard but we would like to make this list a bit smaller and based on the security rights a users has. 

I want to solve this with a XFBR which i afterwards attach to a parameter and that parameter in a combo box. 

Does somebody has an example of this XFBR code which i can look into? Or is there a better way to do this.

 

Thanks

1 reply

November 5, 2024

Hi, 
I would attach a where clause directly in your entity parameter.
Eg. E#Entity.Base.Where(UserInReadDataGroup =True)


jurgenkaiser12_0-1730835861587.png

Dont think you need to over complicate and use an XFBR