• ForceDeveloper.ax602
  • NEWBIE
  • 0 Points
  • Member since 2009

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies

Hi,

 

As far as i know all the CRUD and FLS permissions on Custom object can be set in the profile.

Do we still require to check the CRUD and FLS in the Apex Code by using the getDescribe and FieldDescribe functions mentioned in the Apex doc.

 

Using With Sharing keyword, i guess its ensured that current Users Profile permission and Field level permissions are enforced.

 

Is it still required to check CRUD and FLS permissions in our Apex code?

 

Any help on this will be appreciated.

 

Thanks,

Force