CCM: What is the best way to implement a state change history I can query
![]()
CLM5.0.2
Hi there I would like to implement a state change history on story using calculated values. My idea is to have new attributes LastStatus where is save the actual status. Each time the Actual State is different than the LastStatus, i want to save the State/Date pair somewhere What attribute type shall I use? large string with "[New, 20150805];[IN PROGRESS, 20150815]" string list with "[New, 20150805]" "[IN PROGRESS, 20150815]" any other idea? Thank you erwin |
One answer
![]()
The best way is nothing :-)
The Report Builder allows me to report more or less what I need |
Comments
string list did not work
I know some users implemented similar things in String (can't remember small, medium or large), no String List.