- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to test out some simple iLogic code that will ultimately let me determine if an .ipt file is a Content Center part. So, I tried this:
If iProperties.Value("Summary", "Category") = FASTENERS Then
MessageBox.Show("This is a FASTENER", "M,P,S")
Else
MessageBox.Show("I don't know what to do", "M,P,S")
End If
I have edited my Content Center libraries to include "FASTENERS" in the iProperties, Summary, Category field.
And I've checked the part file and it DOES show FASTENERS in the Category field.
But, when I have the part file open and run the rule, I get the second message "I don't know what to do".
I would expect the first message "This is a FASTENER" to appear, but it doesn't.
What's going on here??
Solved! Go to Solution.