Afternoon.
Anyone come across this error message "ReferenceError: rateSlaveCondition is not defined".
This happens on an Estimate when setting the item field on the item line via a Client script and using setCurrentSublistValue.
The record being created is set to dynamic.
The script is set to 2.x but we've also tried setting it specifically to 2.0.
Disabling the script and setting the field via the UI does not error.
All other scripts and workflows have been undeployed.
It feels to me like NS's code is using "strict" but missing a value.
We did try including ignoreFieldChange:false even though that's the default but that didn't help.