01-20-2021
01:41 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
01-20-2021
01:41 PM
I agree with your approach. To be more specific, I currently have an iLogic rule that works for iam. This rule is a treatment for all components of the iam. I'm trying to adapt it so that it works the same way for one part. The current code is of the type :
oRefDocs = ThisDoc.Document.AllReferencedDocuments
For Each oRefDoc In oRefDocs
...
Next oRefDoc
What I'm trying to do is to make oRefDocs contain AllreferencedDocuments if the file is an iam, or contain the file itself if it is a part.