Legacy life cycle field mapping to CSDM Lifecycles

anthonyokoth
Tera Contributor

Hi all,

I just finished mapping the legacy life cycle field (which is operational status) to the life cycle stage and life cycle stage status via the life cycle mapping table. I activated the system property (csdm.lifecycle.migration.activated) syncing the fields. 
I was trouble shooting the OOTB Business Rule (Update lifecycle from legacy) since any updates to my operational status field on the CI form was not updating to the corresponding value on the life cycle stage and life cycle stage status fields. 

This business rule has this condition on it which was causing the update not to occur: 

 

new LifeCycleUtil().isLifeCycleMigrationActivated() && !(new LifeCycleUtil().isProductInstanceSyncActive())

 

The first part is the system property that i activated and evaluates to true. What is the second one and why should it not be true?

 

0 REPLIES 0