I am a newbie in working with Business Events, so I have looked at the MS documentation on how to do, but this Scenario I cant find:
I have a task where I should enable a business event when a field on a table has changed.
The event should publish 3 fields an ID, a description and the changed field
This I have accomplished with the businessevent class ant the businesseventcontract class
I am now asked to add the functionality for another field at the same table.
The event will publish an ID, a descroption and the changed field.
Can I reuse the businessevent and businessEventContract class or do I have to create a new set of classes?