From eb0387f610dee4a88c9b108bedbe53c4f55af81f Mon Sep 17 00:00:00 2001 From: Tina Date: Wed, 16 Oct 2024 12:52:15 +0200 Subject: [PATCH] Add feedback task description --- .../guides/development/eFormidling/_index.en.md | 7 ++++++- .../guides/development/eFormidling/_index.nb.md | 9 +++++++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/content/altinn-studio/guides/development/eFormidling/_index.en.md b/content/altinn-studio/guides/development/eFormidling/_index.en.md index 1f65091ca3..829e8b6146 100644 --- a/content/altinn-studio/guides/development/eFormidling/_index.en.md +++ b/content/altinn-studio/guides/development/eFormidling/_index.en.md @@ -18,7 +18,7 @@ Before setting up eFormidling you will need to have the following set up: ### Maskinporten Integration -In order to enable eFormidling in your application you will need to [setup an integration between your app and Maskinporten](/altinn-studio/guides/maskinporten-app-integration/). +In order to enable eFormidling in your application you will need to [setup an integration between your app and Maskinporten](/altinn-studio/guides/integration/maskinporten-app-integration/). * **NB!** In `Program.cs` add the following instead of what is described in the steps above in the `RegisterCustomAppServices`-method: @@ -403,6 +403,11 @@ public class EFormidlingReceivers : IEFormidlingReceivers {{}} {{}} +### Adding a feedback task to the application process {#eFormidling-setup-process} +While not strictly necessary, it is recommended to add a [feedback task](/altinn-studio/reference/process/tasks/#feedback-task) to your application. This is to ensure that the process is moved along when the message has been received. +No further changes are needed when the task has been added as the eFormidling service we added earlier will automatically move the process along. +If you wish to customize the texts that are presented to the user during this step you can do so by overriding the [text keys](/altinn-studio/reference/configuration/process/customize/#feedback) + ## Testing Thorough testing for the eFormidling integration in an application is encouraged. Safety measures and retry mechanisms are in place to ensure that a shipment reaches the receiver when errors are due to weak network connections. diff --git a/content/altinn-studio/guides/development/eFormidling/_index.nb.md b/content/altinn-studio/guides/development/eFormidling/_index.nb.md index 1ae678aac6..82a4624649 100644 --- a/content/altinn-studio/guides/development/eFormidling/_index.nb.md +++ b/content/altinn-studio/guides/development/eFormidling/_index.nb.md @@ -18,7 +18,7 @@ Before setting up eFormidling you will need to have the following set up: ### Maskinporten Integration -In order to enable eFormidling in your application you will need to [setup an integration between your app and Maskinporten](/altinn-studio/guides/maskinporten-app-integration/). +In order to enable eFormidling in your application you will need to [setup an integration between your app and Maskinporten](/altinn-studio/guides/integration/maskinporten-app-integration/). * **NB!** In `Program.cs` add the following instead of what is described in the steps above in the `RegisterCustomAppServices`-method: @@ -133,7 +133,7 @@ parameters defined below. | standard **\*\*\*** | string | The document standard | | typeVersion | string | Version of the message type | | type **\*\*\*** | string | The document type | -| securityLevel **\*\*\*** | number | Security level to be set on the _StandardBusinessDocument_ | +| securityLevel **\*\*\*** | number | Security level to be set on the _StandardBusinessDocument_ | | dataTypes | array | List of data types to include in the shipment | **\*** Altinn only supports DPF and DPO. @@ -403,6 +403,11 @@ public class EFormidlingReceivers : IEFormidlingReceivers {{}} {{}} +### Adding a feedback task to the application process {#eFormidling-setup-process} +While not strictly necessary, it is recommended to add a [feedback task](/altinn-studio/reference/process/tasks/#feedback-task) to your application. This is to ensure that the process is moved along when the message has been received. +No further changes are needed when the task has been added as the eFormidling service we added earlier will automatically move the process along. +If you wish to customize the texts that are presented to the user during this step you can do so by overriding the [text keys](/altinn-studio/reference/configuration/process/customize/#feedback) + ## Testing Thorough testing for the eFormidling integration in an application is encouraged. Safety measures and retry mechanisms are in place to ensure that a shipment reaches the receiver when errors are due to weak network connections.