• Jatin Jain
  • NEWBIE
  • 0 Points
  • Member since 2011

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

Hi All,

I have a requirement of setting field history for one of the standard field in my Custom object. No doubt, I can clearly do it via Salesforce UI and not in .object file as we do for custom fields as mentioned below :

 

<fields>

<full name>XYZ</full name>

<trackHistory>true</trackHistory>

 

I want to do it in the object file itself so that whenever I use ANT to build it,it should be done automatically and need not be a configurable option everytime I built in on a new org