Hi!
I have started working on a CRM 2016 online system already in production and immediately ran into problems. I used the CRM Explorer - Generate Wrappers functionality to create the wrappers. But they do not compile. I get 4 errors of type:
The type 'Company.Crm.bas_materialcode' already contains a definition for 'bas_offerproductid'
Which seems to be caused by there being a lookup field with that name, but also the N:1 relationship has the same schema name, instead of a typical bas_bas_materialcode_bas_offerproduct_bas_offerproductid
What are the ways to solve this?