Search

Connectors

Contact support

Helpdesk portal

Uniconta - Getting started in Peliqan

Uniconta - Getting started in Peliqan

Uniconta is a modern ERP system that keeps track of finances, inventory, projects, production and logistics, and helps your business become digital.

This article provides an overview to get started with the Uniconta connector in Peliqan. Please contact support if you have any additional questions or remarks.

Connect Uniconta

In Peliqan, go to Connections > Add Connection > Select Uniconta in the list.

Enter the username and password of a Server User.

Make sure to create a “Server User” in Uniconta.

How to Get Additional Tables

Not all Uniconta tables are available within Peliqan by default.

The connect form includes an Additional Tables field where you can manually specify extra Uniconta tables you want to sync.

This is especially useful if you rely on less common modules or custom tables.

Steps to add additional tables

  1. Open your Uniconta connection
  2. Find the Additional Tables field
  3. Enter a comma-separated list of table names
  4. If a table requires a primary key, add |pk after the table name, for example |id if the primary key is id or |CustomerId if the primary key is CustomerId
  5. Save the connection
  6. Perform a Full Resync to load the new tables into Peliqan
image

Examples:

Single table:

CreditorInvoiceLines

Multiple tables with primary keys:

CreditorClientUser|id, ContactClientUser|id

After syncing, the newly added tables will appear in your Peliqan data warehouse under the Uniconta schema.

Writeback

You can use Peliqan’s low-code scripts to perform writeback to Uniconta, for example create an invoice, update a customer (debtor), delete a supplier (creditor) etc.

Examples: