Update Buyer across many parts

Hi folks,

I found this post in 10.x regarding this subject:

…but we have thousands of parts that need to shift. Does anyone know if/why there’s not a way to change a buyer in mass native in v11 yet?

Thanks!

This looks like a job for DMT…

Agreed. We used a BAQ to pull the relevant PartPlant records we wanted to convert into Excel, mass updated the buyer field to the new employee, and then DMT’d the change in.

Possible idea is to use a UD field on supplier to set BuyerID.
Then create a uBAQ to calculate on part plant level based on Primary Supplier to determine the BuyerID for a part.
Then via BPM directive set that value on the get list call, map the calculated field to the Buyer field.
I would set this on a schedule via the export BAQ process.
We do this for a couple of different tables to run logic and update values.

This is a clever thought @Eric_Howell . Not sure why something like this doesn’t already exist native in the client though. People change roles all the time, Epicor! :man_shrugging::man_facepalming:

You could also tie in Part Class where you can set a BuyerID as well to add another level of complexity.