Hi all, |
Re: attribute value inheritance
Try:
inherited, inheritedDef, inheritedVal
Declaration
string inherited({Object o|Module m|Project p
|Folder f|Item i|View v}
[,AttrType at])
string inherited{Def|Val}(Module m, AttrDef ad)
Operation
These functions set access control to be inherited rather than specific.
The first form does this for object o, module m, project p, folder f, item i,
or view v. Optionally, for a module, the access record can be for a
specific attribute type at.
The inheritedDef function does this for the attribute definition ad in module m.
The inheritedVal function does it for the attribute value of the attribute
definition ad in module m.
If the operation succeeds, returns null; otherwise, returns an error message.
|
Re: attribute value inheritance https://www.ibm.com/developerworks/forums/thread.jspa?messageID=14852706
|
Re: attribute value inheritance SystemAdmin - Thu Oct 11 04:12:42 EDT 2012
Only I thought it didn't work because I set the attribute to inherit its values when it already was in use. Somehow it did not work then. I deleted and created the attribute again with the same definition and now it works as expected. My mistake! Sorry all! Karl |