I'm looking for some help as a very brand new AX user... I have created 2 Tables using the AOT that are needed for reference to our parent company system.
Table 1 is a setup table that only has 3 fields:
Group ID
Type ID (enum - with only 3 values permitted)
Description
Table 2 is another setup table that needs to link to table 1:
Account ID
Description
Group 1 - from table 1 using type id 1
Group 2 - from table 1 using type id 2
Group 3 - from table 1 using type id 3
I created a grid for Table 2 that includes all 5 fields. My problem is where I try to add a lookup to Group 1, Group 2 and Group 3. I can only get the lookup on Group 1 (or the first field in the grid) to work. Is it possible to link multiple fields to the same lookup file? My final plan is to add a filter so that the lookup will only show type 1 records for group 1 and type 2 records for group 2, etc.
Any help would be most appreciated!