Say in table department I have a lookup field employee referencing table employees.
I also make a function string field in department with syntax (employee.name).
If in table employee the name is changed will it reflect in the function field of department or only if some change is made to the record in department that reference the emloyee?