Hey guys. I have a task that needs to happen and I get confused with the This and That prefixes and when to use/not use them.
I have two BOs, a Client and a Consultant. The Client has a Consultant attached (peer). All good so far. The Client also has a text field called PreviousConsultant and whenever a Client gets referred to a different Consultant, I need to type the name in. (The Consultant does have a plain text field called Full Name, which would fit in great)
I assume that if I wanted to automate this it would be something like:
If Client.Consultant IS CHANGED THEN Client.PreviousConsultant = what goes here? How do you refer to an object which has changed?