You might want to ask them if they can use supplier attributes. Those are already set up where you can pick as many as you want for each supplier.
The problem with adding two more fields for group is, what happens when you want all the suppliers in group x? Now your query has to look for group x in three separate fields. Painful.
I thought I had this beat but I am getting the same value showing in all three group boxes.
The actual values in the 2 new group epicombo boxes is correct (I have them set to different values and checked with BAQ), it is just showing the original group (Group 1) box value on the Supplier screen.
Any idea on which value to change in customization to get it to reflect the actual saved value for each box?
I built this real quick in Kinetic and I don’t have the UD fields set up so I’m just using TransView…
But it holds the value of GroupCode2 and GroupCode3.
But since “GroupCodeGroupDesc” is used in all (3) of my combo boxes, it is being overwritten with the last value selected.
In the test below, i set GroupCode3 and then went back and changed GroupCode2:
If I change those to GroupCodeGroupDesc2 & GroupCodeGroupDesc3 (respectively) and retest… I now get this:
I see them both.
Now, I’m using TransView so it may be auto-generating those and adding them to TransView. You’ll have to test it and see if it will work in your case or not.
If they use the attributes, I would have to recreate the Group list in the attributes maintenance and then if they ever create a new group, I would have to remember to update the attributes to reflect that.
It probably won’t happen that often, just trying to minimize the chance of errors later.