How to avoid an infinite loop when updating BOM table in a PX
I created an event that is triggered upon updating of the BOM table for a part. I have 2 Event Subscribers, one for trigger type of "Pre" and one for "Post". In the "Post" event PX, I need to update a field in the BOM table. As a result, it re-triggers the 2 event again, causng an infinite loop. Can someone provide a solution to how I can avoid this?