Element
|
Type
|
Description
|
---|---|---|
StandardNmActionService (and corresponding helper and forwarder)
|
.java
|
The StandardNmActionService manages the actions and action models in the system.
Runtime location:
<Windchill>\codebase\com \ptc\netmarkets\util\misc
|
actions.xml
|
.xml
|
Default system XML file that defines the actions in the system.
Runtime location:
<Windchill>\codebase\config\actions
|
actionmodels.xml
|
*.xml
|
Default system XML file that defines the action models in the system.
Runtime location:
<Windchill>\codebase\config\actions
|
actions.dtd
|
.xml
|
Default system DTD file that defines the structure of an actions*.xml.
Runtime location:
<Windchill>\codebase\config\actions
|
actionmodels.dtd
|
*.xml
|
Default system DTD file that defines the structure of an actionmodels*.xml.
Runtime location:
<Windchill>\codebase\config\actions
|
|
If you have a <model> element in the custom-actionmodels.xml file, and a model by that name already exists, your model will completely override the ones processed before your custom action models file. Be very careful in the naming of your models so that you do not wipe out others from files read in prior unless that is the intent.
|