Finding the class of a rule
You can view XML data to find the class of a rule. By understanding which class defines a rule, you can more efficiently use tools such as the Application Explorer and Report Editor.
- Open a rule by searching for it or by using the Application Explorer.
- Click Actions > View XML.
-
Find the first instance of the
<pxObjClass>
property. This property contains the rule's object class name. For example, the object class for flow actions is<pxObjClass>Rule-Obj-FlowAction</pxObjClass>