Quintiq file version 2.0
|
#parent: #root
|
EDIBroker MPSync_ImportActualPISPIPsFromDBBroker
|
{
|
MDSDefinition: MPSync
|
EDIModelLink.Destination MPSync_DestinationActualPISPIPForImport
|
{
|
EDIMLTable IOActualProductInStockingPointInPeriod
|
{
|
PrimaryKeyColumns: Date
|
PrimaryKeyColumns: ManufacturedDate
|
PrimaryKeyColumns: ProductID
|
PrimaryKeyColumns: StockingPointID
|
SoftDeleteAttribute: IsSoftDeleted
|
TargetType: IOActualProductInStockingPointInPeriod
|
TypeIndex: IOActualProductInStockingPointInPeriodTypeIndex
|
WithSoftDelete: true
|
EDIMLColumn ActualInventoryLevelEnd { Attribute: ActualInventoryLevelEnd ValueType: Real }
|
EDIMLColumn Date { Attribute: Date ValueType: Date }
|
EDIMLColumn Description { Attribute: Description ValueType: String }
|
EDIMLColumn ManufacturedDate { Attribute: ManufacturedDate ValueType: Date }
|
EDIMLColumn ProductID { Attribute: ProductID ValueType: String }
|
EDIMLColumn StockingPointID { Attribute: StockingPointID ValueType: String }
|
}
|
}
|
EDIODBCLink.Source MPSync_SourceActualPISPIPForImport
|
{
|
DataIntegrityStrategy: 'Disabled'
|
SettingsEngineLink: 'domainmodel.ediremotedatasourcedefinition.remotestorage.syncobject'
|
EDIODBCLinkTable ActualProductInStockingPointInPeriods
|
{
|
OthersMayCreateTable: true
|
OthersMayDeleteRow: true
|
OthersMayDropTable: true
|
OthersMayFlushTable: true
|
OthersMayInsertRow: true
|
Parameters: '/owner="dbo"'
|
PrimaryKeyColumns: Date
|
PrimaryKeyColumns: ProductID
|
PrimaryKeyColumns: StockingPointID
|
RecordModificationHintStrategy: 'None'
|
EDIODBCLinkColumn ActualInventoryLevelEnd
|
{
|
OthersMayUpdateColumn: true
|
ValueType: Real
|
}
|
EDIODBCLinkColumn Date
|
{
|
OthersMayUpdateColumn: true
|
ValueType: DateTime
|
}
|
EDIODBCLinkColumn Description
|
{
|
OthersMayUpdateColumn: true
|
ValueType: String
|
}
|
EDIODBCLinkColumn ManufacturedDate
|
{
|
OthersMayUpdateColumn: true
|
ValueType: DateTime
|
}
|
EDIODBCLinkColumn ProductID
|
{
|
OthersMayUpdateColumn: true
|
ValueType: String
|
}
|
EDIODBCLinkColumn StockingPointID
|
{
|
OthersMayUpdateColumn: true
|
ValueType: String
|
}
|
}
|
}
|
EDITransformation.Transformation MPSync_TransformationActualPISPIPForImport
|
{
|
EDITableTransformation
|
{
|
InputTable: ActualProductInStockingPointInPeriods
|
OutputTable: IOActualProductInStockingPointInPeriod
|
EDIColumnMatch { InputColumn: ActualInventoryLevelEnd OutputColumn: ActualInventoryLevelEnd }
|
EDIColumnMatch
|
{
|
InputColumn: Date
|
OutputColumn: Date
|
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: Description OutputColumn: Description }
|
EDIColumnMatch
|
{
|
InputColumn: ManufacturedDate
|
OutputColumn: ManufacturedDate
|
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: ProductID OutputColumn: ProductID }
|
EDIColumnMatch { InputColumn: StockingPointID OutputColumn: StockingPointID }
|
}
|
}
|
}
|