Difference between revisions of "NemID signing"
Jump to navigation
Jump to search
old>Admin |
m (13 revisions imported) |
||
(3 intermediate revisions by one other user not shown) | |||
Line 15: | Line 15: | ||
* Signer.StatusError (ID) | * Signer.StatusError (ID) | ||
* Signer.StatusSigned (ID) | * Signer.StatusSigned (ID) | ||
In case you want to automatically generate the documents before signing, include | |||
* Signer.FieldID | |||
* Signer.TemplateID | |||
All field refernces should use the system name (allways in uppercase). | |||
=== Manual signing === | === Manual signing === | ||
Line 22: | Line 29: | ||
# Create a new button with parametrized URL | # Create a new button with parametrized URL | ||
?command=dk.tempusserva. | ?command=dk.tempusserva.signing.nemid.SignNemIdActionPage&SagID=402&DataID=[DataID] | ||
=== Automated signing === | === Automated signing === | ||
Line 31: | Line 38: | ||
# Insert a new codeunit execution | # Insert a new codeunit execution | ||
dk.tempusserva.signing.nemid.SignNemIdActionStatus | |||
OR | |||
dk.tempusserva.signing.nemid.SignNemIdActionStatusGenerator | |||
The later will generate the file from a defined template before sending to sending |
Latest revision as of 11:55, 10 December 2021
Configuration
Before using the signing setup the signing service in Modules > Configuration.
Note: Among the configurations is an customer key, you can aquire from Tempus Serva support.
On each entity you will need to add the following configurations
- Signer.EmailBody
- Signer.EmailSubject
- Signer.FieldCPR
- Signer.FieldEmail
- Signer.FieldFil
- Signer.StatusError (ID)
- Signer.StatusSigned (ID)
In case you want to automatically generate the documents before signing, include
- Signer.FieldID
- Signer.TemplateID
All field refernces should use the system name (allways in uppercase).
Manual signing
Manual signing will allow a user to click a button that starts the signing proces.
- Follow steps in Configuration
- Create a new button with parametrized URL
?command=dk.tempusserva.signing.nemid.SignNemIdActionPage&SagID=402&DataID=[DataID]
Automated signing
Automated signing will start the signing process when a certain status is assigned
- Follow steps in Configuration
- Create a new status action
- Insert a new codeunit execution
dk.tempusserva.signing.nemid.SignNemIdActionStatus
OR
dk.tempusserva.signing.nemid.SignNemIdActionStatusGenerator
The later will generate the file from a defined template before sending to sending