Skip to main content
Hi,

Is that available 'SystemModstamp' field in Custom Object History level?

For Example:

Custom Object: Done__c (having 'SysmtemModstamp' field)

History Object: Done__History (not having 'SystemModstamp' field)

Is that correct or not?

Please let me know.
3 Antworten
  1. 1. März 2017, 22:59
    SystemModstamp wouldn't be necessary on a History object. You just use CreatedDate. I'll explain further:

    The "History" objects, regardless if it is tracking a Standard or Custom object, are chronological log of field changes on an object.

    Each record in the log is created and then never modified. Therefore, they only need the date the record was created on the History objects. That field is "CreatedDate."
0/9000