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" }
]
});
Thanks it works perfectly. But do you have any idea where I can get the links of all pre-defined templates in Quote List?
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.