I have a custom Manager BannerObj object with a bitmapfield. I am adding a BannerObj object to the screen. I want to make the bitmapfield of the BannerObj clickable so that it opens up a url in browser.
I have tried overriding the invokeAction methods of both bitmapfield and BannerObj but Im not able to click the image nor select it.