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

Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X

Is anyone showing ECN approval on face of Drawing?

cswaner
5-Regular Member

Is anyone showing ECN approval on face of Drawing?

Greetings,

I am looking to show the Windchill ECN information in a table on the CAD drawing automatically.  We need to show the approval date and perhaps the description of the change in the revision block of a drawing.

My initial thought was to have the ECN workflow pass the ECN information into the EPM document attribute after the approval task.  Of course the EPM attribute would be designated or mapped to a property or parameter in the CAD file.  When the drawing gets published on the state change, the table would update accordingly.

Is anyone doing something like this or have a better idea?

Thanks in advance.

-Cam

2 REPLIES 2

Hello Cameron

There is an example java class how to synchronize some other attributes to the drawing like the attached WTPart with revision and state information, ECN Number, etc. These attributes are synchronized the same way like PTC_COMMON_NAME,.. You will find this class under

codebase/com/ptc/windchill/uwgm/proesrv/c11n/DefaultModeledAttributesDelegate.java

How to use it is also explained in the customization or "Using PTC Creo Parametric with PTC Windchill"  guides.

Björn

cswaner
5-Regular Member
(To:BjoernRueegg)

Thank you Björn,

Do you have specifics about how to implement the ECN number information to a drawing parameter?

-Cam

Top Tags