From 5a2cc7ff1295dbf0efe85d5242883da180abfaf0 Mon Sep 17 00:00:00 2001 From: Carel van Wingerden Date: Tue, 2 Jun 2026 11:38:58 +0200 Subject: [PATCH] Enhance GetConnector guidance in documentation Added recommendation for creating a new GetConnector to optimize data retrieval and integration relevance. --- markdownpages/profit/en/get-connector.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/markdownpages/profit/en/get-connector.md b/markdownpages/profit/en/get-connector.md index 48a1522..2dc8f02 100644 --- a/markdownpages/profit/en/get-connector.md +++ b/markdownpages/profit/en/get-connector.md @@ -15,6 +15,7 @@ A GetConnector is an endpoint that allows an application to retrieve records fro - Add the GetConnector to the [app connector](https://help.afas.nl/help/EN/SE/App_Apps_Custom_Add.htm "Add custom app connector") used for the integration. Standard GetConnectors are included with Profit, but an administrator can create a GetConnector themselves. This allows the administrator to determine the applicable dataset, and by filtering in Profit, the administrator can limit the output of the GetConnector. With a good GetConnector, you retrieve the data required for the integration, and nothing more. +It is always recommended to create a new GetConnector so that you make a deliberate choice about which fields you include in the GetConnector. The supplied GetConnectors naturally also contain many fields that are not relevant to the integration you want to create, so these fields only generate additional load. In addition, you should of course include a filter in the GetConnector, and include the name of the integration in the GetConnector description. ### Developer of the integration @@ -273,4 +274,4 @@ Response: ## Rowcount on GetConnector -To get a rowcount on a GetConnector, you need to create a copy of the existing GetConnector. Based on this, you can add an aggregation on the key and make the other fields invisible. Request the AFAS administrator to carry this out. [Functional description](https://help.afas.nl/help/NL/SE/App_Query_Cond.htm) \ No newline at end of file +To get a rowcount on a GetConnector, you need to create a copy of the existing GetConnector. Based on this, you can add an aggregation on the key and make the other fields invisible. Request the AFAS administrator to carry this out. [Functional description](https://help.afas.nl/help/NL/SE/App_Query_Cond.htm)