daryllabar / DLaB.Xrm.XrmToolBoxTools

Plugins for the XrmToolBox
MIT License
78 stars 70 forks source link

Connection_Record1ObjectTypeCode is missing in generated optionsets #520

Closed mattritchie closed 1 month ago

mattritchie commented 1 month ago

Tool and Version What tool/version is it that you're reporting a bug for? i.e. EarlyBoundGenerator V 2.2024.9.11

Describe the bug Similar to https://github.com/daryllabar/DLaB.Xrm.XrmToolBoxTools/issues/483 Using Connection as part of the whitelisted entities failed to create enums Connection_Record1ObjectTypeCode and Connection_Record2ObjectTypeCode {69BB3742-A5D8-4E8D-AB2D-10D17271747E}

To Reproduce

Have included my metadata as mentioned in the previous ticket https://github.com/user-attachments/files/17288970/XRM.EBG.Bug.zip

Expected behavior Enum gets generated

Screenshots {69BB3742-A5D8-4E8D-AB2D-10D17271747E}

Additional context I was hoping that setting the log level to something different might tell me some more info, but it only crashed XRM toolbox.

daryllabar commented 1 month ago

This is due to #477. Will Need to convert these to ints.

daryllabar commented 1 month ago

Thank you so much for the metadata. Made trouble shooting this way easier!