Quintiq file version 2.0
Component PanelGeneral
{
  #keys: '[135040.0.213332858]'
  BaseType: 'WebPanel'
  Children:
  [
    Component selParentUnit
    {
      #keys: '[135040.0.213306631]'
      BaseType: 'WebDropDownList'
      Databinding: 'Unit'
      Children:
      [
        Component DataExtractorUnit
        {
          #keys: '[135040.0.213306632]'
          BaseType: 'WebDataExtractor'
          Properties:
          [
            DataType: 'Units'
            Source: 'DataHolderParentUnitSelection'
            Taborder: 0
            Transformation: 'Elements'
          ]
        }
      ]
      Properties:
      [
        AllowEmpty: true
        DataBinding: 'DataHolderDialogData.Data.Unit'
        DisplayField: 'Name'
        Label: 'Parent unit'
        Taborder: 0
        Tooltip: 'Select the unit that the stocking point belongs to.
This is used for visualization and filtering purposes.
The stocking point will show in the navigation panel as a child of the selected unit.
Leave empty to show the stocking point at the root level.'
      ]
    }
    Component EditFieldName
    {
      #keys: '[135040.0.218356195]'
      BaseType: 'WebEditField'
      Properties:
      [
        DataBinding: 'DataHolderDialogData.Data.Name'
        Label: 'Name'
        Taborder: 1
      ]
    }
    Component EditFieldID
    {
      #keys: '[135040.0.218343577]'
      BaseType: 'WebEditField'
      Properties:
      [
        DataBinding: 'DataHolderDialogData.Data.ID'
        Label: 'ID'
        Taborder: 2
      ]
    }
    Component DropDownListUOM
    {
      #keys: '[135040.0.218356448]'
      BaseType: 'WebDropDownList'
      Databinding: 'UnitOfMeasure_MP'
      Children:
      [
        Component DataExtractorUOM
        {
          #keys: '[135040.0.218356450]'
          BaseType: 'WebDataExtractor'
          Properties:
          [
            DataType: 'MacroPlan'
            Source: 'MacroPlan'
            Taborder: 0
            Transformation: 'UnitOfMeasure_MP'
          ]
        }
      ]
      Properties:
      [
        DataBinding: 'DataHolderDialogData.Data.UnitOfMeasure_MP'
        DisplayField: 'Name'
        Label: 'Unit of measurement'
        Taborder: 3
      ]
    }
    #child: PanelCheckboxBatchInfinite
    Component CheckboxInfiniteCapacity
    {
      #keys: '[135040.0.245307549]'
      BaseType: 'WebCheckbox'
      Properties:
      [
        DataBinding: 'DataHolderDialogData.Data.IsPlannedInfinite'
        Label: 'Infinite capacity'
        Taborder: 6
        Tooltip: 'Check to plan the stocking point against infinite storage capacity.'
      ]
    }
    Component DropDownListCurrency
    {
      #keys: '[139394.1.209415366]'
      BaseType: 'WebDropDownList'
      Databinding: 'Currency_MP'
      Children:
      [
        Component DataExtractorCurrency
        {
          #keys: '[139394.1.209415368]'
          BaseType: 'WebDataExtractor'
          Properties:
          [
            DataType: 'MacroPlan'
            Source: 'MacroPlan'
            Taborder: 0
            Transformation: 'Currency_MP'
          ]
        }
      ]
      Properties:
      [
        DataBinding: 'DataHolderDialogData.Data.Currency_MP'
        DisplayField: 'Name'
        Label: 'Currency'
        Taborder: 4
      ]
    }
  ]
  Properties:
  [
    Taborder: 0
    Title: 'General'
  ]
}