rappen / LCG-UDG

XrmToolBox plugin to generate constant classes from metadata for late bound development on Microsoft Dynamics 365/CRM.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Include config in generated file is on by default for "One file per entity"

damonfutter opened this issue · comments

If you have a project file currently set up to use "One file per entity", when you load the project file, the flag for "Include Configuration" is turned on.

Unfortunately, the option to turn it off is not shown in the options dialog, so it's not obvious how to turn it off:
image

To turn off "Include Configuration" you can:

  1. Open the Options dialog.
  2. Temporarily switch it to "One common file".
  3. Untick the "Include configuration" box.
  4. Switch back to "One file per entity".
  5. Click OK.