Script Based fied not working on RTC 5.0 version
One answer
I would suggest to look into the log files or debug the script execution. Is the script attached? Does the script get called? What is the error if so.
I am pretty sure that there are no noticeable differences in JavaScript for 4.x and 5.x. I would check attribute ID's and other values. E.g. you might run the script on assumptions that don't really hold (e.g. null values you don't expect). Consider wrapping the script execution in try/catch to have a better handling and log information.
I am pretty sure that there are no noticeable differences in JavaScript for 4.x and 5.x. I would check attribute ID's and other values. E.g. you might run the script on assumptions that don't really hold (e.g. null values you don't expect). Consider wrapping the script execution in try/catch to have a better handling and log information.