Hello,
We are making a configuration that will timestamp when a certain field is changed (this will help with some of our processes and create a queue of work items in the order of oldest to most recent). So far, we have it where it will update when the targeted field is update (ReviewField). But, it will blank itself out if any other field is updated. How can we prevent it from updating if it is not changed? The current derived field configuration is below.
Item is a BusinessClass
owned by ic
Derived Fields
ReviewTimestamp is a DerivedField
type is TimeStamp
if (ReviewField changed)
ReviewTimestamp = update stamp.timestamp