Hi All,
Just out of interest has anyone else came across issues with using a bpm to set a field on the PartPlant table? (Both Pre and Post)
When using a data directive to set PartPlant.KitTime as ‘123’, it works without issue, but we think we need a BPM so we can apply further logic. This being to add a condition that looks to see if the Part.TypeCode = ‘M’.
We’ve got a pre-processing method and the conditions to check TypeCode field working, but having checked the debug tools, PartPlant.RowMod is not “U” or “A” so we can’t get set field to work on either a Pre or Post method.
Swinging back around to using a data directive which works for us. Does anyone know of a way to link a data directive to a condition based off the part table please?
Thanks as always for all the help!