yagasoft / DynamicsCrm-CodeGenerator

A Visual Studio extension that allows generating early bound classes for Microsoft Dynamics CRM entities based on a template file.
http://yagasoft.com
GNU General Public License v3.0
11 stars 7 forks source link

fixed activity party bug #9

Closed ClemensWon closed 2 years ago

ClemensWon commented 2 years ago

the activity party can be renamed in the gui. This changes the name of the entity but not the name of the activityparty attribute which leads to an error. Now the attributes are also generated according to the rename to resolve the error.

yagasoft commented 2 years ago

@ClemensWon Thank you for your effort. I will check it out and merge it this week for sure.