Message 1 of 6

Not applicable
06-29-2011
07:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
How can I generate a list of colors to chose from?
Just as I can generate a list of materials to chose from:
MultiValue.List("primary_mat") = iProperties.Materials
I don't seem to be able to do the same for Colors:
MultiValue.List("primary_color") = iProperties.PartColor
The "iProperties.PartColor" was generated from the available code "snippets" in the iLogic editior, so I assume it is a valid choice.
I get the following error message:
"Unable to cast object of type 'System.String' to type 'System.Collections.IList'. "
Inv2011
Thanks,
Mike
Solved! Go to Solution.