-
Notifications
You must be signed in to change notification settings - Fork 37
Custom Nice Names
Philip Helger edited this page Aug 23, 2022
·
2 revisions
An XML file referenced by the Configuration property webapp.nicename.doctypes.path
(for document types) must look like this to be usable:
<root type="doctypeid">
<item id="busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2::ApplicationResponse##urn:fdc:peppol.eu:poacc:trns:catalogue_response:3::2.1" name="Peppol Catalogue Response transaction 3.0" deprecated="false">
<procid scheme="cenbii-procid-ubl" value="urn:fdc:peppol.eu:poacc:bis:catalogue_only:3" />
</item>
<item id="busdox-docid-qns::any-other-id" name="This is the fancy document type" deprecated="true" />
</root>
and the XML file reference by the Configuration property webapp.nicename.processes.path
(for processes) looks basically the same:
<root type="processid">
<item id="cenbii-procid-ubl::urn:fdc:peppol.eu:2017:poacc:billing:01:1.0" name="Peppol BIS 5A" deprecated="false" />
<item id="cenbii-procid-ubl::any-other-id" name="This is a fancy process" deprecated="true" />
</root>
It is appreciated if you star the GitHub project if you like it.
Donation link: https://paypal.me/PhilipHelger
- Home
- News and noteworthy
- Migrations
- Download
- Features
- Configuration
- Running
- Source related
- Other information
- Future plans
- License
- Release Tasks