Forum Discussion

Jonathan_Galent's avatar
Aug 24, 2015
Solved

iApp template programatic code on delete

I have a fairly complex iApp template that I've created, and would like it to perform certain actions when an application service that uses the template is deleted. Is there some type of callback or...
  • Fred_Slater_856's avatar
    Aug 24, 2015

    There is no iapp feature that runs custom code on delete. One possible workaround is to write an icall script to periodically check for your app service object, and execute the desired actions when it finds it missing.