Since GP doesn't use the BIN field from the Item Quantity Master when building the picklist report, I need to print the Bin for the corresponding ITEMNMBR and LOCNCODE of the Item Quantity Master. Report Builder will not let me do this. I can't use word template. What would be the safest way to update the [BINNMBR] field of the MOP1210 table with the Bin value from [IV00102] table
Where([MOP1210].[ITEMNMBR] = [IV00102].[ITEMNMBR] )
and ([MOP1210].[FROM_SITE_I] = [IV00102].[LOCNCODE])
Will updating this table impact other processes? Is this the only table that needs to be updated? I only need the correct Bin to print on the PickList(MPK) report.
I honestly don't know the difference between [MOP1210] and [MOP1025]. Some help there would be appreciated.
*This post is locked for comments
I have the same question (0)