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 way to interact with the delete process so that I can execute custom commands? Sorry if it is obvious, I searched quite a bit and couldn't find anything.

 

  • 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.

     

3 Replies

  • Fred_Slater_856's avatar
    Fred_Slater_856
    Historic F5 Account

    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.

     

    • Fred_Slater_856's avatar
      Fred_Slater_856
      Historic F5 Account
      No need for feature request. In upcoming iAppLX, you can execute custom code on delete.