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)
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
*This post is locked for comments