When a user is entering data into a form, I want to display a Help text string adjacent as they tab into the field. Then when they exit the field, the help text disappears.
The initial field I tried it on was "ETitle", and used the "Hide object when" on the adjacent Help text string to show or hide with the calculation - Get ( ActiveFieldName ) ≠ "ETitle".
I checked what the Get ( ActiveFieldName ) function returns by writing it to another field using a test script using OnObjectEnter, and it returned "ETitle"so I'm not sure what I'm doing wrong.
Any help would be appreciated
Thanks
Probably just need to give the layout text an object name (name box in inspector) and use the OnObjectEnter trigger with refresh object to refresh it.
If you pass the object name as a script parameter, you can use the same script with multiple fields.