Hi everyone,
I have a scenario with four dependent fields:
- Project
- Project Task
- Cost Code
- Labor Item
Each field already has its own selector with multiple PXRestrictors and dependency logic:
- Project Task depends on Project
- Cost Code depends on Project Task
- Labor Item depends on Project Task + Cost Code
I need to build a custom view based on PMCostBudget, but I want all existing selector filtering logic to be respected instead of rewriting all BQL manually.
Is there a recommended way to reuse selector logic directly?