EpiListBox changing from any to any

Hello,

Is there a BPM that catches the changing from the List box upon updating the record?

Thank you in advance

image

BPMs monitor business object methods and database tables. They will not monitor events on the user interface level.
You will either want to monitor a form control event in a form customization or you will want to monitor the data stored in the list box control (what it’s bound to).

Got it, thanks Aaron.

I’m going to catch it on the form customization

image