Recently, i was doing some stuff based on on the Merge operation on the Command Transformation ( Subscriber), but somehow those of my rules were being triggerd even if Merge operation was coming from (publisher).. and it was really bugging me a lot..
after spending few seconds, i figured out a maigc default Novell boolean local variable in the policy builder called 'fromNDS'!!
so adding another condition to those of my rulles like this
+= if (fromNDS) = true
saved me from writing my own java utility class..
after spending few seconds, i figured out a maigc default Novell boolean local variable in the policy builder called 'fromNDS'!!
so adding another condition to those of my rulles like this
+= if (fromNDS) = true
saved me from writing my own java utility class..
Comments