Hi,
I'm trying to implement a feature where User Can Select Multiple Documents and then Click a Menu Item, say, "Mass Edit Attributes" and then he is presented With a SCREEN that displays only CUSTOM attributes controls and not the Upload, Edit MetaData and Pemrissions Control.
I was able to create menu item but on its Edit Click whe I'm redirected then i'm presented with All Controls (Upload, Edit MetaData, Pemrisions, Custom) but i needed Only One i.e. Custom Controls to be displayed.
So for that I simply declared:
_showUpload=False,
_showMetaData=False,
_showPermissions=False
But then I'm getting "Object reference not set to an instance of an object."
So my question is, is it possible to implement the feature i'm trying to implement above? or Do we have any Other provision to Accomplish this task of mine?
Thanks,
Gaurav.