Message 1 of 3
Run iLogic rule in drawing when view is placed

Not applicable
06-29-2017
08:00 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a multi-value parameter named "Finish" inside a drawing template and an iLogic rule that filters its values depending on the "Category" iProperty value of the model reference.
I would like the rule to run when the referenced model changes (i.e. when I place the first view). I have setup the drawings Document Settings to automatically copy some of the reference model iProperties, hoping that the iProperty Change event trigger would register this as a change to an iProperty when I place a view...but it doesn't 😞
Does anyone have any other ideas, except from using the "Before/After Save Document" event triggers?