Skip to main content
Kodish R (MST) 님이 #Salesforce Developer에 질문했습니다
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개
  1. 2017년 3월 1일 오후 10: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