Action Model Report
Action model reports provide details about action sets, such as the set of actions displayed in a table row for an object of a certain type or the set of actions displayed on the toolbar of a table. Such details include the action model name and the name of the file in which the action model is defined.
Reports may be generated for any action managed by the StandardNmActionService.
Report Location
From the Navigator browse to Customization > Tools > Action Model
Generating an Action Model Report
Search for the action whose details you desire using the search criteria on the Action Model Report page:
Search supports:
Multiple search parameters
Regular expressions
Case-insensitive matching
Search Examples
For Action Model:
Default.* ==> Matches: "DefaultWizardButtons", "DefaultWizardButtons", etc.
.*actions ==> Matches: "dti actions", "bookmark actions", "workitem actions", etc.
[a-z]*s ==> Matches: "ScmiWizardButtons", "relatedItems", "EditWizardButtons", etc.
.* ==> Matches: everything
For Model File:
Files must be located under <Windchill>\codebase\config\actions
You only need to specify the file name in the search criteria, not the file path. For example, Preference.* ==> Matches: <Windchill>\codebase\config\actions\Preference-actionModels.xml
Some matches may be deceiving due to include tags in xml files
Once you have entered your search criteria, click Search to display the matching action models:
To display the full action model report for one of the displayed action models, click the icon for it:
The “Description” attribute of the action model represents the text entered for the “description” subtag of the actionmodel tag, if any.
The “Order” attribute of an action is the order of the action within the actionmodel xml file.
If there is no information for an attribute of a particular action model, the line is shown blank.
“Separator” can be used to separate the actions displayed in a menu.
Use the Actions menu to create a new action, remove an existing action from the Action Models table, or copy an action to another action model.
* 
The feature to create a new action is disabled if the action model is specified in the com.ptc.netmarkets.util.misc.customActionModels property.
Persist user changes made in an action model to a new location (coming from the wt.properties file) and change in framework to give precedence to these new persisted files. The modified action models are saved to an XML file.
To do so, specify the name of the XML file that contains custom action models in the property com.ptc.netmarkets.util.misc.customActionModels. You can add multiple comma-separated file names for each module. Each file name should be specified along with its path.
For example: com.ptc.netmarkets.util.misc.customActionModels=config\actions\myCustom\myCustomActionModels.xml
If the new action model is specified as Incremental, it is merged with the corresponding out-of-the-box action models. If the new action model is not specified as Incremental, it overrides the out-of-the-box action model.
If the property is not specified, user changes would be persisted in <wt-codebase>\config\actions\custom-actionModels.xml
Inline actions can be created in an action model. Their scope would be limited to only that action model.
War dies hilfreich?