I have a implemented a Role Select Restricting Condition on a table which limits the records that are returned when performing a select on that table.
This works fine but when I execute a Job that executes a select on that table the Resticting Condition is not applied and all table records are returned.
This seems like incorrect behaviour to me.
Is this by design?