04-12-2018
10:04 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
04-12-2018
10:04 AM
I solved the iLogic code. Basically I needed to declare (Dim As) all objects because I didn't know which one was failing and it worked. I had this issue before with another iLogic rule. In theory, when you use API objects in an iLogic rule, there is no need to declare them, but there are some objects (I don't know which ones) that will fail if the object is not declared before using methods and properties.