I am perform an item search that will handle a par...
# suitescript
w
I am perform an item search that will handle a parent item and multiple children of that parent. I’m looking for a way to extract just the child name from the child item record, I.E Item B is a child of Item A. Currently, when i get the
itemid
or
name
fields it returns “Item A : Item B” - despite showing as just “Item B” in the UI!! ive tried
itemidnohierarchy
and
feedname
as well. Has anyone done something similar before?