-
JET in Workspace?
A partner company that I work with has a single version of an app, that is used in both Eikon and Workspace. That app uses the JET API to retrieve some basic data. A customer has reported a problem, which appears to indicate that JET in Eikon and JET in Workspace are returning different data. What is the status of JET in…
-
JET 2 Quotes.onUpdate not firing in a new client machine - What to whitelist?
hi! I have an Angular app, consumed in Eikon Desktop Container, the app displayes quotes for some RICs (permission are in place) App is working as expected in an old machine. Requirement now to deploy the same in a new machine, onUpdate is never firing there. What url should we whiteliste at the new machine ? Below are a…
-
Not possible to change the URL of a tab anymore
I have the following case: I have a main page which triggers an opening of a new tab containing a loading indicator. Then when the main page receives a response, it is expected that the tab is updated with a new content. Is it possible to achieve this? This used to be possible when using: JET.navigate({ name: "APP ID",…
-
JET SDK: Retrieving News
Hi, I am a developer for a App Studio Application that utilizes JET API v2.0.12. I am utilizing React on the front-end. I am attempting to retrieve all news related to a particular stock. This means I most likely would have to provide the RIC as an argument to a function, but I am unsure as to what function I would have to…
-
Is it possible to search ric code by providing imo number or vessel name via JET API by triggerin...
Is it possible to search ric code by providing imo number or vessel name via JET API by triggering a request? If possible, please guide us in that path. Thanks in advance!!
-
How to use JET request in a new window?
JET.navigate() is used in order to open a new window in a separate tab when clicking a button. After the new window opens, i want to use JET.request() in order to retrieve some data. The problem is that somehow, the connection to JET is lost and the AppInfo data is empty and I'm not able to make the request. There is no…
-
JET SDK open line chart
Hello Support, We are the developers for an App Studio App called SC Intelligent Insights. We have a request to open the chart in line chart pattern and not candlestick chart pattern, We are using below code to open a chart: JET.navigate({ name: "Graph", entities: [{ RIC, }] }); Please let us know if this is possible.…
-
How to embed Graph in the chart div, see the sample code below
We are trying to create an Graph using JET API. Now the Graph is displayed in a new popup. We want to embed the Graph with in our application layout. So in our code, i want to embed the code inside the div. <div id="chart"></div> Sample code <script> JET.init({ ID: "JETSample", Title: "JET - Getting Started" });…
-
Is it possible to use JET api to create a self hosted application and delpoy in our webserver?
Is it possible to use JET api to create a self hosted application and delpoy in our webserver?
-
Vessel History is not appearing via Jet API for Vessel (imo : 8602531)
Hi Team, We tried to fetch vessel history via JET API for IMO Num: 8602531. We are getting no response. But when we tried this via Eikon , we are able to see vessel movements. DataGrid Sample Requests : { "instruments": ["8602531"], "fields": [{ "name": "TR.AssetLocationDate" }, { "name": "TR.AssetLocationLatitude" }, {…
-
Vessel Movement History Data Mismatch
Hi Team, We tried fetching the Vessel Movement History Data from EIKON using JET API. We are getting the data, but there are some data mismatch with the Vessel Movement History in the Movements tab available for the vessels and the data which we fetch. We tried fetching the data for the Vessel IMO: 9349679 and Vessel Name:…
-
Records Missing when fetching data from JET API for vessel movement history
Hi Team, We fetched Vessel Movement History data from EIKON using JET API. In EIKON we have parameters to filter the data. The parameters are 48 hours, 7 days, 14 days, etc. But while fetching using JET API we are unable to send the hours parameter. While fetching the data using JET API, some records are missed when cross…
-
JET Context Change is not working for instrument ESZ6
We have an application that connects to Eikon through linked windows. If you enter a RIC in one of the linked windows (e.g., the Chart window), then that RIC pushes through to our app as expected. This works fine for most RICs, but we are seeing weird behavior with RIC ESZ6 in particular. When we enter that RIC in an Eikon…
-
Is there a programmatic way to determine if a window is linked to any others?
I'd like to be able to code to determine if a window is linked to any others. I know that there is no way to programatically set a window link color , but is there a way to programatically see which window link color is currently in use?
-
Is there a way to open a new window and make it be automatically linked (i.e., with the same colo...
...red chain link) to its parent window? I see how to create or launch a new window using JET.navigate. But the new windows created have to then be manually linked to have the same color/context as the parent window. Is there a way to programatically link them on window creation?