There lots of times that when a user enters a value in a field - another field should update. It's not an if-then-else situation.
If I am understanding correctly a change value event listener could work. This is where my programming skills are limited.
Can you give me a sample of what the event coding would look like for this scenario:
If a user enters a date in the field Termination_Date (changes from null), change the Current_Status to 'Terminated'.
I am going to assume that the event listener would be on Termination_Date?
Thanks
Kim