• Alfonso Moran
  • NEWBIE
  • 0 Points
  • Member since 2018

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
We are having issues with some integration packages that query some of our salesforce objects and transfer the data to other platforms; however, occasionally there are fields that are deleted without our knowledge and we would like to find out before the packages run and break when a field is no longer found, so we would like to create a query to find Deleted custom fields.
We can see the CustomField object shows us new and/or changed fields but we don’t know how to query for recently deleted fields. Do you know of any soql query that will tell us that?