What bind variables can be used in the Person Security Profile?
Summary:
We are trying to restrict offer approvers so they can only view the offers they are involved in. However, since approvers are not directly part of the offer object, we need to write a query to identify which offer the approver is attempting to access and compare it accordingly.
The challenge is that the Person Security Profile does not support certain types of bind variables. We attempted to use :{PARAMETER.SUBMISSION_ID}, but it results in an error (as shown in the attached screenshot).
Does anyone know which bind variables are supported in the Person Security Profile that could help us achieve this requirement?