question

Upvotes
Accepted
111 2 5 8

How to link from a News App to a SxS App?

Hi,

The News app does not have an option to select the list of available apps within the link pulldown menu.

It can only select color. How can we link from a News App to an external SxS App?

Thank you.

side-by-side-api
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
Accepted
78.2k 246 52 72

After using the launch command to launch the News app, the response will contain the instanceId of the launched app. Then, you can use link command to link that application to the SxS Application.

Launch Command

Request
{"command":"launch","sessionToken":"<token>","appId":"News","context":{"entities":[{"RIC":"TRI.N"}]}}

Response
{"isSuccess":true,"instanceId":"47743010"}

Link Command

Request
{"command":"link","sessionToken":"<token>","targetInstanceId":"47743010"}

Response
{"isSuccess":true}

After that, you will see that the News App is linked to the SxS application.


link.png (77.7 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
111 2 5 8

Hi,

That is link from SxS to News app. However, how to link from News App to SxS? For example, the Quote app has an option "BROADCAST TO" to select my SxS external application.

Thank you.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

It should relate to how the News app is initialized. You should contact Eikon support team to verify the News app.

Upvote
16 0 0 1

Hi @BrianLeung: the News Monitor does not broadcast context so you will not be able to crate a link from News Monitor to a SxS (or an Eikon app) the same way you can with a Quote, Monitor etc.

Thanks,

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.