Portal Engine Questions on portal engine and web parts.
Version 7.x > Portal Engine > Option to display TaskID in the View modes: 
User avatar
Member
Member
JAA - 1/29/2014 10:46:00 AM
   
Option to display TaskID in the
Is there an option (or enhancement) to display the content staging TaskID in the Tools->Staging UI?

Also, There is the "Advanced Export" Action which will allow me to export the tasks, but I would like TaskID in there also.

Thanks

User avatar
Member
Member
kentico_sandroj - 1/29/2014 3:38:16 PM
   
RE:Option to display TaskID in the
Hello,

This is possible by extending the UniGrid definition: ~\CMSModules\Staging\Tools\AllTasks\Tasks.aspx.cs. Since the field is already available as a part of the Staging table, it should not be a big issue to add it to the UniGrid. Please see the documentation here and here and let us know if you run into any question or issues.

Best Regards,
Sandro

User avatar
Member
Member
JAA - 1/30/2014 5:02:00 PM
   
RE:Option to display TaskID in the
awesome, thanks!