If I have a data type with a privacy rule that uses a field of type user to constrain access by rule of user field is current user, then the everyone else permission is no access to any fields and not find in searches.
Is it an issue that when I have a url parameter that is of the data type with a value equal to a unique id of an entry that should be inaccessible to current user that the expression of determination if that parameter is empty shows as false?
My expectation was since user through privacy rules has zero access and can not find in searches the expression would result in is empty true since the data type entry should not be found. Instead it seems an issue as it implies an entry of that type with that unique id does in fact exist. This is an issue because if the url parameter value is of a unique id that doesn’t exist it correctly returns expression of is empty as true.
Shouldn’t a dynamic expression referencing a url parameter of a data type with value equal to a unique id in database that is not available for current user to find in searches show as is empty true?