DataCubeService.saveResultConnectorElement Method

Saves the result connector.
 

Parameters

options

Type: Object
The options are available:
     dataCubeId                                      [type: String] - The ID of the data cube.
     connectorElementId                              [type: String] - The ID of the connector element.
     promotionHierarchyLevelUniqueName               [type: String, optional: true] - (optional) The hierarchy level unique name if promoting.
     promotionHierarchyLevelCompatibleUniqueName     [type: String, optional: true] - (optional) The hierarchy level compatible unique name if promoting.
     promotionHierarchyId                            [type: String, optional: true] - (optional) The ID of the hierarchy if promoting.
     promotionHierarchyUniqueName                    [type: String, optional: true] - (optional) The unique name of the hierarchy if promoting.
     hierarchy                                       [type: dundas.data.Hierarchy, optional: true] - (optional) The hierarchy to save. Either this or the measure must be specified.
     measure                                         [type: dundas.data.Measure, optional: true] - (optional) The measure to save. Either this or the hierarchy must be specified.
     isImplicit                                      [type: Boolean, optional: true] - (optional) A value indicating whether the save will promote the connector element to use explicit hierarchy.
     isSelected                                      [type: Boolean, optional: true] - (optional) A value indicating whether or not the connector element is selected.
     uniqueName                                      [type: String, optional: true] - (optional) If the unique name is to be updated, it can be provided.
     keyMappings                                     [type: Array, optional: true] - (optional) A dictionary (key-value pairs) of hierarchy key element names and corresponding connector element GUID.
     additionalKeyMappings                           [type: Array, optional: true] - (optional) A collection of hierarchy level unique name and key element names with corresponding connector element GUID.
 

Return Value


Type: jQuery.Promise
Value: dundas.entities.DataCube
A promise object that is resolved when the call is complete. If successful, the updated dundas.entities.DataCube is returned.