-
Notifications
You must be signed in to change notification settings - Fork 70
EBG ‐ Submitting Metadata For Debugging
Daryl LaBar edited this page Nov 29, 2023
·
3 revisions
Sometimes in order to effectively troubleshoot issues with the code generation, it is helpful to submit the metadata and settings file used in the generation. These are the steps to do so:
-
Depending on the number and size of table being serialized, the metadata.xml can be quite large. It is recommended to have the smallest list of whitelisted entities as possible to keep this file down to a manageable size.
-
Enable Serialize Metadata flag under the 7 - Debug Menu:
-
Generate the early bound classes
-
Zip following files into a zip file:
- The generated metadata.xml file (this is by default, located in the folder of the XrmToolBox exe, but you can look for the following message in the outlook text ([**** Writing Metadata to File C:\YourPath\metadata.xml ****]
- The Settings Xml file (In the Settings Path: box)
- The Builder Settings Json file (which is relative to the Settings xml path).
-
Revert the Serialize Metadata flag back to false.
-
Share the zip file.