transients

Use the transients parameter of the beginClassNotification method to specify if the user notification is to be invoked for events that occur to transient instances (true) or persistent instances (false) of the class.

You can subscribe to system notifications only for persistent objects; that is, the transients parameter must be false.