Join us this Friday for AI in Action at the Virtual Happy Hour! This free virtual event is open to all—enroll now on Academy and don’t miss out.
Join us this Friday for AI in Action at the Virtual Happy Hour! This free virtual event is open to all—enroll now on Academy and don’t miss out.
I'm trying to get the max out of propertylists so I made a scenario to have a collection (LinkItemCollection or another propertylist) inside a propertylist and everything works fine expect the propertylist view on All Properties view. It shows "object" instead of each item in my item collection.
How can I show a custom text instead of object list? I've overriden the ToString method for my QaItem and for its PropertyList but nothing happened. What could it be?