Part Descriptions

Wanting to make it so when the Part Description is changed in the Part Entry page, that is also changes it in the Co Part Part Description as well. Our Parts and Co Parts are identical.

BPM is your friend here.

I’m assuming a data directive…

Yeah or just a BPM On Part.Update (Condition where PartDescription changed from Any to Any)

How can you set it up on Part.Update to update the partCoPart? I am assuming Post-Processing but not sure which to pick to make this work.

Just Like this:


you should do it on the pre processing method…

the in the code section you can use some Linq Code to join the Copart Table with part and then change the CoPart Value with the Part.PartNum

2 Likes