

In the SCD wizard generated mapping, i have changed the derived column transformation to represent the modified date. In the derived column for the new row path changed the derived column transformation to include EffectiveFrom as new column with values as "modifieddate" of the source table. In the path to expire records changed the derived column transformation to include EffectiveTo as new column with value "modifieddate" like below.

Running the package for the first time has populated the dimension table like below.

Now in the source table, the record with AssetId = 1 is modified on 11/14/2008 when the AssetTypeName field (historical field of SCD) is updated as "FullMask" inplace of "Mask". The source table will look like below

Now executing the SCD package will populate the dimension like below.

To get the correct surrogate key for this type of dimension to load the fact table, read this
http://robinbi.blogspot.com/2008/12/lookup-surrogate-key-from-dimension.html