I’m kinda loosing it here. How do I create a saved...
# general
c
I’m kinda loosing it here. How do I create a saved search (transaction type) that only displays the subitem name. Not a concatenation of “parent” : “subitem” ?
I’ve tried every possible field but non of them seem to only show the subitem value (015PUB-GN-L)
a
use formula field and delete the parent part
c
Thanks, I was thinking about that but I’m struggling with the formula.
c
LTRIM(regexp_substr({item},'[^:]*$'))
fixed it and @Arūnas Žindžius just made my day. 🎉 Thanks
e
Have you tried to use Feed Name field in your item search? It just shows the item name which won't include the parent.
1000 1
c
@Eric B thanks for your answer. Are you sure that is not a custom field? Can’t seem to find “Feed Name” in transaction nor item record fields in our setup.
e
I believe it only shows up if you go to Setup->Company->Enable Features->Web Presence->Web Store checkbox and check that checkbox.
c
Ah, yes we don’t have the webstore enabled.