cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X

How to throw a custom event and record in audit log ?

Sri
7-Bedrock
7-Bedrock

How to throw a custom event and record in audit log ?

We have a custom utility to download the PDF representations. The usage of the tool must he captured and stored in Windchill audit record.

 

For the usage of the tool, a custom event must be emitted and the details must be recorded in the audit log table in windchill

 

Any suggestions ?

 

Thanks,

Srikanth

3 REPLIES 3
BjoernRueegg
17-Peridot
(To:Sri)

@Sri Have you ever found a solution on this topic?

I think we need to do two things here.

 

1. Create custom events. Follow link for the same.

2. Try adding this custom events in config audit file. 

 

 

Curious to know the results. Thanks!!

 

 

d_graham
17-Peridot
(To:Sri)

This should be no problem to do.

Is there anything special you want in the Audit Record or just the standard stuff?

Maybe something like the download was initiated using <custom utility name>  (or whatever)?

 

I have this working.

I'm writing all the standard stuff to the the audit record plus:

  • the name of the utility used to do the download
  • the role Secondary
  • the filename that was download

 

Can you post your code here or in a private message if you refer or just send it to me directly to windchill.developer@yahoo.com 

 

David

Top Tags