MscrmTools / MscrmTools.PolymorphicLookupCreator

GNU General Public License v3.0
6 stars 7 forks source link

Relationship name is overwritten with default value #4

Closed jimbonovak closed 2 years ago

jimbonovak commented 2 years ago

When using the tool, we update the relationship name to match our naming convention.

If you change the selection in the referenced tables list, then select the Table that was updated, the name is set back to the default provided by the tool.

For example, Account as the Referencing Table, select Comment, the default Schema Name is: new_account_comment_new_ReferenceId

Change the name to new_account_comment_Reference

Select Contact from the list, then select Comment again. The Schema Name is reverted back to new_account_comment_new_ReferenceId


MscrmTools commented 2 years ago

Hi @jimbonovak, I will work on this

Thank you