Hi Andie,
In the Event Handler: EH_ONSEL_EMPLRESP, Please check the below piece of Code:
And check which Context Node and Attribute they are populating.
I hope in your case, for the both the attributes, it is triggeting the same Event Handler, and setting the same Context Node+Attribute.
Solution:
Please Create a new OP Method: OP_FINDASSIGNEDTO and Event Handler: EH_ONFINDASSIGNEDTO.
Copy the code from : EH_ONSEL_EMPRESP to EH_ONFINDASSIGNEDTO, however change the Context Node Name and Attribute name which you want to fill in.
Hope this helps.
Thanks,
Sandeep