Javascript code for removing parent item relation from the child item name. The item name represents the name of the item.
Item Name.split(“:”).slice(-1)[0].trim()
Javascript code for removing parent item relation from the child item name. The item name represents the name of the item.
Item Name.split(“:”).slice(-1)[0].trim()