Add API that identifies if the Automation Service Job request is for “Execute Locally” or for “Execute on server”(Windows Scheduling)
Currently there is nothing in Spotfire.Dxp.Automation.Extension.Task(API) to identify if the Automation Service Job request is for “Execute Locally” or for “Execute on server”(Windows Scheduling). We will need this API enhancement for our custom j...
Uniquely identify spotfire visuals in integration tests
It would be great to have a unique, persistent way of identifying Spotfire visuals. This would help to have Selenium (or other testing frameworks) to run integration tests in a predictable fashion.
TSDK-591 - Package builder enhancement to create .sdn files
Distributing a number of spk's as a suite like the Spotfire deploy/patch distributions. would be very welcome.
it saves one to click repetitive actions for adding packages.
I always wondered how to create a .sdn file with the package builder or ...
JavaScript API with OpenId authentication support.
Accessing JavaScript API with OpenId authentication on Spotfire Server is not currently supported in Spotfire. Can you provide when this is officially supported? This is affecting Enterprise Cloud adoption strategy.
Need to be able to fetch the DatabaseDataSourceSettings using API
We need an API to be able to read the DatabaseDataSourceSettings of a data table created using File-Open-DataBase (database DataSource oracle database). As per the documentation from STN at http://stn.spotfire.com/stn/API.aspx?API=dxp%2fhtml%2fP_S...
almost 9 years ago
in Spotfire / API
3
Implemented
Filtering from Spotfire api should not fail in the case of invalid values
Let’s imagine that we have 2 data sources, they have info about some items with columns: id, type and etc.
Data source 1 contains next ids: 1,2,3,4,5,6 – my data source (3d party app)
Data source 2 contains next ids: 3, 4, 5, 7, 8, 9 – data sourc...
allow to search any type of library items in LibraryManager class
Currently LibraryManager.Search() and LibraryManager.TryGetItem() can only search or get items with type defined in Spotfire.Dxp.Framework.Library.LibraryItemType, items with type other than these can not be returned by these 2 methods. Customer w...
improve javascript api onMarkingChange event to handle json data in chunks to overcome the browser json max limit
when listening to onMarkingChange event and marking 20 columns with 20,000 rows of data you get an error that the max json length is exceeded, this is a big problem when displaying a lot of data, we need to work with chunks of data the limit is to...
almost 7 years ago
in Spotfire / API
1
Implemented
Enhance the LibraryManager class to enable renaming and moving of library items / folders.
I'm using the LibraryManager class (C# API) to perform basic operations on the library, with this you can only create a folder or delete a folder, you cannot rename a folder or move a folder. These functions are vital if one want to perform any ba...
almost 7 years ago
in Spotfire / API
3
Implemented
Currently spotfire does not really support export of images with Themes - neither API, nor standard export.
This is working fine with new pdf export, but we would need it for API image export as well.