Dynamics User Group
Site
Search
User
Site
Search
User
Dynamics 365 for Finance and Operations/AX User Group
Dynamics NAVAX
Forums
Blogs
More
Cancel
New
Dynamics 365 for Finance and Operations/AX User Group requires membership for participation - click to join (it's free)
Dynamics NAVAX
All things Dynamics AX
Home
Contact author
Subscribe by email
More
Cancel
Posts RSS
Atom
More
Cancel
Monthly archive list
February 2021
(1)
November 2020
(1)
October 2020
(1)
September 2020
(1)
June 2020
(2)
May 2020
(1)
April 2020
(1)
January 2020
(1)
October 2019
(1)
September 2019
(1)
July 2019
(2)
June 2019
(1)
April 2019
(3)
February 2019
(1)
January 2019
(2)
November 2018
(1)
October 2018
(3)
September 2018
(5)
August 2018
(1)
July 2018
(1)
June 2018
(2)
May 2018
(2)
April 2018
(3)
March 2018
(1)
January 2018
(4)
December 2017
(3)
November 2017
(1)
October 2017
(2)
September 2017
(2)
August 2017
(2)
July 2017
(5)
June 2017
(2)
May 2017
(1)
April 2017
(1)
March 2017
(2)
February 2017
(1)
January 2017
(3)
December 2016
(2)
November 2016
(6)
October 2016
(6)
September 2016
(4)
August 2016
(1)
July 2016
(1)
June 2016
(2)
May 2016
(1)
April 2016
(4)
July 2012
(1)
June 2012
(4)
May 2012
(2)
April 2012
(4)
March 2012
(6)
February 2012
(4)
January 2012
(5)
November 2011
(1)
July 2011
(2)
June 2011
(5)
May 2011
(1)
Related
Related Tags
Android
ApiApp
AX
AX X++
AX2012
AX2012R3
ax7
Azure
D365O
Development
Dyn365FO
Dynamics 365 For Operations
Flow
General
Integration
iPhone
Mobile
MSDyn365FO
Restful
SOAPUI
Tip
WebServices
Workflow
X++
Xpp
Blog post list
Tags
Contact author
Subscribe by email
More
Cancel
By date
By view count
By comment count
Descending
Ascending
Dynamics AX Help Online Search
munib
This is an address to save for searching Dynamics AX Help on Microsoft site. http://www.microsoft.com/dynamics/ax/websearch/websearchax.htm Original post ... http://dynamicsnavax.blogspot.com/2012/02/dynamics-ax-help-online-search.html
2012-2-29
Original post
Help
AX
Tip
1536 views
0 comments
over 9 years ago
More
Cancel
BOF and security [AX 2012]
munib
This is the highlight the affect of [SysEntryPointAttribute( true )] Switching this parameter to true means that you have to define the permission for all the tables that are used. Otherwise you will get a permission error. Leaving it to false (default), will treat the method as an entry point and give access all access to the used tables. Reference: http://msdn.microsoft.com/en-us/library/sysentrypointattribute.new.aspx Original post ... http://dynamicsnavax.blogspot.com/2012/02/bof-and-security-ax-2012.html
2012-2-3
Original post
BOF
Security
AX2012
1178 views
0 comments
over 9 years ago
More
Cancel
Shortcuts [AX 2012]
munib
Below are a few shortcuts I use when setting up new environments. Client shortcut "C:\Program Files (x86)\Microsoft Dynamics AX\60\Client\Bin\Ax32.exe" "C:\AxClientConfig\MyInstance_isv.axc" Client shortcut into development "C:\Program Files (x86)\Microsoft Dynamics AX\60\Client\Bin\Ax32.exe" "C:\AxClientConfig\MyInstance_isv.axc" -development Visual studio shortcut "C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\devenv.exe" /AxConfig "C:\AxClientConfig\MyInstance_isv.axc" Original post ... http://dynamicsnavax.blogspot.com/2012/02/shortcuts…
2012-2-3
Original post
AX2012
Tip
1499 views
0 comments
over 9 years ago
More
Cancel
Common used commands for model move [AX 2012]
munib
These are common commands I use to move models on internal environments. Place these in a batch file and name accordingly. Then all you have to do is run them. Delete isv layer "%ProgramFiles%\Microsoft Dynamics AX\60\ManagementUtilities\AxUtil" delete /layer:isv /db:TestDb /s:SQLSERVER PAUSE Delete usr layer "%ProgramFiles%\Microsoft Dynamics AX\60\ManagementUtilities\AxUtil" delete /layer:usr /db: TestDb /s:SQLSERVER PAUSE Export model "%ProgramFiles%\Microsoft Dynamics AX\60\ManagementUtilities\AxUtil" export /model:"MyModel" /file:"\\sharedfolder\mymodel.axmodel…
2012-2-2
Original post
General
AX X++
AX2012
Tip
1688 views
0 comments
over 9 years ago
More
Cancel