03-21-2018
06:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
03-21-2018
06:52 AM
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