Difference between revisions of "Codeunit/StatusAction/SignNemIdActionStatus"
Jump to navigation
Jump to search
m (17 revisions imported) |
|||
(13 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
== What it does == | == What it does == | ||
# | # Send a document from a document field to signing with NemID. | ||
# The user will be notified via | # The user will be notified via email containing a link for where to sign the document | ||
# When signing a document is generated including a NemID signature | |||
# After signing the documentis saved in the same field carrying the postfix _signed | # After signing the documentis saved in the same field carrying the postfix _signed | ||
== How to set up == | == How to set up == | ||
Set the following configurations | Add a status action and set the codeunit Classname to: | ||
* Signer.FieldFil | '''dk.tempusserva.signing.nemid.SignNemIdActionStatus''' | ||
* Signer.FieldFilID Field containing the file to be signed | |||
* Signer.FieldEmail Field containing the email of the signer | Set the following entity configurations | ||
* Signer.FieldCPR | * '''Signer.FieldFil''' Field NAME containing the file to be signed | ||
* Signer.ServerToken Code to connect to the server (ask your TS contact) | * '''Signer.FieldFilID''' Field ID containing the file to be signed | ||
* Signer.StatusError StatusID to set on the data if failed | * '''Signer.FieldEmail''' Field NAME containing the email of the signer | ||
* Signer.StatusSigned StatusID to set on the data if succes | * '''Signer.FieldCPR''' Reserved for future use (specify any field) | ||
* Signer.EmailSubject Header on the email sent to the signer | * '''Signer.ServerToken''' Code to connect to the server (ask your TS contact) | ||
* Signer.EmailBody Content of the email sent to the signer | * '''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 |
Latest revision as of 11:51, 10 December 2021
What it does
- Send a document from a document field to signing with NemID.
- The user will be notified via email containing a link for where to sign the document
- When signing a document is generated including a NemID signature
- After signing the documentis saved in the same field carrying the postfix _signed
How to set up
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