Microsoft Dynamics Ax developer's blog

Showing posts with label sidax. Show all posts
Showing posts with label sidax. Show all posts

Friday, July 11, 2008

Sidax & Tabax for Ax2009

Here are first betas for the utilities that works under Ax2009. Tabax now can works with forms outside main Ax window.

download

Thursday, March 27, 2008

Sidax 0.4 b 6 will show you what groups can access selected main menu items


download (85K)

What's new:

  • multiple selection of main menu items

  • new item named "Show access" in the main menu item's context menu. If you choose this item all groups which have access to that item will be output to infolog

Saturday, February 17, 2007

Sidax 0.4 b 2

See page at axaptapedia for details. It is strongly recommended to upgrade beta0 to beta 1 or beta 2.

Sunday, November 19, 2006

AxPath is coming: Sidax 0.4 beta 0 + Tabax 0.2.10

download tabax | download sidax

There is the first AxPath implementation. AxPath let you store a link for some record in database or an AOT item in the form of URI and then send it to a collegue or open it. So, for example you can copy link to the some purchase order, send it to colleague and it will be opened by colleague (so purchase orders form is opened and positioned at specific order).

Now Tabax, and Sidax support this technique. I am planning integration of AxPath scheme in the system letting AxPath links to be embedded in the webpages, mails, etc.

so, in Sidax:

  • you can copy AxPath of the menu item in main menu with right click
  • you can navigate AxPath via "go component"

in Tabax:
  • AxPath:
    • when pressing the "Copy" button it copies axpath of the current record to the clipboard
    • when pressing the «Ctrl+Shift+Copy» it copies AOT items, currently selected
    • if you insert axpath to the input box it navigates the path given

  • now tabs are switched correctly under AX3KR3
  • X++ calculator in the input box:
    • enter ?<X++ expression> and press Enter to evaluate an expression
    • enter ?<X++ statement> and press Enter to run a statement



I am going to implement "favorits" in the sidax based on AxPath

Monday, November 13, 2006

Sidax 0.3.7b14


download



changes:


  • Autohide option at about tab - sidax will autocollapse when you move mouse out of it's window (thank to Blokva from AxForum)

  • Images in the main menu - different menues


Thursday, November 09, 2006

Sidax 0.3.7 beta 12

Axapta hangs when trying to exit from the thin client. Added workaround for this bug. Axapta will still hang if you login and then immediately close it, but I think this is a very rare case.

download

Monday, November 06, 2006

Sidax 0.3.7 beta 11

download (35k)

  • It can handle a project renaming correctly now

  • Pause button at 'about' tab: you can stop the background processes so sidax doesn't affect profiler



PS: Axaptapedia is online again

Friday, October 20, 2006

Tabax, Sidax and KR3

Just updated Tabax for work with Kernel Rollup 3 - see homepage for details

Sidax has been updated also:

  • MainMenu is cached now at first load - so you can work after Sidax start immediately (go 'about' tab for cache refresh button)

  • 'House'option: you can add any number of windows to the sidax: for example I prefer to run current project window inside it

  • When you click on minmized window in the 'window' tab of sidax it will be restored

Monday, October 09, 2006

Sidax 0.3.7 beta 5 -- AOT included

download latest beta of sidax. Changes

  • AOT included!!! thanx top IPv6 from AxForum: all problems with built-in AOT was resolved so you have a sidax with AOT in it

  • X++ calculator changes
      It can output objects and containers

      It gets sidax as parameter (try to run sidax.collapse())

      Small other changes