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
- Open your Uniconta connection
- Find the Additional Tables field
- Enter a comma-separated list of table names
- If a table requires a primary key, add
|pkafter the table name, for example|idif the primary key is id or|CustomerIdif the primary key isCustomerId - Save the connection
- Perform a Full Resync to load the new tables into Peliqan
Examples:
Single table:
CreditorInvoiceLinesMultiple tables with primary keys:
CreditorClientUser|id, ContactClientUser|idAfter 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: