Hi there, (maybe dumb) leading practice question. I have a small automation project around Work Order (WO), Work Order Issue (WOI) & Work Order Completion (WOC). I need a UE script to trigger before saving the WO to update the WO, but also before saving the WOI to update the WO and before saving the WOC to update the WO. WOI and WOC are related records of WO. Is it better to create 3 UE, 1 per record type (and deployment per record type), or 1 UE wih IF Statement according to the record type (with one deployment for all record types)? Thanks 🙂