Skip to main content

xSuite Interface Windows Prism 5.x – Online Help

Input System "XSuiteEDna"

The "XSuiteEDna" input system is used to read new incoming invoices from the xSuite eDNA cloud application.

Property

Description

InputSystem.Url*

HTTPS base address of the eDNA web service

When specifying the base address, include the port number but not the sub-paths.

InputSystem.Keycloak*

Properties for authentication against the web services via a keycloak service

Syntax: see Keycloak Authentication.

In this case, set the .Keycloak.UrlBasePath property to an empty value ("" or /) so that the default value for xSuite Helix does not take effect.

InputSystem.ProxyServer

Proxy server used for communication with the web services (optional)

Syntax: see Proxy Server Connection

InputSystem.RequestTimeout

Timeout value in seconds, determining how long to wait for a response from the web service before throwing an error

Default value: 100

InputSystem.DocumentSchema

InputSystem.DocumentStatus

Search filter for the invoice documents to be retrieved in the form of their schema and status

Default value of the schema: sys_invoice

Default value of the status: Received

InputSystem.CompanyId

Search filter for additional restriction of the selection to documents from a specific company (optional)

The technical UUID of the documents must be specified in the search filter.

InputSystem.FileFilter

Name filter for the file attachments of the work elements to be read in

Default value: * (no name restriction)

The content of a retrieved invoice is returned by the respective web service in JSON format. An artificial file attachment is generated from this for later reading of the index data in the "Process" step. The file attachment has the name document.json and is added to the xSuite Interface document. The file attachment can be processed with the "XSuiteEDnaInvoice" index data reader.