0

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.

Fog Creek Case FC1427461

flag

1 Answer

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.

link|flag

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.