cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X

Difference between updatestamp and modifystamp

ptc-1470646
1-Newbie

Difference between updatestamp and modifystamp

Hi,

What is difference between updatestamp and modifystamp?


Regards,
Dhananjay Sandbhor
1 REPLY 1

  • These columns are used to track modification or action performed on an object
    • MODIFYSTAMPA2 - thePersistInfo.modifyStamp
      • Changes whenever an object is modified from a business point of view
      • Stores the date of the last modification made on the object itself like attribute modification, iteration or Check-out
      • Appears in the UI as Modified on attribute
    • UPDATESTAMPA2 - thePersistInfo.updateStamp
      • Changes whenever an object is updated or modified by the Persistence layer
      • Stores the date of the last action made on an object like Subscribe, Set State or Reassign Life Cycle
      • Internal attribute that is normally not exposed in the UI or via supported APIs
Top Tags