Issue Material with External Program change transacation User ID

Hi,

I’ve created an external program to issue material, however, in the Part Transaction History the User name is always the same.
I have a dropdrop list containing active employees where you select your name.

How would I change the Part Transaction History User ID to the name selected by the user?

Thanks,
Matt

Matthew,

I am assuming you are calling an API? With that you are accessing Epicor with one user. You could override the field with the Epicor username or make a custom field and pass the Epicor username that way as well.

If using the REST API this should help

Thanks, I’ve made it so the user must log in so that the correct user is recorded.