I have an object ProjectResource with an attribute Resource of Type Resource. In my Resource object, I have a business rule below that should READ PROTECT against Resources belonging to different Tenants:
If Resource.Tenant<>LoggedInSystemUser.Tenant Then
READ PROTECT Resource FROM ALL EXCEPT Administrator AND System
The drop down list, however is displaying Resources form all Tenants, and not just the Tenant of the logged in user.
So, this seems like a bug to me.