Sitecore Workbox, display item field for name?
问题 By default Sitecore workbox displays the item name, I want to display the "Title" field (Custom field). How can I do this? 回答1: I had a similar requirement where a client needed the Workbox to display the item's 'path' instead of it's name. The problem was that many of their items shared the same name - making it difficult to distinguish between items. Unfortunately, this change required us to make a custom implementation of the Sitecore WorkboxForm class. I would normally not recommend