mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-08 00:10:29 +08:00
WITH SECURITY_ENFORCED has been superseded by WITH USER_MODE
This commit is contained in:
parent
abc6967f2a
commit
e8eebede09
@ -438,7 +438,7 @@ public class AccountSelector {
|
||||
SELECT Id, Name, Industry
|
||||
FROM Account
|
||||
WHERE IsActive__c = true
|
||||
WITH SECURITY_ENFORCED
|
||||
WITH USER_MODE
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user