Difference between revisions of "Codeunit/StatusAction/SignNemIdActionStatusGenerator"
Jump to navigation
Jump to search
Line 11: | Line 11: | ||
In addition the following must be set | In addition the following must be set | ||
* Signer. | * '''Signer.TemplateID''' What template to use to generate the output | ||
* Signer. | * '''Signer.FieldID''' Field to store the output in | ||
* Signer.FileName | * '''Signer.FileName''' What to name the output file (teh same as Signer.FieldFil) |
Revision as of 09:30, 30 August 2021
What it does
- Generates a document based on a defined template
- Will send a document from a document field to signing with NemID.
- The user will be notified via either email og eBoks.
- After signing the documentis saved in the same field carrying the postfix _signed
The last 3 steps are the same as SignNemIdActionStatus
How to setup
Follow the directions in SignNemIdActionStatus
In addition the following must be set
- Signer.TemplateID What template to use to generate the output
- Signer.FieldID Field to store the output in
- Signer.FileName What to name the output file (teh same as Signer.FieldFil)