In Part Tracker i have a part when it is entered launches the part cross reference selection pop-up window.
Fine we have plenty of parts with various cross references.
But for this one there is only one record in the results window of the pop-up and it is of the Part Master type.
There was a reference there that was not needed. I deleted it so I am still getting the pop-up.
It is just strange that the only record returned is a type Part Master.
The problem is the fact the pop up is happening and the only record is the same value as what is entered into the PartNum field. So you have to then select the record with the same partnum value. So it is 2 more clicks.
This seems to be an isolated issue at this point. The business hasn’t come forward with any other instances of superfluous cross reference selection pop ups.
I have seen this happen if the original part in the Part table has a SPACE at the end of the part number… it LOOKS like it is the same, but it is actually different. The only way to figure this out is if you check the actual database, and / or do an extract of both the Part table and the cross reference table and check the field’s string length.
@timshuwy thanks for the idea.
I then looked at the field len of the PartNum fields in all of the usual places and they all came back with a LEN of 9 (as expected). So epicor support suggested I run conversion 1420. I did. And looked at SQL again and nothing changed. And the pop up is still happening.
Hey Scott.
I see what you are thinking, but this is happening when I enter a part master partnum into Part Entry.
It isn’t a part on the fly situation as far as I can tell.
Did you find a solution to stop the box from popping up?
I have the exact same issue in 2023.2.9 that just started. It does not do it in our test environment from August but does happen in production.
I also have checked all the tables, and the part is not referenced, but my trace log looks the same as yours where it is seeing a multiple match.
I have an open ticket with Epicor, but they are recommending a consultant to fix this. Hoping you found a different solution.