Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
DCR Deletion
System
Hi,
I am using standalone datadeploy . When saving the dcr i am deploying to the database.
I want to setup the process if somebody deletes the dcr i want to delete it the from database also ?
Could any one suggest me which the best way to accomdate this.User may use File->Delete or Delete Data Record
Thanx in advance
Find more posts tagged with
Comments
Michael
One way to do it would be to have an iwat trigger on the SyncDestroy event which then calls a script to run your DataDeploy script.
hth
Cheers
Michael
herald10
you can use DestroyFSE event as well.
Migrateduser
Thanx for all your replies
Ottawa_IWOV
WHat DD script do you run? We are using a TeamSite-Templating-Records configuration to deploy. This however does not seem to delete from the DB when the user deletes the DCR
Lucas Cochrane
lucas.cochrane@baucanada.com
Arabind
can someone put some lights on "iwat trigger on the SyncDestroy event" & "DestroyFSE event"
How it can be used to achieve the issue??
means when am deleting the DCR the records should be deleted from the databse.