Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
TONELLAL
in reply to: TONELLAL

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.