On Early days I remember that this functionality was working, now a days it is not.
When you working in onebox environemnt, as developer.
i.e. you open Released products details form (in web browser). Then press right mouse button on control (Form Information -> Control Name; InventTable_ItemId)
This button opens Visual Studio 2022 and should open Form design view and select control, but it does not working.
- In general browser opens this url: dynamics://Navigation/Form/EcoResProductDetailsExtended/Control/InventTable_ItemId
- Then in registry editor Computer//HKEY_CLASSES_ROOT//dynamics we can see that it is calling: C:/Program Files/Microsoft Visual Studio/2022/Professional/Common7/IDE/Extensions/ah02evdc.5to/UrlProtocolHandler.17.0.exe %1
- This UrlProtocolHandler.17.0.exe - opens Visual Studio.
- And here it should open form and select control. But it is not doing that. Something is missing here..
Any ideas?