I'm upgrading from 5.5 R2 to 6.0 and I've come to the following custom code. I can't seem to find replacements for the following. How should I modify this line of code to work properly with 6.0? (Visual Studio is complaining about the
red parts)
UserInfo.TYPEINFO.OnAfterUpdate += new TypeInfo.ObjectActionEventHandler(MyNamespace.User.CrmUser_OnAfterUpdate);