hongji.li
2023-11-11 df5a7e1ad6835e78b2f9eb7428817b0c23b116bc
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
76
77
78
Quintiq file version 2.0
#parent: #root
EDIBroker GlobalOTDTable_ModulePanelCorrespondence
{
  MDSDefinition: GlobalOTDTable
  TimeZone: 'ACT'
  UseOSTimeZone: false
  EDIModelLink.Destination Destination18
  {
    EDIMLTable Global_MappingModulePanelCorrespondence
    {
      PrimaryKeyColumns: BoardCode
      PrimaryKeyColumns: ProductCode
      TargetType: Global_MappingModulePanelCorrespondence
      TypeIndex: Global_MappingModulePanelCorrespondenceTypeIndex
      EDIMLColumn BoardCode { Attribute: BoardCode ValueType: String }
      EDIMLColumn ID { Attribute: ID ValueType: String }
      EDIMLColumn PanelBase { Attribute: PanelBase ValueType: String }
      EDIMLColumn ProductBase { Attribute: ProductBase ValueType: String }
      EDIMLColumn ProductCode { Attribute: ProductCode ValueType: String }
    }
  }
  EDIODBCLink.Source Source17
  {
    DataIntegrityStrategy: 'Disabled'
    SettingsEngineLink: 'domainmodel.ediremotedatasourcedefinition.remotestorage.oracle'
    EDIODBCLinkTable MID_MODULEPANELCORRESPONDENCE
    {
      OthersMayCreateTable: true
      OthersMayDeleteRow: true
      OthersMayDropTable: true
      OthersMayFlushTable: true
      OthersMayInsertRow: true
      Parameters: '/owner="OTD"'
      PrimaryKeyColumns: BOARDCODE
      PrimaryKeyColumns: PRODUCTCODE
      RecordModificationHintStrategy: 'None'
      EDIODBCLinkColumn BOARDCODE
      {
        OthersMayUpdateColumn: true
        ValueType: String
      }
      EDIODBCLinkColumn ID
      {
        OthersMayUpdateColumn: true
        ValueType: String
      }
      EDIODBCLinkColumn PANELBASE
      {
        OthersMayUpdateColumn: true
        ValueType: String
      }
      EDIODBCLinkColumn PRODUCTBASE
      {
        OthersMayUpdateColumn: true
        ValueType: String
      }
      EDIODBCLinkColumn PRODUCTCODE
      {
        OthersMayUpdateColumn: true
        ValueType: String
      }
    }
  }
  EDITransformation.Transformation Transformation17
  {
    EDITableTransformation
    {
      InputTable: MID_MODULEPANELCORRESPONDENCE
      OutputTable: Global_MappingModulePanelCorrespondence
      EDIColumnMatch { InputColumn: BOARDCODE OutputColumn: BoardCode }
      EDIColumnMatch { InputColumn: ID OutputColumn: ID }
      EDIColumnMatch { InputColumn: PANELBASE OutputColumn: PanelBase }
      EDIColumnMatch { InputColumn: PRODUCTBASE OutputColumn: ProductBase }
      EDIColumnMatch { InputColumn: PRODUCTCODE OutputColumn: ProductCode }
    }
  }
}