I'm integrating Sage CRM (on-premise) into a .NET Framework WinForms app using Microsoft Edge WebView2. I need to:
Automatically open a specific Case or Company screen when a user clicks in the app.
What I’ve Tried (None Fully Worked)
Direct URL with SID from SOAP login
http://<crm>/eware.dll/Do?SID=...&Act=432&Mode=1&Key1=2603&T=Case
CRM responds: “You are currently not logged in” — even with valid SID.
URL without SID, relying on cookies
http://<crm>/eware.dll/Do?Act=432&Mode=1&Key1=2603&T=Case
Always shows “not logged in” screen. Never redirected properly.
Questions for Support
Is it possible to automatically navigate to a Case page after login in an embedded browser like WebView2?
Can the SID be used at all in this context — or is session cookie a must?
Is there a recommended way to do this flow with Sage CRM (e.g., via SSO or server config)?
Is there any documentation or steps to integrate this kind of functionality with examples.
Please, let me know if you need more details.
Thank you!
okay thanks