any Event for Uploading Primary and Secondary Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
any Event for Uploading Primary and Secondary Content
Hello,
I am working on the functionality where I need to identify the event for uploading the Primary content in WTDocument can any one please tell what is the event for Uploading Primary and Secondary content
Solved! Go to Solution.
- Labels:
-
Other
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I wrote a listener for this to test it.
The event you want is:
wt.fc.PersistenceManagerEvent.PRE_STORE
Hope this helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi there,
- Set wt.services.verboseEvents=true and wt.services.verbose=true in codebase\wt.properties
- Restart Windchill PDMLink
- Perform the action to get all the events emitted
I hope this helps you.
Regards,
Shirish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I think the event you are looking for is:
wt.content.ContentServiceEvent.PRE_UPLOAD or POST_UPLOAD.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I wrote a listener for this to test it.
The event you want is:
wt.fc.PersistenceManagerEvent.PRE_STORE
Hope this helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello all,
I have tried with the events.
But i didnt get content information using ContentHelper API.
Everty time ContentHelper API returning null.
