I'm developing a plugin which adds a new field to the CBug object (joining on the Bug table) and I want to add filter options, a search axis, etc. Do I really have to implement all those interfaces? I heard through the grapevine that there's a nice wrapper library, BugField where I can do it in one quick shot.
|
0
|
You heard right(ly)! The BugField library makes it easy. Learn how to use it and download some sample code here on the plugin developers site. The article still needs to be written, but there is sample code attached to that page. |
|||
|
|