DataCubeService.testBridgeParameterScript Method

Tests a bridge parameter's attached parameter information script by passing a value and seeing if a parameter value is returned or an error is raised.
 

Parameters

testOptions

Type: Object

 An object containing options required to test the Bridge Parameter.
 dataCubeId                  [type: String] - The ID of the data cube the bridge parameter is in.
 bridgeParameter             [type: dundas.data.BridgeParameter] - The bridge parameter with latest scripts in the attached parameter information.

Return Value


Type: jQuery.Promise
Value: dundas.data.ParameterValue
A promise object that is resolved when the call is complete. If successful, a dundas.data.ParameterValue is returned.