Quintiq file version 2.0 
 | 
#parent: #root 
 | 
EDIBroker GlobalOTDTable_StockingPointCost 
 | 
{ 
 | 
  MDSDefinition: GlobalOTDTable 
 | 
  TimeZone: 'ACT' 
 | 
  UseOSTimeZone: false 
 | 
  EDIModelLink.Destination Destination10 
 | 
  { 
 | 
    EDIMLTable Global_MappingStockingPointCost 
 | 
    { 
 | 
      PrimaryKeyColumns: ID 
 | 
      TargetType: Global_MappingStockingPointCost 
 | 
      TypeIndex: GlobalOTDTable_StockingPointCostTypeIndex 
 | 
      EDIMLColumn AccountName { Attribute: AccountName ValueType: String } 
 | 
      EDIMLColumn Cost { Attribute: Cost ValueType: Real } 
 | 
      EDIMLColumn CostDriver { Attribute: CostDriver ValueType: String } 
 | 
      EDIMLColumn ID { Attribute: ID ValueType: String } 
 | 
      EDIMLColumn ProductID { Attribute: ProductID ValueType: String } 
 | 
      EDIMLColumn Start { Attribute: Start ValueType: Date } 
 | 
      EDIMLColumn StockingPointID { Attribute: StockingPointID ValueType: String } 
 | 
    } 
 | 
  } 
 | 
  EDIODBCLink.Source Source9 
 | 
  { 
 | 
    DataIntegrityStrategy: 'Disabled' 
 | 
    SettingsEngineLink: 'domainmodel.ediremotedatasourcedefinition.remotestorage.oracle' 
 | 
    EDIODBCLinkTable MID_INVENTORYCOST 
 | 
    { 
 | 
      OthersMayCreateTable: true 
 | 
      OthersMayDeleteRow: true 
 | 
      OthersMayDropTable: true 
 | 
      OthersMayFlushTable: true 
 | 
      OthersMayInsertRow: true 
 | 
      Parameters: '/owner="OTD"' 
 | 
      PrimaryKeyColumns: ID 
 | 
      RecordModificationHintStrategy: 'None' 
 | 
      EDIODBCLinkColumn ACCOUNTNAME 
 | 
      { 
 | 
        OthersMayUpdateColumn: true 
 | 
        ValueType: String 
 | 
      } 
 | 
      EDIODBCLinkColumn COST 
 | 
      { 
 | 
        OthersMayUpdateColumn: true 
 | 
        ValueType: Real 
 | 
      } 
 | 
      EDIODBCLinkColumn COSTDRIVER 
 | 
      { 
 | 
        OthersMayUpdateColumn: true 
 | 
        ValueType: String 
 | 
      } 
 | 
      EDIODBCLinkColumn ID 
 | 
      { 
 | 
        OthersMayUpdateColumn: true 
 | 
        ValueType: String 
 | 
      } 
 | 
      EDIODBCLinkColumn PRODUCTID 
 | 
      { 
 | 
        OthersMayUpdateColumn: true 
 | 
        ValueType: String 
 | 
      } 
 | 
      EDIODBCLinkColumn START 
 | 
      { 
 | 
        OthersMayUpdateColumn: true 
 | 
        ValueType: DateTime 
 | 
      } 
 | 
      EDIODBCLinkColumn STOCKINGPOINTID 
 | 
      { 
 | 
        OthersMayUpdateColumn: true 
 | 
        ValueType: String 
 | 
      } 
 | 
    } 
 | 
  } 
 | 
  EDITransformation.Transformation Transformation9 
 | 
  { 
 | 
    EDITableTransformation 
 | 
    { 
 | 
      InputTable: MID_INVENTORYCOST 
 | 
      OutputTable: Global_MappingStockingPointCost 
 | 
      EDIColumnMatch { InputColumn: ACCOUNTNAME OutputColumn: AccountName } 
 | 
      EDIColumnMatch { InputColumn: COST OutputColumn: Cost } 
 | 
      EDIColumnMatch { InputColumn: COSTDRIVER OutputColumn: CostDriver } 
 | 
      EDIColumnMatch { InputColumn: ID OutputColumn: ID } 
 | 
      EDIColumnMatch { InputColumn: PRODUCTID OutputColumn: ProductID } 
 | 
      EDIColumnMatch 
 | 
      { 
 | 
        InputColumn: START 
 | 
        OutputColumn: Start 
 | 
        Converter 
 | 
        { 
 | 
          XMLDefinition: 
 | 
          [* 
 | 
            <?xml version="1.0" encoding="UTF-16"?> 
 | 
            <DateTimeToDate xmlns="http://www.quintiq.com/GEB/DateTimeToDate" Key="@1"> 
 | 
              <IsStandard>true</IsStandard> 
 | 
              <IsISO>false</IsISO> 
 | 
              <IsCustom>false</IsCustom> 
 | 
              <ConversionType>0</ConversionType> 
 | 
            </DateTimeToDate> 
 | 
          *] 
 | 
        } 
 | 
      } 
 | 
      EDIColumnMatch { InputColumn: STOCKINGPOINTID OutputColumn: StockingPointID } 
 | 
    } 
 | 
  } 
 | 
} 
 |