Hi we have a product that currently uses the .Net window wrapper technology originally used for SharePoint workflows. Specifically we are using classes derived from the following
Microsoft.Dexterity.Shell.FormFactory
Microsoft.Dexterity.Sehll.TaskForm
It appears that these are not supported in the GP2013 Web Client. We are using the classes to wrap an existing GP window and provide further GUI components. Specifically we are adding a list of historical actions on the right hand side and further input controls at the bottom of the window.
Is there any way of achieving something similar in the web client. I know we could use the modifier to add some of the controls to the window but this gives us some deployment challenges.
I'm also assuming that if SharePoint workflow is no longer support in 2015 that the wrapper logic will no longer work on the windows desktop as well, although I've not had the opportunity to test this yet.
Any help, ideas or encouragement greatly appreciated.
*This post is locked for comments