WITH SECURITY_ENFORCED has been superseded by WITH USER_MODE

This commit is contained in:
Daniel Ballinger 2026-03-25 14:20:50 +13:00
parent abc6967f2a
commit e8eebede09

View File

@ -438,7 +438,7 @@ public class AccountSelector {
SELECT Id, Name, Industry
FROM Account
WHERE IsActive__c = true
WITH SECURITY_ENFORCED
WITH USER_MODE
];
}