Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.

OI data record timestamps

Forgive the newbie-style question.

Does OI record created/updated timestamps for data records that is accessible?
I know it must exist for code because I can check for a 'changed since' when building a deploy....

Comments

  • No. It exists for entities because OI maintains a repository database that tracks this kind of metadata. Data records do not have their own intrinsic datetime stamp. The standard solution is to create fields in the dictionary for this and then use an MFS to update these fields. If this is for your application that uses FrameWorks, this is a part of the Audit Manager feature.
  • I thought as much RE OI. Coming from a RDBMS background I took that sort of stuff for granted.

    It seems I have some reading to do about th Audit Manager.

    Thanks Don!
  • I'm not sure we have anything well documented for this so if you find yourself spinning your wheels please post any questions in the FrameWorks category.
  • Well, there you go!
  • A bit easier to find when you gave me some key words to search for ;-)
Sign In or Register to comment.