function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Deepak Balur 6Deepak Balur 6 

Integrating with Client/Server TMW app

We have a client server TMW App i.e. this app can't be accessed via a URL.
How do we display this app inside of Salesforce Service Console using iFrames?
ShashankShashank (Salesforce Developers) 
You can probably try creating a custom console component using visualforce, in which you can use the <apex:iframe> component.