IFS Connect for Receiving e-Invoices
The purpose with this page is to provide a step-by-step guide how to, in IFS
Connect, create new routing rules and how to use them effectively to direct
incoming e-Invoices to the BizAPI RECEIVE_EINVOICE.
Contents
- Open IFS Solution Manager
- Navigate to Configuration / Integration /
Setup IFS Connect
- Start by importing a previously created transformer.
- Expand the folder Transformers
- Mark one of the transformers and select
Duplicate in the menu bar
- Rename the transformer and add proper description in the
Description field.
- Select Transformer Type.
- Select Load to choose the previously
created transformer file
- Select the file and press Open

- Press the Save icon in the menu bar
- Navigate to Configuration / Integration /
Routing Addresses
- Select Create New in the menu bar.
- Select Destination Type value
BizAPI and enter a
Description
- Optionally select the previously created transformer file as
Transformer1
- Select the BizAPI RECEIVE_EINVOICE as
the BizAPI Address

- Save the Routing Address
- Navigate to Configuration / Integration /
Routing Rules and select the
Inbound tab.
- Select Create New in the menu bar
- Select a suitable format to route from and ensure the checkbox
Enabled is selected. In this example we
will use UNKNOWN_XML.
- Enter a description in the Description
- Select the IN1 queue.
- Press RMB in the Content based conditions area and select
Insert
- Enter a condition for identifying what kind of files that should be
handled by this Routing Rule. In this example we will search for the XML tag
<CustomFormat> in the incoming XML file and therefore we type
CustomFormat as
Search Criteria (Search) and exist
as Operand Criteria (Op).
- Select Destination Address and choose
the previously created Routing Address in the dialog box.
- Press OK

- Select Save in the menu bar
Receiving e-Invoice information leads to the following,
- The incoming XML is transformed to a schema called Finvoice. This schema
is an external schema but with a few modifications for IFS e-Invoice
functionality.
- The XML according to the Finvoice schema is transformed to an internal
receive e-invoice XML schema, for further processing.
The zip file ReceiveEInvoiceSamples
contains,
- IFSFinvoice.xml
- IFSFinvoice.xsd
- IFSReceiveEinvoice.xml
- IFSReceiveEinvoice.xsd