Hello,
I'm trying to trigger multiple events with the modification of a single user field. In Lookup.USR_PROCESS_TRIGGERS, I've defined the same field twice and associated them with two different events. My lookup looks something like :
| Code Key | Decode |
|---|
| USR_FIRST_NAME | Change First Name |
| USR_FIRST_NAME | Change Full Name |
| ... | ... |
This works perfectly, but it seems that the duplicate Code Key randomly disappear after some time leaving me with a single entry for USR_FIRST_NAME. Is this normal? Is there another way to make a single field trigger 2 events?
Thanks,
--jtellier