| Quintiq file version 2.0 | 
| #parent: PanelSCV/DataHolderPISPIPFromProductPlanningMatrix | 
| Response OnDataChanged () id:Response_PanelSCV_DataHolderPISPIPFromProductPlanningMatrix_OnDataChanged | 
| { | 
|   #keys: '[139394.0.533520721]' | 
|   CanBindMultiple: false | 
|   DefinitionID: 'Responsedef_WebComponent_OnDataChanged' | 
|   QuillAction | 
|   { | 
|     Body: | 
|     [* | 
|       // Update displaypispip | 
|       // When user changes the matrix selection, update the displayed pispip data | 
|       // The reason we have this is because DisplayedPISPIP can sourced from either the matrix or scv node | 
|       // so we do it procedurally | 
|       if ( this.Data().Size() >0 )  | 
|       { | 
|         DataHolderDisplayPISPIP.Data( this.Data().Element( 0 ) ) | 
|       } | 
|       else if( DataHolderSelectedPISPs.Data().Size() =0 ) | 
|       { | 
|          | 
|         DataHolderDisplayPISPIP.Data( null( ProductInStockingPointInPeriod ) ); | 
|       } | 
|     *] | 
|     GroupServerCalls: false | 
|   } | 
| } |