Avatar

Level 10

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

Assure Dynamics