Today we have an integration with Dynamics where we opens cards for cases, contacts etc. in a browser window through URLs (windows.open(URL).
Is it possible to something similar when using Workspace? I guess we then need to open a new session for each case (as an example), but everything happens inside the app. We do have a .NET CRM integration service as well, that is connecting to Dynamics 365 through SDK. Is it possible to do the job through some functionality provided by this SDK?