I've been playing around with the notification schemes on the server, and now I'm looking at cleaning them up so that I have only the schemes I need, but from the UI there is no way of deleting the schemes.
I've navigated to Settings -> Notification Schemes. In there I see the name and the description of the notification scheme, but there is no delete button.
Is there an option somewhere else in the UI to delete notification schemes?
Answer by RobertoNie (633) | Aug 08, 2014 at 12:41 AM
I cannot find either.
+++++++++++++++++++++++++++++++++++
Below method is not official suggestion,
but just tried by me, and it works for me.
+++++++++++++++++++++++++++++++++++
All notification scheme are stored in table : ds_notification_scheme.
This table were referred by table: ds_notification_entry, and ds_application.
1) find the scheme id you need to delete in ds_notification_scheme
2) clear all entries associated with this id in table ds_notification_entry, and ds_application.
- Otherwise, you cannot delete the entry in ds_notification_scheme
3) delete the scheme entry in ds_notification_scheme.
Above scenario was tested.
Notification Template - ApprovalCreated.xml Email 2 Answers
Is it possible to delete a snapshot 1 Answer
MsDeploy is not working properly with udeploy 4.8.5.424579 1 Answer
How can you prevent "Create Application Process" from attempting to replace property values in JSON? 1 Answer
Informatica and Biztalk uDeploy plugins for UCD 6.1.0 - will they work? 1 Answer