Converting bound ORDs to tag-based NEQL ORDs
Improve the reusability of a Px view that contains bound ORDs by converting the slot path ORDs to tag-based NEQL ORDs.
Workbench is installed and running.
You have a component that has an existing Px view with bound ORDs assigned to it. The component on which a Px view is placed is referred to as the base component.
You have more than one component configured with tags and relations.

The first four rows were previously converted to NEQL query ords. The Before Ords in the second and fourth rows still resolve. They are not selected (the After Ord is the same as the Before Ord) because they are already NEQL query Ords, but the Path column still shows the component the query resolves to.
The first row does not resolve to any component because the tags have changed since that NEQL query Ord was converted. Note that Path column displays any errors encountered during conversion.
The 3rd row no longer resolves to a single component only and more tagging is required to distinguish the component from other components.
The fifth and sixth rows are slot paths that are able to be converted to NEQL query ords. The fifth row is a descendant only- there are no relations between the base and that bound component. The sixth row is for a component that is not a descendant of the base component but is the endpoint of a relation on the base component. Any rows where the Before Ord does not start with neql that can be successfully converted are automatically selected (indicated with a checkmark).
The seventh through ninth rows are for slot path bound ords that failed to be converted to NEQL query ords. The seventh row is for a component that is the endpoint of a relation on the base component but does not have a set of tags that distinguishes it from other endpoints. The eighth row is for a component that is not a descendant of nor an endpoint of a relation on the base component.