MscrmTools / MsCrmTools.SolutionComponentsMover

Transfer solution components across solutions
GNU General Public License v3.0
4 stars 5 forks source link

Wrong component type (sdk message processing step --> team template) #32

Open carlytos02 opened 1 year ago

carlytos02 commented 1 year ago

Hi, trying to move sdk message processing steps from one solution to another the log says that the tool is moving "team template" instead of "steps". Further investigating it seems that MSFT changed objecttypecode value inside "solutioncomponentdefinition" table. It's possibile that is better to use solutioncomponenttype column instead of objecttypecode when you retrieve solutioncomponentdefinition here?

https://github.com/MscrmTools/MsCrmTools.SolutionComponentsMover/blob/7389a02314ff5bf06e1e2f1511f33f72164b4f59/MsCrmTools.SolutionComponentsMover/MainControl.cs#L60

I'm working on an online instance with db version 9.2.23051.00240

Regards, Carlo