Hi all,
I have requirement to display custom icon for a specific object type (sub type of dm_document). According to WDK Dev guide, this is possible to configure in WDK 5.3 by putting icon gif images of 16x16 and 32x32 pixel with file format as
t_customtype_16.gif and t_customtype_32.gif under \custom\theme\documentum\icons\type folder.
The expectation is that WDK will pick up this icon image and show beside the object of this custome type in WDK.
Unfortunately this is not happening and i am out of ideas as to how to solve or debug this problem. I have restarted the app server and cleared cashes too. We are using WDK 5.3 SP6
I have gone through the following threads and solution notes which already discussed this issue
https://solutions.emc.com/emcsolutionview.asp?id=esg26683
https://forums.emc.com/forums/thread.jspa?tstart=0&threadID=4946
I may be wrong My feeling is that format for object is taking presedence over the icon image hence no show! The suggestion is to put the following in some jsp file
<dmfx:docbaseicon type='custom_type' size='16'/>
If somebody has tried the above and successfull please advise which jsp file? and where to put this tag. Any other suggestions welcome.
Thanks for any help.