web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

Community site session details

Community site session details

Session Id :

Code conflicts recap in Microsoft Dynamics 365 Finance and Operations apps

Rahul Mohta Profile Picture Rahul Mohta 21,032

Code conflicts recap in Microsoft Dynamics 365 Finance and Operations apps

Conflicts in elements are represented with exclamation mark at the end of the object name (even after [c]

e.g. VendTable[c] !

In the element designer, type cf: to search/get all conflicts in an element e.g. form

Right click on conflicting objects/metadata and click resolved code conflicts (You must be in VS designer mode to see the option of resolving conflicts)

pastedimage1585200664783v1.png

Compare with baseline is baseline of element when it was taken for customization.

e.g. Create a new table "Table1" in new extension model

Add field string1

 

Overlayer the table1 in another model and add another field int1

 

When an element is viewed from AOT, the original MS provided as well as all customizations would be seen in element designer.

 

 

Compare metadata with baseline

Comments

*This post is locked for comments