https://docs.tibco.com/pub/spotfire_server/7.6.1/doc/html/tsas_admin_help/GUID-13E15745-41ED-4811-A263-20D84838EC1A.html
Dec 21, 2017
How to execute any IronPython script from the JavaScript (mashup API) in TIBCO Spotfire
How to execute any IronPython script from the JavaScript (mashup API) in TIBCO Spotfire
https://community.tibco.com/wiki/how-execute-any-ironpython-script-javascript-mashup-api-tibco-spotfirer
https://community.tibco.com/wiki/how-execute-any-ironpython-script-javascript-mashup-api-tibco-spotfirer
- Define the selected IronPython script to execute when the property is updated.
- Create a new document property in the Spotfire Analyst client and define a script trigger.
- Modify the property by calling the Document.setDocumentProperty method in the JavaScript code where you want the script to trigger
// Define the Spotfire handle
var webPlayer = new spotfire.webPlayer.Application(server, customization);
webPlayer.onOpened(onOpenedCallback);
...
// Callback triggered after analysis is opened
function onOpenedCallback(analysisDocument)
{
// Modify property to trigger Spotfire script xyz
analysisDocument.setDocumentProperty("abc", "");
}
Dec 19, 2017
Spotfire User group Sync.
The
following user filter string seems to be working for us.
&(objectClass=user)(|(memberOf=CN=Spotfire-Admins,OU=Spotfire,OU=SecurityGrp,DC=h...b,DC=com)(memberOf=CN=Spotfire-Users,OU=Spotfire,OU=Security....Grp,DC=h...b,DC=com)(CN=Spot*))
CN=Spot* - will sync all the users who start with Spot
e.g Spotfire_test_user@test.com
Dec 16, 2017
Spotfire automation service helpful links
https://community.tibco.com/wiki/tibco-spotfire-web-services-api-tutorials-and-examples
https://docs.tibco.com/pub/doc_remote/sfire_dev/area/doc/api/TIB_sfire_autsvcs/Index.aspx?_ga=2.41956005.1812230274.1513473603-641631342.1497457480
https://community.tibco.com/wiki/create-automation-services-custom-task-tibco-spotfire
https://docs.tibco.com/pub/doc_remote/sfire_dev/area/doc/api/TIB_sfire_autsvcs/Index.aspx?_ga=2.41956005.1812230274.1513473603-641631342.1497457480
https://docs.tibco.com/products/tibco-spotfire-server-7-11-0
https://docs.tibco.com/pub/spotfire_server/7.6.1/doc/html/tsas_admin_help/GUID-EDEC3041-B238-4FEC-930E-EFF885B26E43.html
https://docs.tibco.com/pub/doc_remote/sfire_dev/area/doc/api/TIB_sfire_autsvcs/Index.aspx?_ga=2.41956005.1812230274.1513473603-641631342.1497457480
https://community.tibco.com/wiki/create-automation-services-custom-task-tibco-spotfire
https://docs.tibco.com/pub/doc_remote/sfire_dev/area/doc/api/TIB_sfire_autsvcs/Index.aspx?_ga=2.41956005.1812230274.1513473603-641631342.1497457480
https://docs.tibco.com/products/tibco-spotfire-server-7-11-0
https://docs.tibco.com/pub/spotfire_server/7.6.1/doc/html/tsas_admin_help/GUID-EDEC3041-B238-4FEC-930E-EFF885B26E43.html
Subscribe to:
Posts (Atom)