How to find what Template is being used to create a new item
Hi I am trying to find if a user has used a template to create a new item in PIM
I am trying to insert values in some attribute groups for a new item by using a ego.item.prostItemCreate business event. when a user clicks "Create Production Items" in Pim I noticed oracle stores the item catalog being used in EGO_MTL_SY_ITEMS_EXT_B and EGO_MTL_SY_ITEMS_EXT_TL but where does it store item number or the item description and the template if the user has used a template?
I would like to trigger a code block only when a specific template gets used to create an item I would appreciate any help.