yanweiyuan3
2023-08-09 588bc7829387dfc761cc25f06f77d4c81818bd10
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Quintiq file version 2.0
#parent: #root
Response OnUserSelectionChanged (
  structured[Unit] selection
) id:Response_ListUnitTree_OnUserSelectionChanged
{
  #keys: '[113694.2.1040957917]'
  Body:
  [*
    // Highligh object in custom draw & Set data holder for some filtering
    units := selectset( MacroPlan, ViewBase.Node, u, u.istype( UnitNode ) and exists( selection, Elements, unit, unit.Name() = u.Name(), true ), true );
    ApplicationLibMacroPlanner.SupplyChainDiagramHighlightedObject( units );
    
    // Set detail panel
    newset := selectset( selection, Elements, child,
                         not exists( selection, Elements, parent, parent.IsParent( child ) and parent <> child ) )
    
    
    newset := selection.Copy();
    
    DataHolderUnits.Data( newset.Copy() );
  *]
  CanBindMultiple: false
  DefinitionID: 'Responsedef_List_OnUserSelectionChanged'
}