# SignNemIdActionStatus

## <span class="mw-headline" id="bkmrk-what-it-does-1">What it does</span>

1. Send a document from a document field to signing with NemID.
2. The user will be notified via email containing a link for where to sign the document
3. When signing a document is generated including a NemID signature
4. After signing the documents saved in the same field carrying the postfix \_signed

## <span class="mw-headline" id="bkmrk-how-to-set-up-1">How to set up</span>

Add a status action and set the codeunit Classname to: **dk.tempusserva.signing.nemid.SignNemIdActionStatus**

Set the following entity configurations

- **Signer.FieldFil** Field NAME containing the file to be signed
- **Signer.FieldFilID** Field ID containing the file to be signed
- **Signer.FieldEmail** Field NAME containing the email of the signer
- **Signer.FieldCPR** Reserved for future use (specify any field)
- **Signer.ServerToken** Code to connect to the server (ask your TS contact)
- **Signer.StatusError** StatusID to set on the data if failed
- **Signer.StatusSigned** StatusID to set on the data if succes
- **Signer.EmailSubject** Header on the email sent to the signer
- **Signer.EmailBody** Content of the email sent to the signer

## <span class="mw-headline" id="bkmrk-developer-info-1">Developer info</span>

- <span class="mw-headline">Type: [CodeunitStatusaction](https://docs.tsnocode.com/books/codeunit-reference/chapter/statusaction)</span>
- <span class="mw-headline">Security: none</span>
- <span class="mw-headline">Classpath: dk.tempusserva.signing.nemid.SignNemIdActionStatus</span>