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

Dynamically setting entire Form security access through Extension in D365FO

/// <summary> /// To check if user can get access to the Parameter form /// </summary> class SAN_ParamFormsAccessCtrl {     prot...