Modify data table and persist data from Spotfire Web Player - datatable

I need to modify an embedded data table by ironpython script and persist the changes in Spotfire Web Player, is this possible?
I have the ironpython script to add a new row in a data table and its works. The script is asigned to a buttom (action control) so when i clicked the new row is generated, but when I press F5 to refresh the dashboard the changes are gone. Is there any way to save these changes?
I tried locally and it works too, but the problem is when i try in Web Player.
I think that the only way to change the data and persist is locally and then saving the .dxp in the server, is this correct?
Thanks!

Related

apex application page not found

I created an empty application with project sample database in apex with administration and access control features.
Every time I create a new page for a table and want to run it, the page does not appear in navigation menu and when I run it from page editor an error occurs. (Report, master Report and etc.)
This problem does not happen in another applications I have.
Does anyone know why?
Something went wrong with the application creation process (perhaps an error occurred) or afterward to the application metadata (corrupted somehow).
When I created another new application, it worked fine.

Dynamics CRM - Custom development

I'm completely new to the Dynamics CRM environment.
Within our current implementation, there is a grid which displays a list of current sales opportunities. Within this grid, there is a column for the user which is a link to another part of Dynamics. We want to instead be able to open a new window to another system. How can I customize how that link gets rendered out so that the client "onclick" function can link to a javascript function which will open a new window with the URL we need?
Please see attached:
Snapshot of Dynamics grid
Im afraid that this is not possible with supported customization.
My understanding is that you will keep URL to external system on entity and you would like to be able to open with single click from grid displaying this record?
However, Im not sure if you add this fields as single line of text with format option URL won`t work as expected. If this does not work, you would need a custom grid to display this data.
You can store url in text field with format URL, click on such field will open link in new window/tab.

While clicking next link in a table region for an oaf page is not fectching the next set of rows?

My oaf page has a table region, the next link in the table region to fetch the next 10 rows is not working however this same code while I deployed it in our local server was working fine.
Only in this new server I'm facing this problem all other features in the page are working fine.
I have imported the page using xml importer.
Check your datasource; Make sure the query that brings your result has more than 10 rows. This could explain why you cannot use this next page button.
Maybe check server logs?
Maybe enable Javascript for that new site on your IE?
Otherwise, you give so few information about your issue that it's difficult to help.
Let us know if you discover what's wrong.

How to share data between two browser windows

In my web application I get some data from server. Then if user want's to see this data visualized in great detail I want to open second browser window and do it there. The problem is with passing the data to be visualized. I don't want to make second request to server. So all I have now is to append this data to the URL to be opened in second window. This of course works but the URL look ugly and the amount of data is very limited. Is there any other way to accomplish this?
You could use a session-value. Save the data into the session when retrieving it from the server, and read it when you open the second browser tab.

CK Editor - data loss

I have embedded a CKEditor in my application, which I have developed using OutSystems. Whenever I enter some data into the CKEditor and press 'OK' the data is saved, but when I open the CKEditor again for editing then the previously entered data is cleared somehow.
This is against the normal functionality. The user does not wants this data loss.
Any hints ?
Thanks!
I don't think the CKEditor component has that bug, so this sounds like an application logic problem.
Are you sure you are:
Properly saving the Variable bound to the Input that CKEditor is
overlaying to a persistent place (DB, session variable etc) inside
the screen Submit action?
Loading that same Variable with that persisted value inside the
screen Preparation action? (when you come back to edit)
Miguel

Resources