So we’ve had a BPM in place for 10 months and all has seemed to be going fine. The BPM removed POSuggs from the other site if someone wanted to switch the Site search. 5x new parts were added yesterday through the duplicate part function, as per standard process, but they did not show with the BPM as active. De-activate and they are there. Doing a BAQ I see those parts have the POSugg.Plant field as “MFGSYS”. All others are “MfgSys”. This C# I have just found out is case sensitive:
ttSugPoDtl.RemoveAll(ttSugPoDtl_Row => ttSugPoDtl_Row.Plant == “MfgSys”);
Anyone know how to make case insenstive?
Also, why has PO Suggs now started making new parts MFGSYS? Odd.
A long time ago I tried a DMT where I was added something with plant and I recall a popup saying “Surely you mean MfgSys”. Since then I have been 100% using MfgSys for all Epicor items.