User Defined Fields

Hi, Newbie on Userdefined Fields here and I’m going round in circles.

Ive created a user defined field [project number] on my part table And I’ve then created another user defined field [project code] - on my Purchase Table. I need the information put into the first user defined field to display in the second field. How do i get this is happen?

Many thanks

Do a trace on the adding of a part to a PO. Then assuming you find something like ChangePartNum make a post processing method directive to copy the part data to the PO Line.

2 Likes