Saturday 6 October 2018

Move elements from one layer to another in AX 2012

Today, I will be discussing about how to move customization or elements from one layer to another.
Let's say we have a scenario in which we want to move element from usr layer to var.

Following steps are required for moving elements to another.

Step 1) Go to AOT and select the element you want to export. For this purpose right click on it and select export option. Save your exported element on desired path.

Step 2) Use the AOT and delete the element from the layer you don't want further more.
Note : When you delete a table, all data in the table and ID references will be lost.

Step 3) Close Dynamics AX client.

Step 4) Open the Dynamics AX on the layer where you want to move elements.  For setting layer use this link : Set the layer .

Step 5) Import the elements from xpo on your desired layer where you want to move.


No comments:

Post a Comment

Note: only a member of this blog may post a comment.

Connect and upload in azure blob with azure key vault using x++

 Today, I will be sharing details about file upload in azure blob using azure vault that includes pre requisite and code snippet used to it....