Element
|
Type
|
Description
|
---|---|---|
com.ptc.windchill.enterprise.businessRules.mvc.builders.AbstractBusinessRulesResultsTable
|
Java
|
Given the result of executing the business rules displays the failed results. The results are displayed in a table or tree, depending on the table view selected. The "Group by Object" view results are listed by object in a simple table. The "Group by Rule" results are listed by rule in a tree table.
|
CustomBusinessRulesResultsTable
|
Java
|
An example of a custom business rules result table builder which executes the business rules for the resulting object on a change notice.
|
config/mvc/custom.xml
|
xml
|
Registers the new CustomBusinessRulesResultTable builder.
|
config/actions/custom-actions.xml
|
xml
|
Defines a new custom action to evaluate a set of business rules.
|
Custom Action Resource Info File
|
rbInfo
|
Localized properties for your action (optional).
|
config/actions/custom-actionModels.xml
|
xml
|
Include an action in action menu.
|