Notifications
Clear all
Topic starter
Centricity Version CPS 9.5
I would like to able to pull in all the dates a specific obs term.
Currently we are using {LastOBSDate("TD Booster")} - I want to be able to show all the dates if more than one booster was given.
I do not see any OBS Terms in the dictionary that will do this.
Any help is appreciated.
Thank-you,
Nancy
Posted : August 7, 2012 2:16 am
Nancy, we are also on CPS 9.5. You should be able to use the following to get what you're looking for....
{getfield(list_obs("TD BOOSTER","signed","list","valuedate"),")","(,")}
Hope this helps.
Scott
Posted : August 7, 2012 3:50 am