API for fetching the effective date
Feb 25, 2015
06:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Feb 25, 2015
06:33 AM
API for fetching the effective date
hi all,
Has anyone worked on any code to fetch the effective date from a change notice object. The CN is for WTPart.
Labels:
- Labels:
-
Other
4 REPLIES 4
Feb 25, 2015
10:04 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Feb 25, 2015
10:04 AM
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);
Mar 09, 2015
07:18 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Mar 09, 2015
07:18 PM
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
Mar 11, 2015
12:19 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Mar 11, 2015
12:19 PM
Thanks Lori...This article was of great help.
I am actually now looking for an API to fetch the Resulting objects from Change notice.
Mar 23, 2015
08:15 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Mar 23, 2015
08:15 PM
