How do I prevent ILogic in templates from running when used for frame generator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hey all,
I'm just getting my feet wet with iLogic and made some basic forms and rules which help populate some iproperties when new files are created and saved. They work well and I'm happy with them.
One undesirable behavior is that frame generator uses the standard.iam and standard.ipt to create the frame assembly and frame reference model. We don't maintain iProperties for these files, so the iLogic forms and rules are undesirable in this instance.
My workaround was to create two more templates called "standard do not use.ipt" and "standard do not use.iam" which don't have the rules and forms in them. Frame generator uses these as they are alphabetically before "standard.ipt" and "standard.iam". Great, but it clutters up the "new file" dialogue box. However, if I browse to these files in windows explorer and right click>Properties I can check the "Hidden" box and this removes them from the new file dialogue box, but frame generator still uses them. Great! but unfortunately when the templates are checked into vault and then retrieved by other users the files are no longer hidden. This means that any time someone gets the templates they would have to re-hide these two files.
Anyone have any ideas for me?