Scenario
When creating a saved Item Search, the Item Name includes the parent name as its prefix. The ability to exclude the parent name as prefix on the search is still logged in Enhancement 89198.
Solution
Alternate Solution as follows:
-
Open the Item Saved Search
-
Click Results
-
Click Column
-
Field:
- Select Formula (Text)
- Formula: Enter rtrim(regexp_substr({name},'[^:]*$'))
5. Click Save.