lazhen
2025-01-09 8afe90b633046db39042aada36b88193062f8cff
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
Quintiq file version 2.0
Component pnlContent
{
  #keys: '[135040.0.183085718]'
  BaseType: 'WebPanel'
  Children:
  [
    #child: PanelStart
    #child: PanelEnd
    Component selSalesSegment
    {
      #keys: '[135040.0.188680146]'
      BaseType: 'WebDropDownList'
      Databinding: 'SalesSegment_MP'
      Children:
      [
        Component DataExtractorSalesSegment
        {
          #keys: '[135040.0.188680147]'
          BaseType: 'WebDataExtractor'
          Properties:
          [
            DataType: 'structured[SalesSegment_MP]'
            FixedFilter: 'object.Child( relsize ) =0'
            Source: 'ApplicationMacroPlanner.DataHolderSalesSegment'
            Taborder: 0
            Transformation: 'Elements'
          ]
        }
      ]
      Properties:
      [
        DataBinding: 'DataHolderDialogData.Data.SalesSegment_MP'
        DisplayField: 'Name'
        Label: 'Sales segment'
        Taborder: 0
        Tooltip: '<html> Select the sales segment that the fulfillment restriction applies to. <br> Fulfillment restrictions only apply to sales demands on higher-level products. <br> They are ignored for sales demands on leaf products. <br> The items in the drop-down list are filtered based on the Sales segment selection. </html>'
      ]
    }
    Component selProduct
    {
      #keys: '[135040.0.188680201]'
      BaseType: 'WebDropDownList'
      Databinding: 'Product_MP'
      Children:
      [
        Component DataExtractorProduct
        {
          #keys: '[135040.0.188680202]'
          BaseType: 'WebDataExtractor'
          Properties:
          [
            DataType: 'MacroPlan'
            FixedFilter: 'not object.IsSystem() and object.IsLeaf()'
            Source: 'MacroPlan'
            Taborder: 0
            Transformation: 'Product_MP'
          ]
        }
      ]
      Properties:
      [
        DataBinding: 'DataHolderDialogData.Data.Product_MP'
        DisplayField: 'Name'
        Label: 'Product'
        Taborder: 1
        Tooltip: '<html> Select the leaf product that is excluded for fulfillment of sales demands on higher-level products. <br> Fulfillment restrictions only apply to sales demands on higher-level products. <br> They are ignored for sales demands on leaf products.</html>'
      ]
    }
  ]
  Properties:
  [
    Taborder: 1
  ]
}