Typically, you would have your OpenDeploy definition set up to do the file deletion and transactionally execute a DNR script.
Actually we are not doing the opendeploy for deletion, we just use perl rm command and then the submit thru CLT. Any thoughts,Lal
Sure, this is a common requirement. Typically, you would have your OpenDeploy definition set up to do the file deletion and transactionally execute a DNR script. This script will call the DataDeploy definition which will delete the record from the database. In your DNR script, make sure to check for deployment failure so that you can signal OpenDeploy to roll back, as appropriate.