Question
Custom Calculation Script keeps disappearing
- June 12, 2025
- 1 reply
- 1060 views
I keep trying to add the following custom calculation script to the field named AKA and I cannot get it to "stay". It just defaults back to "Value is not calculated." Am I missing a step? I am going crazy trying to figure it ou. 🙂 I have attached my file.
The script I am trying to utilize is:
event.value = this.getField("Name on Loan").valueAsString + " aka " + this.getField("Name on Title").valueAsString;
I am trying to autopopulate this field based off of the "Name of Field" and the "Name on Title" fields with "aka" inserted in between them.
