Skip to content

Instantly share code, notes, and snippets.

@atulgupta31
Created May 1, 2016 16:53
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atulgupta31/b08c903beb3e75caa4d53c2c6c723869 to your computer and use it in GitHub Desktop.
Save atulgupta31/b08c903beb3e75caa4d53c2c6c723869 to your computer and use it in GitHub Desktop.
// Get the field describe result for the Name field on the Account object
Schema.DescribeFieldResult dfr = Schema.sObjectType.Account.fields.Name;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment