1 risposta
Hi ,It would be better to prevent the recursion in the trigger it self if the entire method need not call for the second time .If you have a method and some part of it should be called only once then you may use the recursion prevention in the Handler.If this solution helps, Please mark it as best answer.Thanks,