Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
Hi,
I am trying to remove an existing effectivity context for a WTpart via code. As far as I have checked, there is no API to do so and have tried using PersistenceHelper.manager.delete(obj), but this throws an exception saying that the 'obj' is an effectivity context and hence cannot be deleted. So, I understand that I need to remove this 'obj' as an 'Effectivity context' from the related part but I don't know how to do that yet.
Any clue/suggestions would be really appreciated.
Thanks!