- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi,
It's nearly there. Looking at it yu are missing the front end of the script:
this.rawValue = PDStrengthWeaknessComments.rawValue + "_" + OCStrengthWeaknessComments.rawValue + "_" + CEBAStrengthWeaknessComments.rawValue;
To make it editable, you would need to go to the Object > Value palette and make sure that it is set to "calculated - user can override".
Also in the current script if a user has not inputted a comment the summary may look like:
"Niall is great_null_null" ![]()
To avoid this you would need to check if the input fields are null and only include non-null fields in the summary.
Good luck,
Niall
Views
Replies
0 Likes
Total Likes