Skip to main content
1-Visitor
February 22, 2016
Solved

any Event for Uploading Primary and Secondary Content

  • February 22, 2016
  • 3 replies
  • 3373 views

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

Best answer by d_graham

I wrote a listener for this to test it.

The event you want is:

wt.fc.PersistenceManagerEvent.PRE_STORE

Hope this helps

3 replies

16-Pearl
February 23, 2016

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

18-Opal
February 23, 2016

I think the event you are looking for is:

wt.content.ContentServiceEvent.PRE_UPLOAD or POST_UPLOAD.

d_graham18-OpalAnswer
18-Opal
February 24, 2016

I wrote a listener for this to test it.

The event you want is:

wt.fc.PersistenceManagerEvent.PRE_STORE

Hope this helps

5-Regular Member
September 12, 2019

Hello all,

 

I have tried with the events.

 

But i didnt get content information using ContentHelper API.

Everty time ContentHelper API returning null.