Hello team,
I hope you are all doing good.
I have a question, is there a way to retrieve previous versions of the VB custom scripts from the DB?
We would like to see what has changed, and who changed it.
Thanks
Frens
Hello team,
I hope you are all doing good.
I have a question, is there a way to retrieve previous versions of the VB custom scripts from the DB?
We would like to see what has changed, and who changed it.
Thanks
Frens
It is not possible out of the box. You could add the entries from DialogScript to TimeTrace to have that information for the future. You could use ObjectBrowser then to look at the change history.
Another option is to use the System Debugger to develop your scripts and keep that project in a version control system.
It is not possible out of the box. You could add the entries from DialogScript to TimeTrace to have that information for the future. You could use ObjectBrowser then to look at the change history.
Another option is to use the System Debugger to develop your scripts and keep that project in a version control system.