code below deserializes input into a list of Accounts. Which code modification should be made to insert the Accounts so that field-level security is respected?
A.
01: Public with sharing class AcctCreator
B.
05: If (SobjectType.Account, isCreatable())
C.
05: Accts = database.stripinaccesible (accts, Database. CREATEABLE);
D.
05: SobjectAcessDecision sd= Security,stripINaccessible(AccessType,CREATABLE,
Answer:
A
User Votes:
A 1 votes
50%
B 1 votes
50%
C 1 votes
50%
D 1 votes
50%
Discussions
0/ 1000
pradeepa
1 year, 9 months ago
with sharing is for record level but in this it is for field level it should be d
richardorifha.musetsho
5 months, 3 weeks ago
It should be d
Want to join our community?
Please log in or signup in order to use this feature
with sharing is for record level but in this it is for field level it should be d
It should be d