10-27-2021
07:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
10-27-2021
07:19 AM
Here is the ManwayCutOut rule:
If ManwayType = 600 Then Feature.IsActive("MWAY600 Centre") = True Feature.IsActive("MWAY600 Holes") = True Feature.IsActive("MWAY600 PCD") = True Feature.IsActive("MWAY800 Centre") = False Feature.IsActive("MWAY800 Holes") = False Feature.IsActive("MWAY800 PCD") = False Feature.IsActive("MWAY900 Centre") = False Feature.IsActive("MWAY900 Holes") = False Feature.IsActive("MWAY800 PCD") = False Else If ManwayType = 800 Then Feature.IsActive("MWAY800 Centre") = True Feature.IsActive("MWAY800 Holes") = True Feature.IsActive("MWAY800 PCD") = True Feature.IsActive("MWAY600 Centre") = False Feature.IsActive("MWAY600 Holes") = False Feature.IsActive("MWAY600 PCD") = False Feature.IsActive("MWAY900 Centre") = False Feature.IsActive("MWAY900 Holes") = False Feature.IsActive("MWAY900 PCD") = False Else If ManwayType = 900 Then Feature.IsActive("MWAY900 Centre") = True Feature.IsActive("MWAY900 Holes") = True Feature.IsActive("MWAY900 PCD") = True Feature.IsActive("MWAY800 Centre") = False Feature.IsActive("MWAY800 Holes") = False Feature.IsActive("MWAY800 PCD") = False Feature.IsActive("MWAY600 Centre") = False Feature.IsActive("MWAY600 Holes") = False Feature.IsActive("MWAY600 PCD") = False End If iLogicVb.UpdateWhenDone = True
With the additional error message tab attached.
Your new code works, just again will not run the:
iLogicVb.RunRule(oName, "ManwayCutOut")