document.body.ondragstart = "return false";document.body.onselectstart = "return false"; microsoft dynamics ax interview questions: 5) What are requirements needed to transfer modifications from the development environment to a test environment?

Sunday, December 5, 2010

5) What are requirements needed to transfer modifications from the development environment to a test environment?


1 All clients, AOS, and COM-connectors accessing the application in
the source and destination environment must be shut down.

2  The files that contains modifications of application objects (aod) and
labels (ald) are copied from the development environment to the
destination environment.

3  A client is started in the destination environment and a full
compilation of the AOT, followed by a synchronization of all tables
is executed

No comments:

Post a Comment