Delete Action
Objective
Configure the Delete action on the toolbar of the Acme Parts table.
Solution
1. Update the action model customPartTable_toolbar.
<model name="customPartTable_toolbar">
<action name="delete" type="object" shortcut="true"/>
</model>
2. Restart Windchill to verify that the Delete action is displayed on the Acme Parts table and you are able to delete a part using the action.
Was this helpful?