Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
Hi,
I use Collection to display a list of items , each item has a Delete button as following. If delete one of the items, I need to refresh the Collection so that only display 2 items.
But how can I notify the collection to be refreshed from it's inner/contained mashup ? I didn't found any event or mashup parameters can be used for this .
Session parameter may solve it, but is there a elegant solution ?
__________ _________ _________
| | | | | |
| Delete | | Delete | |Delete |
|________| |________| |________|
Regards,
Sean
Solved! Go to Solution.
To my best knowledge I think Session parameters would be the way to go.
You might be able to do it with a Property and a GetProperties - Push on Change setup
To my best knowledge I think Session parameters would be the way to go.
You might be able to do it with a Property and a GetProperties - Push on Change setup