Howard Chu wrote:
Michael Ströder wrote:
HI!
Why is it not allowed to use
NO-USER-MODIFICATION USAGE dSAOperation
in an attribute type declaration?
Because such an operational attribute requires server-side code to actually implement it, and you haven't got any means to provide that code. Custom operational attributes must be defined using code loaded in a module.
You could use the dsaschema contrib module to help with this.