Hi there,
I need to support an environment that was created some time ago with hundreds of tables. One of the tasks is to check for deprecated controls. Instead of clicking through all the entities and forms and check the list of controls using the maker's portal UI, I added all the tables to a solution in the dev environment and exported and downloaded the solution file (in a .zip).
In the customizations.xml, it lists all the entities and forms and controls.
It has a control element like this:
<control id="ownerid" classid="{270BD3DB-D9AF-4782-9025-509E298DEC0A}" datafieldname="ownerid" />
My guess is that the classid attribute is the type of control. What I am looking for is the classid attribute values for the following control types:
auto-complete, input mask, multimedia player, number input, option set, and star rating
With that information, I can do a text search and find all the deprecated controls. It is a lot quicker than clicking through the UI.
These controls are listed as deprecated in the following article under the "Model-driven app controls deprecation" section:
Because these controls are deprecated, I cannot add them to a form and check the classid that way. I am wondering if any of you has them in an old form somewhere and can check the classid value for me and reply it here.
On the other hand, if there are Microsoft documentations somewhere with a list of classid values and their corresponding types, and you know the link to that. I appreciate it if you can share it here (I searched and cannot not find any).
Thank you.