Sunday, February 14, 2010

Easy Extended AX Table-Browser

Easy Extended AX Table-Browser

During implementations and regular developments in AX, I observed that many consultants/developers open the tables from AOT in the Table-Browser and by hand attempt to add/delete the records by hitting Ctrl+N/Alt+F9 keys and often copies the records from the table-browser and paste them to excel for checking/saving/printing/... the table data. The distress of manually copying/pasting of records and recalling the control-keys can be avoided by simply extending the Table-Browser by adding the Standard data Toolbar to the form

Step-1: Go to the AOT and select \Forms\SysTableBrowser\Designs\Design
and then change the design property WindowType value from “Popup” to “Standard”

Fig1: Changing WindowType property value to “Standard”

Step-2: Save and compile the SysTableBrowser Form after changing the WindowType property value


Fig2: The original Table-Browser (WindowType property is “Popup”)

Fig3: Easy Extened Table-Browser with Standard-Toolbar (WindowType property is “Standard”)

That’s it, enjoy the easy extended table-browser with the standard toolbar with all table/record action features

Enjoy…AXAPTIAN
http://axaptian.blogspot.com/

2 comments:

  1. Nice article
    I've updated my table browser using this simple modification.
    Thanks a lot
    Best Regards.

    ReplyDelete
  2. wonderful, please keep posting such interesting articles...

    ReplyDelete