Since AxHLink.exe will limit to only the default configuration, we will call the Ax32.exe that is more open to various configuration instead.
To do that,
instead of calling
AxHLink.exe Dynamics://0?DrillDown_5637192587
we use startupCmd parameter of Ax32.exe
"C:\Program Files (x86)\Microsoft Dynamics AX\60\Client\Bin\Ax32" "C:\path\to\configuration.axc" -startUpCmd=DrillDown_5637192587
Note that we can find multiple feature of startUpCmd under `Switch` section of the following class ( as explained in MS ref )
\Classes\SysStartupCmd\Construct
Note2 : allow all arguments to pass from the client is risky, so it is better to call to .bat or .lnk instead of calling directly to ax32.exe
ref : http://stackoverflow.com/questions/23336165/open-direct-links-to-ax-objects-or-datasets-from-external-application