we can specify a template in **Quote List App navigation context**.
This works for me
JET.navigate({
name: "Quote List Object",
entities: [
{ RIC: JET.getActiveSymbol().RIC },
{ RIC: "PTT.BK"},
{ RIC: "BTS.BK"}
],
properties: [
{ template: "daps://reuters/Xtra60/Quote List Templates/Economic Indicators.reuters-quotelist-template" }
]
});
The available templates are the same as templates in the column menu.
For example, this "daps://reuters/Xtra60/Quote List Templates/Commodities/Analytics/Price Performance.reuters-quotelist-template" is "Price Performance" template in "Commodities/Analytics" section.
I got a response from the Product Development Manager that with QuoteList, you can only select one from the predefined template.
How to get market depth for NYMEX products?
How to get full data image immediately when there is no update on the specified chain or RIC?
Not possible to change the URL of a tab anymore
Is there a way to get market depth/book depth from the JET Quote service in App Studio- Web SDK?
How do you send custom fields between 2 apps when side by side in Eikon?