Home dynamics ax, others [ax 2012] tips and tricks
dynamics axothers

[ax 2012] tips and tricks

last update 20180926-1655

Tips and Tricks on AX:

  • My Object in Forms is missing,
    • right click on the forms -> personalize -> reset
  • I suddenly hide FactBoxes
    • File -> View -> FactBoxes
  • Error While Compiling or Generate Incremental CIL
    • Restart AOS, Generate Full CIL
  • Error Dynamics AX AOS not started
    • contact your administrator for start the AOS Services
  • How to Clean Cache Client
    • File -> Tools -> Option -> Usage Data -> Reset
  • Shortcut Export data to excel
    • Ctrl + T
  • Shortcut Delete Records
    • F9
  • remember to differentiate delete record or delete line
  • do the workflow changes after working hours, because the workflow changes will halt the users operation
  • sometimes while you import the xpo and compile it, aos will go to stop
  • Tax in AX depends on the customs, there were no standard tax modules in ax for development country
  • How to get Session Date in AX X++
    • systemDateGet();
  • error “Parentheses are required on a method call.”
    • Do not use [object].text, instead use [object].text(“new value”)
    • or use [object].valueStr()
    • or use [object].dateValue(systemDateGet())

Author

Ronny

Leave a Reply