You retrieve customer preferences directly from the input data. A field value in the input data determines whether the invoice should be an e-invoice.In the Project, you configure the selection of the output connector using a script alias. You specify the script alias in the Connector Selection Method dialog box in Design Center.if(&InvoiceFormat = "E-Invoice YES")
{
$Connector = "EInvoiceConnector";
}
if(&InvoiceFormat = "E-Invoice NO")
{
$Connector = "OtherConnector";
}
| OpenText StreamServe 5.6.2 | Updated: 2018-01-26 |