Add latest update/comment on a task into project task view
Hi All,
I am trying to create a project task view where I have a column pulling in the latest update/comment on its related task. Could anyone assist me in doing this?
Hi All,
I am trying to create a project task view where I have a column pulling in the latest update/comment on its related task. Could anyone assist me in doing this?
Adding another option for you - this doesn't have any coloring/limits, just has the update, date made and by whom, stacked. Add this to your views, note the column numbers (if it's at the end of the view and you have fewer columns then it'll work but if you want it mid-view you'll need to adjust column numbers):
column.13.displayname=Last Update column.13.sharecol=true column.13.textmode=true column.13.valuefield=lastNote:noteText column.13.valueformat=HTML column.14.sharecol=true column.14.textmode=true column.14.value=<br> column.14.valueformat=HTML column.14.width=1 column.15.linkedname=lastNote column.15.namekey=view.relatedcolumn column.15.namekeyargkey.0=lastNote column.15.namekeyargkey.1=entryDate column.15.querysort=lastNote:entryDate column.15.sharecol=true column.15.textmode=true column.15.valuefield=lastNote:entryDate column.15.valueformat=atDate column.16.sharecol=true column.16.textmode=true column.16.value=<br> column.16.valueformat=HTML column.16.width=1 column.17.linkedname=lastNote column.17.namekey=view.relatedcolumn column.17.namekeyargkey.0=lastNote column.17.namekeyargkey.1=owner:name column.17.querysort=lastNote:owner:name column.17.textmode=true column.17.usewidths=true column.17.valuefield=lastNote:owner:name column.17.valueformat=HTML column.17.width=160
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.