Expand my Community achievements bar.

Don’t miss the Workfront AMA: System Smarts & Strategic Starts! Ask your questions about keeping Workfront running smoothly, planning enhancements, reporting, or adoption, and get practical insights from Adobe experts.

Text Mode Help for the Task Description column

Avatar

Level 1

Hi everyone!  I'm looking for the text mode code to make the text in the Description column of a task list (or issue list I guess) a blue dot so that you can hover over it and see the entire description.

This is an older text mode, but it's SO useful and I haven't been able to find it.

Thanks a ton!

 

2 Replies

Avatar

Level 10

Hello Meghanka,

 

Do you mean like this?

 

displayname=Columnname
image.case.0.comparison.icon=true
image.case.0.comparison.leftmethod=lastNote:entryDate
image.case.0.comparison.lefttext=lastNote:entryDate
image.case.0.comparison.operator=gte
image.case.0.comparison.operatortype=date
image.case.0.comparison.righttext=$$NOW-5d
image.case.0.comparison.truetext=/static/img/r15/icons/casebuilder/light_green.gif
image.case.1.comparison.icon=true
image.case.1.comparison.leftmethod=lastNote:entryDate
image.case.1.comparison.lefttext=lastNote:entryDate
image.case.1.comparison.operator=lte
image.case.1.comparison.operatortype=date
image.case.1.comparison.righttext=$$NOW-10d
image.case.1.comparison.truetext=/static/img/r15/icons/casebuilder/light_blue.gif
image.case.2.comparison.icon=true
image.case.2.comparison.leftmethod=lastNote:entryDate
image.case.2.comparison.lefttext=lastNote:entryDate
image.case.2.comparison.operator=lte
image.case.2.comparison.operatortype=date
image.case.2.comparison.righttext=$$NOW-5d
image.case.2.comparison.truetext=/static/img/r15/icons/casebuilder/light_orange.gif
image.namevalue=lastNote:noteText
namekey=view.relatedcolumn
namekeyargkey.0=lastNote
namekeyargkey.1=noteText
querysort=lastNote:noteText
shortview=true
textmode=true
valuefield=lastNote:entryDate
valueformat=HTML

 

Regards

Lars

Avatar

Level 1

@lgaertner - Yes! THANK YOU!

I see that there is text in there for dates - what does that do?

Thanks!