• onPostModify Is there a way to retrieve a list of all attributes that were NOT modified?

    When I modify a user object, I want my script to do certain validations.. to set my AD account category (virtual attribute). Account categorization is set according to certain attribute values (let's say Givenname, title and department).

    On PreModify…