Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
Anonymous
816 Views, 4 Replies

Add iAssembly through iLogic Rule

I am trying to add an iAssembly through an iLogic Rule.

 

This the code I am using.

Components.AddiPart(xyz:1, xyz.iam, {"Member", "A"})

 

However, on running the rule, it says :

File "d:\foldername\xyz.iam" does not exist or is not an iPart factory.

(The name of the actual file and path has been changed for this post)

 

But I am 100% sure that this is an iAssembly.

Does iAssembly not work with "Components.AddiPart" function?

 

Thanks