Monday 31 December 2012

Microsoft Dynamics AX 2012 - Data Integrity

There are a number of concepts and features to consider when adding, modifying, or deleting data to ensure that the integrity and consistency of the data is maintained. These include:
  •     Using table DeleteAction elements.
  •     Using the forUpdate keyword correctly in select statements.
  •     Enabling transactions in your code.
  •     Avoiding deadlocks.
  •     Implementing Optimistic Concurrency Control (OCC).

My above blog is based on Microsoft's Official information.
 
I hope this blog about 'Microsoft Dynamics AX 2012 - Data Integrity' was informative. Please feel free to leave your comments.

No comments:

Post a Comment