Remember previous value of the field

Hello, is it possible to remember the previous value of the field for example UID_Department in Person table without using time trace database? 

OIM 8.1.3

Parents
  • You can enable History Features (Common\ProcessState\PropertyLog) without an additional database.

    However, the values are only stored for a period of <LifeTime>, regardless of how often they have been changed.

    If you only need the previous value for a single field at any time, you might want to save the old value to a separate field when it gets updated (in the column template or format script).

Reply
  • You can enable History Features (Common\ProcessState\PropertyLog) without an additional database.

    However, the values are only stored for a period of <LifeTime>, regardless of how often they have been changed.

    If you only need the previous value for a single field at any time, you might want to save the old value to a separate field when it gets updated (in the column template or format script).

Children
No Data