Tuesday, September 18, 2018

Moving Objects from One Model to Another Model in Dynamics 365 for finance and operations

Moving Objects from One Model to Another Model in Dynamics 365 for finance and operations

Steps:
1. Create new model (Development) with reference package (Application Suite)
2. Create another model (DevUpgrade) with reference package (Application Suite)
3. Move object from Model from Development to DevUpgrade
4. Create one solution with two projects with different in model.

5. Select objects from model development , which u want to move
6. Now right click -> second project and click -> paste

7. Now objects has been moved to another model

8. Completed

No comments:

Post a Comment

Convert Call stack to readable format in D365FO X++

//Input --container _xppCallStack = xSession::xppCallStack();  Public static str POL_formatXppCallStack(container _xppCallStack, int _skipFr...