We had a function called "LoadList" to go to a text file to load dropdown box data. I don't know if it was a custom function or if it got replaced in version 20.1. Could some one guide me on how to fix this? example {loadlist("//server/folder/Visual Forms Text Files/smokestatus.txt")}
Can you do a MEL trace and see what error the function is throwing? My first thought is a permission issue on the share on your network after your upgrade. Might be a different user now trying to access that folder.
Here are the commands to run and where the trace logs are created for CPS. Do the key combination(s) on the Chart module, before you start the update.
MEL trace logs are stored in :C:\Users\username\AppData\Local\Centricity\Logs on the computer where the CPS client is installed that you are running.
Keyboard shortcuts (you can run as many as you want at the same time)
Ctrl + Alt + M Start/stop MEL tracking
Ctrl + Alt + S Start/stop SQL tracking
Ctrl + Alt + T Start/stop DB tracking
Thank you. you were correct. fixed permission and tested fine.