I know this has been addressed on a few other posts, but I can't seem to get mine to work. I would like the Achievement field to reflect the value of MagnetCredential. So for example, MagnetCredential is a drop down list of Credentials...the user may select one and if so, that value would then populate the Achievement field. If no value is selected from MagentCredential, the user can write their own value in the Achievement field. The below LPL is what I have. MagnetCredential is a field I made (user defined field)....will the 'when value changed' not work on a user defined field?
AchievementForm is a Form
title is untranslatable:"AchievementFor<Employee.Name.PreferredFirstAndLastName>-<Employee>"
Layout
single column
MagnetCredential
when value changed
Achievement = MagnetCredential
Achievement
Thank you for any help you can provide!
Chris