Activity Forums Salesforce® Discussions How to check field level security of a custom object field for the current user before updating in class?

  • Gourav

    Member
    June 8, 2016 at 10:36 am

    Hi

    You can use Schema class and its methods to check field level security of custom object before updating it.

    e.g

    Schema.sObjectType.Your_Object_API.fields.Field_API.isUpdateable()

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos