Forum Discussion
Hi community,
without ever having tested this one I would say - no.
Polyitems itself aren´t real items. They just linked together other existing data. If you take a look at polyitems on database level, they aren´t a table but a function.
But that doesn´t mean that what you want to do is impossible. But you probably have to replace the original used action elements with custom ones that bypass the PolyItem ItemType.
So I've done some more testing on this, and Poly Items are editable... it's the fact that the items in my grid are relationship items that makes them un-editable.
The idea is that I have a list of relationship items that represent tasks and I need to be able to set priority in the grid. I think I may just try and use an action from the grid for this.