So i have my own custom table & form, kinda our own custom system thats not related to AX transaction.
as AX already provide me for master item data on Inventtable, i dont want to create another item data & use relation to Inventtable for my custom table.
now, on my form with my custom table as grid datasource, i can insert/update/delete data on it & with relation i can lookup into Inventtable when selecting an item.
The issue, i cant display PartNumber & Partname that are part of Inventtable into the grid. if i put Inventtable on datasource, use link, & disable allow create/delete/edit, i cant add new line to my custom table.
if possible i want to avoid using display method as it kill filter function (ctrl+G).
is there some work around for me to show PartNumber & PartName as data view only while i can still insert/update/delete the data on the main datasource (my custom table)
Thank you.