-
Hi, When a Part gets deleted i would like the corresponding entry in the Manufacturer Part also be deleted. But for purge this should not happen is there a way to differentiate between the two actions. I added a method to the onBeforeDelete event of Part and included this. if (this.getAction().ToLower...