Hello Community,
Do you know how can I develop the function 'pre-script for generating' of a Process in Visual Studio?
That would definitely help us to write better code, and maybe debug it and test it.
Thank you
Hello Community,
Do you know how can I develop the function 'pre-script for generating' of a Process in Visual Studio?
That would definitely help us to write better code, and maybe debug it and test it.
Thank you
The best option is to wrap your code for the pre-script into a script (DialogScript) and code and debug it with the SystemDebugger in Visual Studio.
Addtionally, the Object Browser Debugging feature might help to follow the whole process of the Job Generation in code.
The best option is to wrap your code for the pre-script into a script (DialogScript) and code and debug it with the SystemDebugger in Visual Studio.
Addtionally, the Object Browser Debugging feature might help to follow the whole process of the Job Generation in code.