Skip to content

Commit

Permalink
Merge pull request #3 from s1seven/omitjson
Browse files Browse the repository at this point in the history
omit json
  • Loading branch information
mzinnoecker authored May 22, 2024
2 parents af47c98 + 2d774ef commit 78515bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/setup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ S1SEVEN DMP allows to configure more than one type of certificate in the system:
1. Construct a new Mapper implementation in method `create_mapper_certificate`, which inherits from the matching super class, see below. It is intended to map all the fields based on your input (IDOC/print program/freestyle) to a certificate structure.
1. The method `process_notarized_certificate` is called after the successful notarization. It is intended to be used for follow-up actions like "storing PDF at SAP object level".

> JSON data is transmitted besides the PDF document by default. This behavior can be changed and controlled for a specific customer, see example implementations mentioned below and method `/ubc/if_s17_bo~should_omit_json( )`.
#### Print program/freestyle integration

In the standard delivery, we offer an integration for a print program on an outbound delivery item.
Expand Down

0 comments on commit 78515bb

Please sign in to comment.