Thursday 1 August 2013

Teamcenter Unified Architecture Register custom exit


Custom Exit :

Custom exit is used to write code which is basically server exit or user exit but written without affecting the other code. That means if we found something wrong is happening just because of our code we can remove immediately our code by simply removing preference from Front end TCUA Client without recompiling whole code .


Things to consider while registering custom exit :
(Here i have consider that you have successfully generated .dll custom library)
 
Add Preference : For custom exit there is need to add library using preference {Only Site Preference }
How to add : Go to Edit->option

Option window will looks like :



Please search for TC_customization_libraries in search option (highlighted above using red square box).
If no result found then click on index and then on new option which appears after we clicked on index.Refer below Snap

After selecting specified field in above snap we will get :
  

Launch teamcenter:
Statement written in sitename_register_callback funciton will appear in TAO window.  


 

No comments:

Post a Comment