I've been working on a customization that would make a particular custom attributed non-editable if the user does not have a certian role. I have this working in import and checkin by getting the the "docbaseoject" and looking through the attributes until I find the one I want to restrice.
Now that I'm trying to make the same change to the properties, I don't see a docbaseobject on the JSP. Is there something else I can use to get the attributes, or do I need to customize the jsp to add the docbaseobject?