• spoolSWE – output connector used for invoices with country code SWE. This is also the default connector alternative.
• spoolFIN – output connector used for invoices with country code FIN.The country code is used to determine which connector to select. In this example, the field reference &countryCode is used as key. This is a reference to the Event field countryCode.The script is a Before Message script that uses &countryCode to determine which connector to select, and sets the value of the alias variable $connector to the name of the selected connector.//Select the appropriate output connectorif(&countryCode = "SWE"){$connector = "spoolSWE";}if(&countryCode = "FIN"){$connector = "spoolFIN";}
2
3
4
OpenText StreamServe 5.6 | Updated: 2013-03-01 |