How to time trigger workflows through command prompt
If you have workflows in your CRM system that are required to be run everyday, but for some reason you are running them manually, this might be a good solution for you to save some time. This solution demonstrates how you can trigger your Siebel workflows at specific intervals of time on windows. For, Siebel environments on other operating systems, you will have to create a solution similar to this, the only difference being the batch file will have to be written in shell (for Linux/Unix) or the programming language that is supported by the OS. Step 1 - Write the batch file Copy the below code in a text file and save it with the .bat extension ::Set Localization setlocal ::Gets The Parameters and sets into Environment Variables set GTYSRV=%1 set ENTSRV=%2 set SIEBSRV=%3 set SIEBUSR=%4 set SIEBPWD=%5 chdir C:\sia81\siebsrvr\BIN :: The workflow process name set wf=T...