Hi All, not sure if this is the correct forum or not, but I have an issue with a field that I have added to a grid on the Sales Release Order Picking form in AX2009. I have added the SalesTable.DlvTerm (Delivery Term) to the grid. It shows up, but only displays data for the first record in the grid. The data in all other columns displays correctly, but the data for that new column is blank, except for the first row.
If I click on the field, in any of the other rows, the data in the field will be displayed. If I click off the field onto another row, the data in the row will disappear, and the data in the row that I just clicked on will appear.
Any ideas?
Thanks for your help.
Alan
Hi Martin, I did that, and it's working as expected now. The trick was to exit Axapta, the new field that I added to the InventReleaseOrderPickingTmp table wasn't showing up in the old data source (which is why I added a new one). Once I restarted Axapta I could see the new field in the old data source, and was able to add it to the grid as normal. All records are displaying correctly now. Thanks for your help Martin, I appreciate it!
You broke the form by ignoring the standard data source and using your new one. Don't do it - remove your new data source and point the grid back to the original data source. You just want to add a field to the existing data source, don't you? Adding a new data source isn't what you want.
Yes, it's the right forum.
What is the data source of the grid and how is SalesTable data source connected to this data source? I guess they're linked, not joined, therefore SalesTable records are fetched only for the single row selected in the grid. If so, you simply can't see values for all rows at once.
Maybe you can modify SalesTable data source and join it to the main data source. But maybe it would break other logic, therefore your other option is adding an extra data source for SalesTable and join this one.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156