Using Custom Scripts

provides a custom scripting capability that is a powerful tool for validating data, automating business processes and integrating with other back-end programs.

Scripts may be created in any standard programming language such as Perl, Java, C++, or Basic and run by Business Rules at Setup > Rules or Workflows at Setup > Workflow. These wizards tell you in which directory on the server the script must be placed. For security reasons, it is not possible to upload the script to the server using the GUI; the script must be installed directly on the Unix or Windows file system.

If you would like to use your own Perl distribution with scripts rather than the default distribution, you can define the location of your preferred perl.exe using the Location of external Perl directory global variable. For example, you might set it to c:\Perl64\bin.

Scripts can:

Scripts are provided with the following information:

Related articles