Share all details related to your problem, including any error messages you may have received.
Hi Community,
Any idea on how to send notification to a particular DL whenever the AD entitlements are deleted on target system. There is a requirement in my project as in clients wants to have notifications whenever there is deleted entitlement in target.
@charan18
Have Native change detection enabled on your application and create life cycle event based on the native change event
Within the life cycle event, check on the native change that happens in your case and within the workflow check for entitlement removals happened on target side for this app and send email accordingly
This should work
Note - Assumption here is you are expecting entitlement deletion happening at target and not from SailPoint , please correct or provide more details if this understating is not correct.
then above approach should work , enable native change detecting on application and have the corresponding checks and notification in workflow using life cycle event