Hi,
Did you try to see if "alerts" would meet your business need?
Regarding business events, you need to write x++ code, no need for data entity (if you already did that, then please show us ur code)
this can achieve what you are looking for, as you need to call the business event by code when the status changes to released (you need to find the correct method)
I would advice to go through those links:
https://dynamics365musings.com/how-to-setup-d365-business-events-part-1/
https://dynamics365musings.com/how-to-setup-d365-business-event-part-2/
https://dynamics365musings.com/how-to-setup-a-custom-d365-business-event/
Now for data events, those get triggered on CRUD operations and you need a data entity. However, I'm not sure if you can really only make it work for 1 field change. But maybe if your entity only contain the field status with range on this released status, then maybe it will work. You will need to test that.
Anyways, in general, if you have issues and seeing the data event being triggered, then please share screenshots of what you did.
First you need to add the endpoint (service bus or anything), then you need to look for this entity in the data event catalog and activate it
Thanks,
Layan Jweihan
Please mark this answer as "Verified" if it solved your issue. In order to help others who will face a similar issue in the future