Application Users- Apply Filter

HI,

I extended the Identity Application User table to include an integer field for companyId. Is there a way to filter the data in the Application Users page grid so that it only shows those users with the same companyId as the logged in user if the logged in user's companyid is not 0?

Have you tried adding a filter parameter to the load event that is returning the application users?

???? == Security.User.CompanyId

John,
Thank You. I'll try it.

This worked! Thanks: