Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions markdownpages/profit/en/howto-export-subject-attachments.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
author: EZW
date: 2026-06-22
date: 2026-08-12
tags: GetConnector, UpdateConnector, AppConnector, Authentication
title: Exporting dossier attachments from AFAS Profit via Systemintegrators
---
Expand Down Expand Up @@ -38,7 +38,7 @@ The GetConnector must contain the following fields:
- **Content of the csv file**

_In other words_: the GetConnector must always contain a field named `DossieritemId`. All fields before it (the top fields) determine the folder structure of the end result. All fields after it are included in a csv file.
The folder structure and the content of the csv file are delivered together in a zip file.
The content of the csv file and the attachments are delivered together in a zip file.

#### 1.2.1 Folder structure

Expand Down Expand Up @@ -110,11 +110,11 @@ Create a token and grant the following rights in the authorization tool:
- Rights to the correct dossier items via `CRM > Dossier > Dossier items > Filters`.


## 4. Provide the token to the Systemintegrators team
## 4. Provide the environment name and token to the Systemintegrators team

Preferably do this in a secure way, for example through the request in the customer portal, or via a secure email. The Systemintegrators team can then use this token to execute the GetConnectors and export the attachments.
Preferably do this in a secure way, for example through the request in the customer portal, or via a secure email. The Systemintegrators team can then use the environment name and token to execute the GetConnectors and export the attachments.


## 5. Receive the zip file with attachments

The zip file will be available through a secure link that can be used once and has limited validity. The Systemintegrators team will provide this link through the request in the customer portal.
The zip file will be available through a secure link that can be used once and has limited validity. The Systemintegrators team will provide this link through the request in the customer portal.
10 changes: 5 additions & 5 deletions markdownpages/profit/nl/howto-export-subject-attachments.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
author: EZW
date: 2026-06-22
date: 2026-08-12
tags: GetConnector, UpdateConnector, AppConnector, Authentication
title: Dossierbijlagen uit AFAS Profit laten exporteren door Systemintegrators
---
Expand Down Expand Up @@ -38,7 +38,7 @@ De GetConnector moet de volgende velden bevatten:
- **Inhoud van het csv bestand**

_Anders gezegd_: de GetConnector moet altijd een veld `DossieritemId` bevatten. Alle velden die ervóór staan (de bovenste velden) bepalen de mappenstructuur van het eindresultaat. Alle velden die erna komen worden opgenomen in een csv bestand.
De mappenstructuur en de inhoud van het csv bestand worden samen in een zip-bestand aangeleverd.
De inhoud van het csv bestand en de bijlagen worden samen in een zip-bestand aangeleverd.

#### 1.2.1 Mappenstructuur

Expand Down Expand Up @@ -110,11 +110,11 @@ Maak een token aan, waarbij de volgende rechten zijn toegekend in de autorisatie
- Rechten op de juiste dossieritems via `CRM > Dossier > Dossieritems > Filters`.


## 4. Geef het token aan het team Systemintegrators
## 4. Geef de omgevingsnaam en het token aan het team Systemintegrators

Dat kun je het beste doen via een beveiligde manier, bijvoorbeeld via de aanvraag in de klantportal, of via een beveiligde e-mail. Het team Systemintegrators kan dan met dit token de GetConnectoren uitvoeren en de bijlagen exporteren.
Dat kun je het beste doen via een beveiligde manier, bijvoorbeeld via de aanvraag in de klantportal, of via een beveiligde e-mail. Het team Systemintegrators kan dan met de omgevingsnaam en het token de GetConnectoren uitvoeren en de bijlagen exporteren.


## 5. Ontvang het zip-bestand met de bijlagen

Het zip-bestand zal beschikbaar zijn via een beveiligde link die eenmalig te gebruiken is en een beperkte geldigheid heeft. Het team Systemintegrators zal deze link aanbieden via de aanvraag in de klantportal.
Het zip-bestand zal beschikbaar zijn via een beveiligde link die eenmalig te gebruiken is en een beperkte geldigheid heeft. Het team Systemintegrators zal deze link aanbieden via de aanvraag in de klantportal.
Loading