Example of Loading the BRP Business Service

This example provides a sample eScript that loads a BRP process definition.

var psIn  = TheApplication().NewPropertySet();
var psOut = TheApplication().NewPropertySet(); 
var bs    = TheApplication().GetService("FINS CAP Processor Service");

psIn.SetProperty ("System_ProcessName", "MyBRPProcessName");
bs.InvokeMethod("LoadProcess", psIn, psOut)