Skip to content

Commit

Permalink
Add feedback task description
Browse files Browse the repository at this point in the history
  • Loading branch information
tina-ahm committed Oct 16, 2024
1 parent 089d064 commit eb0387f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -403,6 +403,11 @@ public class EFormidlingReceivers : IEFormidlingReceivers
{{</content-version-container>}}
{{</content-version-selector>}}

### 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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -403,6 +403,11 @@ public class EFormidlingReceivers : IEFormidlingReceivers
{{</content-version-container>}}
{{</content-version-selector>}}

### 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.
Expand Down

0 comments on commit eb0387f

Please sign in to comment.