...
- new base-...xml file
- new domain-...xml file
- edit base-relations.xml to add new record type as a relate-able record type
- Per Chris M, has an 'all' keyword for all relation types
- in tomcat-main/src/main/resources
- add an xml include line to point to your new procedure's base-* file, to *-tenant.xml (e.g. core-tenant.xml and lifesci-tenant.xml) (in app layer tree)
- and to our-tenant-tenant.xml (in the mini-build)
- add an xml include line to point to your new procedure's base-* file, to default.xml
- edit the id / number pattern config file to add any automatically generated number patterns needed (also need to make the generator(s) in the services layer; there's a document on the DOC wiki about that)
...