Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
Patrick1323
409 Views, 1 Reply

Use extension methods from external dll in iLogic

Hello,

I made a extension method "NameWithoutID", it is located in the "generator.dll". But I'm not able to call this method inside an iLogic rule, how can I execute external extension methods in iLogic?

 

 

AddReference "generator.dll"
msgbox (ThisDoc.Document.ComponentDefinition.Occurrences(1).NameWithoutID)

regards