When AX generates forms and grids, all the lookups are populated properly, but the ID of the lookup item is displayed in the form. The only way to see values that make sense is to click on the field--not really ideal. Is there a way to display the lookup value in the form instead of the id number behind it?
I would like the "tableB" form to display the tableA_value instead of the tableA_id.
tableA
- tableA_id (int - unique)
- tableA_value (string - non-unique)
tableB
- tableB_id (int - unique)
- tableA_id (int - relation to tableA)
- tableB_datafields (misc)
Thanks