PDA

View Full Version : display itemid in explorer or details view


dspady
08-19-2009, 12:23 PM
Is there any way to display the ITemID as a column in the explorer tree, or in the Item Details view. I know one can use the Item Attributes pane, but that is a pain to always have to switch to it to find out this information.

Many thanks

Don Spady

kinook
08-19-2009, 02:25 PM
You could use a Title Expression attribute value like

[Item Title] || " - " || [ItemID]

on the template, then new items (and renamed items) based on that template would include the item id in the tree.

http://www.kinook.com/UltraRecall/Manual/custom_item_titles.htm

dspady
08-21-2009, 09:03 AM
Thanks. That is exactly what I wanted.

Don