block ADS_ADSGroup_update to run

Dear Expert

I want to block ADS_ADSGroup_update to run if Attribute extension 10 of the group is set to 1 , may i know what should be added to the generating condition at process properties

Value = Not CBool(Connection.Variables("FULLSYNC")) AndAlso _
        Not ($XTouched:String$ = "D" AndAlso $XTouched[o]:String$ <> "D") AndAlso _
        Not ($XTouched:String$ = "D" AndAlso Cbool(Connection.Variables("ManageOutstanding"))) AndAlso _
        Not ($XTouched:String$ = "" AndAlso $XTouched[o]:String$ = "" AndAlso Cbool(Connection.Variables("ManageOutstanding"))) AndAlso _
        $FK(UID_ADSDomain).NamespaceManagedBy:String$.Equals("VISYNC",StringComparison.OrdinalIgnoreCase) AndAlso _
        CBool(values("AdHocDataFound")) ANDAlso _
        Cbool(values("NeedExecute"))

Thanks
Gary

Parents Reply Children