Okay, so I have a situation where I have a FK to a table where the DBA was allowing objects to be deleted. Think Order to OriginCode (basically a way to know which catalog the order came from)...but the OriginCode record has been deleted. I'm going to put a stop to that, but in the meantime I need someway to deal with these Orders still.
Any thoughts on how I could handle this FaultFailureException and quietly insert a dummy object (maybe onPostLoad in Order)? Thanks, Lon