Adding a New Mapping and Sequence
Note: Be aware of any differences in the allowed lengths in mapped
columns. If a decimal value imported from the external application contains
more decimal places than are allowed in the mapped column in the target
database, the data is rounded by SQL Server default precision. If this rounding
is not appropriate for this value, you must correct it in the target database
after the final data transfer is complete.
Your external application has an OPERATION table that you are mapping to the CloudSuite Industrial job table. However, you only want to import operation records where the WORKORDER_TYPE value is M into the job table. In the sequence record where the OPERATION table is mapped to the job table, specify this in the Source Filter field: WORKORDER_TYPE="M"
Related topics