Hi,
We added two fields to Material Queue Process by ID. We expect the users to type the Number of Containers and the Total Weight. When they click OK, we need these numbers written into User Fields we added to the PartTran table.
The BO that processes the transaction on this screen is “IssueReturn” and there are several Methods that get used:
PrePerformMaterialMovement, MasterInventoryBinTests and PerformMaterialMovement. The latter I assume is the one that creates the transaction in PartTran.
The PartTran fields I want to update obviously don’t exist in the the “PerformMaterialMovement” method so I cannot bind these fields.
Could someone suggest how to tackle this problem to we can bind these fields?
Thanks again!

