Skip to main content
J B (Private) 님이 * Salesforce Developers *에 질문했습니다

 Hello there, 

 

I think that is a pretty basic question, but maybe someone here can help me. Let's say that we have a record in Contact and there is an ETL that runs many times a day and many of those times it UPDATES existing records with the EXACT SAME DATA:When is SystemModstamp updated (beyond the obvious)?

Will the SystemModstamp be updated even if NO DATA has actually being changed if compared to the previous values (like in the example above)? Or is its mechanism a bit smarter and only updates SystemModstamp if the actual value of the fields has changed? 

 

Thanks 

답변 5개
  1. 2025년 2월 14일 오후 4:15

    I know this is a little late to the game, but I came across this thread as I was looking for a way to change the SystemModStamp field without firing triggers. I've done some testing and the example of changing "Mary" to "Mary" in the UI will result in the SystemModStamp field being updated. Hope this is of help to someone at some stage.

0/9000