You are here: Record management > Finding the class of a rule
Finding the class of a rule
To view a rule tree other than the default in the Application Explorer you need to know the object class name of the rule at the top of the hierarchy. If you know the common name of the rule, you can then find the object class name.
- In the Explorer panel, open an instance of the rule type of interest.
- Click Actions > View XML.
- Find the first instance of the <pxObjClass> property. This property contains the rule's object class name, for example,
<pxObjClass>Rule-Obj-FlowAction</pxObjClass> identifies the object class as Rule-Obj-FlowAction.
Open topic with navigation