Quantcast
Channel: Microsoft Dynamics 365 Community
Viewing all 10657 articles
Browse latest View live

Fix for Accidental Project Stage Changes

$
0
0

Some users of Dynamics AX Project Management and Accounting have seen situations where they change the stage on a single project and this inadvertently triggers a change to stage on all projects in the system (see community post here).

We have released a hotfix for this issue for AX 2012 R2. Although we were not able to reproduce the exact behavior, we think we know what causes it.

The changes in the hotfix include:

  1. Modifying the ProjTable form so the Project state buttons are only enabled when a record is present ("NeedsRecord"=true)
  2. Modifying the ProjStatusUpd.construct method, so it can throw an error when it is used incorrectly

You can download KB3028305 from Lifecycle Services (http://lcs.dynamics.com). This will also be ported to AX 2012 R3 in the next rollup.


Dynamics AX Development and Customization Best Practices

$
0
0
When you design and develop applications in Microsoft Dynamics AX 2012, there are key patterns that you must consider to ensure scalable, maintainable, and high-performing applications Store the data...(read more)

Dynamics AX Development and Customization Best Practices Conceptualization

$
0
0
As we have discuss in previous article the basics of AX Dev best practices Today we are going to discuss the detail of The first step is to conceptualize the application . You must understand the problem...(read more)

Dynamics AX Development and Customization Best Practices Tables Design.

$
0
0
As we have discuss in previous article the basics of AX Dev best practices Conceptualization Today we are going to discuss table design in deta il : Table design Table design best practices that...(read more)

Temporary tables – InMemory vs. TempDb

$
0
0
Temporary tables – InMemory vs. TempDb The choice of whether to use a TempDB or InMemory temporary table depends on the scenario where it is used. Before using these tables the following considerations...(read more)

Awareness | Microsoft Dynamics Online - Payments | Planned Maintenance scheduled for January 22, 2014 11:00 PM – January 23, 2014 8:00 AM PDT

$
0
0
The Service Engineering team will be doing planned maintenance on the Payments Service. The maintenance will start at 11:00 PM on January 22 through 8:00 AM on January 23. Customers may experience brief...(read more)

Dynamics AX Development and Customization Best Practices -Index

$
0
0
Index considerations: Basics: An index is a physical database object that provides efficient access to data in the rows of a table based on key values. It is important to understand the types of...(read more)

Dynamics AX Development and Customization Best Practices-Queries

$
0
0
Queries for reuse Before designing the query need to Consider the following points: You need to analyze your requirements and scenarios with the complete picture of your business needs. You can design...(read more)

Common mistakes in development effort estimates

$
0
0
Estimating how long individual tasks and phases will take is one of the most challenging parts of project planning. Quite often, we find ourselves using an effort estimate and resourcing level to derive...(read more)

Microsoft Dynamics AX 2012 Set permissions on application elements.

$
0
0
In this article we will discuss roles, duties and privileges in Microsoft Dynamics AX 2012. These security levels cover access to single elements, forms, and groups of elements needed to perform a duty...(read more)

JUST RELEASED: January 2015 Payroll tax update for AX 2009, AX 2012 R2 and AX 2012 R3

$
0
0

New payroll tax updates are now available for 2009, 2012 R2, and 2012 R3 versions of Payroll for Microsoft Dynamics AX. The updates can each be downloaded from the following links:

 

Versions:

AX 2009 - 2015-02

AX 2012 R2 - 2015-R2

AX 2012 R3 - 2015-R2

 

CustomerSource

2009 - https://mbs.microsoft.com/customersource/northamerica/AX/downloads/tax-regulatory-updates/PayrollforMicrosoftDynamicsAX2009

2012 - https://mbs.microsoft.com/customersource/northamerica/AX/downloads/tax-regulatory-updates/MicrosoftDynamicsAX2012USPayrollTaxUpdates

 

PartnerSource

2009 - https://mbs.microsoft.com/partnersource/northamerica/deployment/downloads/tax-regulatory-updates/PayrollforMicrosoftDynamicsAX2009

2012 - https://mbs.microsoft.com/partnersource/northamerica/deployment/downloads/tax-regulatory-updates/MicrosoftDynamicsAX2012USPayrollTaxUpdates

 

IMPORTANT: For Dynamics AX 2012, the tax update process has significantly changed with the 2014-R11 tax update and later.  Be sure to read through the documentation included with the update package entirely before beginning the tax update process.

Be sure to subscribe to email updates of this blog to be notified when they are available.

 

The Dynamics AX HCM Team

 

Important Notice to Customers

We recommend that you contact your Microsoft Dynamics Partner before installing service packs or hot fixes. It is important to verify that your environment is compatible with the service pack(s), hotfix(es), or download(s) being installed. A service pack, hotfix, or download may cause interoperability issues with customizations, and third-party products that work with your Microsoft Dynamics solution.

 

Microsoft Dynamics AX 2012 Security Policies Extensible Data Security (XDS)

$
0
0
In previous article we were talking about permissions on application elements . In this article we are going to go through high level detail of Security policies for Extensible Data Security. Definition...(read more)

Microsoft Dynamics AX 2012 Security Policies Extensible Data Security (XDS)- Create a Policy Query

$
0
0
In previous article we have learned high level detail of Security policies for Extensible Data Security In this Article we will discuss in detail how to create a security policy that limiting users from...(read more)

Make sure your ERP solution can deal with changes required across your business

$
0
0
(Please visit the site to view this video)A modern organization needs detailed and flexible analysis capabilities to meet their reporting needs. By using custom dimensions, Microsoft Dynamics AX 2012 can define exactly which slices of information are required, potentially sharing the data across multiple companies. Imagine a system where the dimensions maintain themselves, linking through to other areas of the solution, across all of your companies. Process efficiency delivered right through your system! For more information, visit http://www.microsoft.com/en-gb/dynamics/crm-financial-services.aspx.

Microsoft Dynamics AX 2012 Security Policies Extensible Data Security (XDS)- Create Security Policy

$
0
0
In previous article we have covered the stage one of Extensible Date Security - Policy query . In this article we will cover the second final stage Extensible Data Security that is Security policy. ...(read more)

Microsoft Dynamics AX Business processes Management

$
0
0
Business Process Management for Microsoft Dynamics TM AX provides the actionable information you need to develop and manage your business processes by identifying key factors that support your business...(read more)

Awareness and Resolved | NAM | Microsoft Dynamics Online - Payments | Payments Processing Was Down

$
0
0
Beginning at 2:15 AM UTC Microsoft Dynamic Service Engineering engaged in an investigation regarding an issue with the Dynamics Online Payments service where credit card transactions were not processing...(read more)

Dynamics AX Development and Customization Best Practices-Services

$
0
0
Use services to code business processes. Microsoft Dynamics AX 2012 supports the following services: Document services: Document services are query-based services that can be used to exchange data...(read more)

Dynamics AX Development and Customization Best Practices-Coding

$
0
0
When using the Microsoft Dynamics AX development environment, you should follow a set of best practices. The X++ compiler checks the code for best practice issues. These issues can result in best practice...(read more)

TempDB insert issue in Dynamics AX 2012 R3

$
0
0
I recently had an experience of an unknown issue while creating estimate for a Project in Project management and accounting module. The error displayed was Initially, I was expecting it to...(read more)
Viewing all 10657 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>