Difference between revisions of "Codeunit/StatusAction/SignNemIdActionStatus"

From TempusServa wiki
Jump to navigation Jump to search
Line 6: Line 6:
== How to set up ==
== How to set up ==
Set the following configurations
Set the following configurations
* Signer.FieldFil"; // Configuration som pejer på feltet, som indeholder dokumentet der skal uploades
* Signer.FieldFil";     Field containing the file to be signed
* Signer.FieldCPR"; // Configuration som pejer på feltet, som indeholder dokumentet der skal uploades
* Signer.FieldFilID    Field containing the file to be signed
* Signer.FieldFilID"; // Configuration som pejer på ID på feltet som definerer dokumentet
* Signer.FieldEmail    Field containing the email of the signer (optional)
* Signer.ServerToken";
* Signer.FieldCPR      Field containing the CPR of the signer (optional)
* Signer.StatusError";
* Signer.ServerToken    Code to connect to the server (ask your TS contact)
* Signer.StatusSigned";
* Signer.StatusError    StatusID to set on the data if failed
* Signer.FieldEmail";
* Signer.StatusSigned  StatusID to set on the data if succes
* Signer.EmailSubject";
* Signer.EmailSubject   Header on the email sent to the signer
* Signer.EmailBody";
* Signer.EmailBody     Content of the email sent to the signer

Revision as of 10:27, 30 August 2021

What it does

  1. Will send a document from a document field to signing with NemID.
  2. The user will be notified via either email og eBoks.
  3. After signing the documentis saved in the same field carrying the postfix _signed

How to set up

Set the following configurations

  • Signer.FieldFil"; Field containing the file to be signed
  • Signer.FieldFilID Field containing the file to be signed
  • Signer.FieldEmail Field containing the email of the signer (optional)
  • Signer.FieldCPR Field containing the CPR of the signer (optional)
  • 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