Hello all,
I have a relationship item type server event of onAfterDelete that runs some post processing for respective deletion.
Only thing is, right now, even with commented out code, I am unable to successfully have the deletion go through successfully. To reiterate, after removing the row and pressing save, the row stays there faded out and is still technically there and reappears back in full color after relogging back into Aras.
Firstly, even when I remove my onAfterDelete method and use only my onBeforeDelete method that simply states "return true", the record stays faded out?
Secondly, if I can get onBeforeDelete to allow processing, how can I pass the data of onBeforeDelete to onAfterDelete - there is important data in the relationship record that cannot be fetched by the AML server within onAfterDelete, so I need a way to pass it.
Best Regards,
Frank
Thanks!