shashisadasivan / SSD365VSAddIn

Visual studio addin for D365 Finance and operations
https://shashisadasivan.github.io/SSD365VSAddIn/
MIT License
35 stars 22 forks source link

Fix #52, Fix Table Field to EDT creation - string size not being copied to the EDT, Update TableFieldEDTCreatorMenuAddIn.cs #57

Closed SinghDevinder closed 2 years ago

SinghDevinder commented 2 years ago

Fix Table Field to EDT creation - string size not being copied to the EDT

Root cause : IBaseField did not have the property name "StringSize" instead had "StringSizeDesignTime"