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)
Event trigger on certain Custom menu items
marcussteiner
Hi,
we would like to stop users from deleting certain dcrs bases on some checks we do in a database. Our users use the standard File-Delete menu item.
I have created an eventrigger which kicks in but only after the dcr is already deleted:
iwat DestroyFSE /ecmi/ecm/iw-home/custom/scripts/ipl/testIWAT.ipl
My question is now if there is a way to configure this to get kicked in before the dcr is actually deleted and -under certain conditions- stop the dcr deletion and give the user a message back.
Cheers,
TS 7.3.2
RH Linux
Find more posts tagged with
Comments
ISCBorisB
is [there] a way to configure this to get kicked in before the dcr is actually deleted
No, iwat Events fire after IWOV Processing.
What you can perhaps do is replace OTB Delete with your own custom Delete that implements any validation you need