Monday, August 28, 2017

Build and deploy scripts for Microsoft Dynamics AX 2012

//Build and deploy scripts for Microsoft Dynamics AX 2012
https://gallery.technet.microsoft.com/scriptcenter/Build-and-deploy-for-b166c6e4
https://marketplace.visualstudio.com/items?itemName=SDK4NET.AxBuildTools
http://dynamicsaxadmin.codeplex.com
http://dynamicsaxbuild.codeplex.com/
http://dev.goshoom.net/en/2012/01/in-place-build-script-2/

No comments:

Post a Comment

Search hierarchy for a match (TableALLGroup) X++

  Table1 ppt;  select firstonly ppt  order ItemCode, ItemRelation, AccountCode, AccountRelation where      (ppt.ItemCode == TableGroupAll::T...