Hi All,
I'm working on a form extension for the InventOnHandItem form. I am trying to add two string fields to the grid from InventTable. The issue is that when I set the data field to certain fields, I am not getting any values in the new columns. I can see in SQL and Table Bowser that there are values in those columns, they just are not showing in the grid. The column and column header are there, but all the values are blank.
I tried this first with two custom fields in InventTable, and when those didn't work I tried with other fields on the table. Some show values, others don't. In SQL and table browser they all have values. Some example fields:
DataAreaId - A value is shown.
NameAlias - A value is shown.
ItemBuyerGroupID - No value is shown.
BOMCalcGroupId - No value is shown.
ModifiedBy - No value is shown.
Again, these fields should all show values based on what I see in SQL, so I must be missing something.
The Data Source properties:
![]()
The properties from one of the fields added to the grid, using 'ModifiedBy' as an example data field:
![]()
I'm not sure what I am missing in the setup. I followed the same steps I have followed when joining other tables and adding fields to grids, except that the data source screenshot above shows as an inner join type. I tried both an outer join and inner join. I received no values for any fields using outer, even though outer is what I have used in other instances and got the results I expected.
Any help would be greatly appreciated. Thank you!