Message 1 of 3
iLogic Component.Replace only works with Vaulted parts, not assemblies.

Not applicable
03-06-2013
01:49 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
In an iLogic rule I do some file replacement like this:
Component.Replace("MyPart", "1.ipt", True)
Component.Replace("MyAssembly","2.iam", True)
1.ipt and 2.iam are Vaulted files. If they are missing in my working folder iLogic knows to look in the Vault before the rule fails. This is a nice feature - but for the assembly, 2.iam, it will only get the assembly itself from Vault. Not any parts referenced by the assembly. So the rule fails anyway.
Has anyone found a way around this problem?