Hi,
I need to check whether the APPROVERS & REVIEWRS are selected before a promotion request is created. I am trying to write an event listener for this. I tried the PRE_STORE, POST_STORE, INSERT, PRE_INSERT events on promotionNotice object. But however, I am not able to get the members selected in the listener code. It is always retuning empty lists. Is there any other specific events on Promotion objects to listen to ?