Hello,
I'm working in AX 2012 R3.
I'm updating the BatchJob Form.
I created a second table to add more fields to the BatchJob table.
The second table relates to BatchJob with relationshiptype = Composition.
In the form I have 2 datasources one for BatchJob and another for BatchJob_Extend table.
The BatchJob_Extend datasource has Batchjob as join datasource of type OuterJoin.
I then modified the grid to show fields from the new Batchjob_Extend table.
When I tried to modify a field in the new table and I move out of the record I get an error: "Field 'Reference' must be filled in.
If I play around with the join source settings I can get the records to be inserted but then the form doesn't load the data properly for the new fields.
Any help would be appreciated.