2 notification classes in the one app.xml
Hi i was wondering if notification service allowed for 2 notification classes with in one aplications
I have a running notification instance that notifies me when a colums value in my database is set to '1' this works fine. But i also want to be notified when the colums value is set to 0 from one. i could just create a new subscription for this notification but i want to this notification to be Transformed with a different XSLT doc and with a different email subject line and email. Im guessing that i need to create a different notification class in the app xml doc but im not aware of the sytax for doing this ie linking that reporting class to that specific subscription
the work arround i could think of is to just create another app which is a bit messy

