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
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
Comments
Erwin Kunz
Sep 21 '15, 10:16 a.m.string list did not work
Donald Nong
Sep 21 '15, 9:22 p.m.I know some users implemented similar things in String (can't remember small, medium or large), no String List.