Skip to main content
1-Visitor
February 25, 2015
Question

API for fetching the effective date

  • February 25, 2015
  • 2 replies
  • 2088 views

hi all,

Has anyone worked on any code to fetch the effective date from a change notice object. The CN is for WTPart.

2 replies

10-Marble
February 25, 2015

You will need to get the resulting data for the Change Notice. For each WTPart in the resulting data you can use

QueryResult qr = EffectivityHelper.service.getEffectivities((WTPart)changeable);

23-Emerald II
March 9, 2015

Praseeth,

Did Stephen's post help? Additionally, there are some examples listed in this article:

https://support.ptc.com/appserver/cs/view/solution.jsp?n=CS152894

1-Visitor
March 11, 2015

Thanks Lori...This article was of great help.

I am actually now looking for an API to fetch the Resulting objects from Change notice.

23-Emerald II
March 24, 2015