The script contains a number of statements to determine which alternative to select. The example below shows a script for output connector selection, where the alternatives (connector names) are spoolSWE and spoolFIN.if(&countryCode = "SWE"){$connector = "spoolSWE";}if(&countryCode = "FIN"){$connector = "spoolFIN";}See Script alias for more information.The lookup table is a text file that includes all the alternatives. The example below shows a lookup table for output connector selection, where the alternatives (connector names) are spoolSWE and spoolFIN.SWE spoolSWEFIN spoolFINSee Lookup alias for more information.You must specify a default alternative. This alternative is used if there is no matching condition specified in the alias. For example, the script alias above includes conditions for &countryCode="SWE" and &countryCode="FIN". If &countryCode is neither SWE nor FIN, the default alternative is used.
OpenText StreamServe 5.6 | Updated: 2013-03-01 |