Enhanced SysTableBrowser - View only the fields you want in table browser
While debugging, I sometime open the table browser in another AX instance to look at table data directly. What I found annoying was that when tables had a number of fields, I had difficulty viewing them all. Say for example, I’m looking through InventTrans and am interested in looking only the values of ItemId, TransRefId & InvoiceId. It would have been nice if I was able to look at only these fields. So I went about and customized the SysTableBrowser form to my needs.
I’ve added two buttons to the form, one lets you select the fields you want to show for the currently open table. The other button just resets the field list.
You can download this project from here.
I’ve added two buttons to the form, one lets you select the fields you want to show for the currently open table. The other button just resets the field list.
You can download this project from here.
Comments