Message 1 of 7
Revision breaks ilogic rules

Not applicable
03-17-2021
02:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
I wrote a ilogic rule to make some parts invisible depending on a parameter:
Component.Visible("B0113562/- - cover sheet :3") = (Length_Section_1 = 750 And Width_Section_1 = 750)
When i do a revision on this part, i have to do also a "revision" on the rule. The rule should be then:
Component.Visible("B0113562/1 - cover sheet :3") = (Length_Section_1 = 750 And Width_Section_1 = 750)
I don't want to overhaul the code by hand after a revision.
Does anyone have a good solution for this?
Thanks in advance!
AV