Thank you very much. I'll look into a custom extension. It'd be great to ensure that the properties I need are set
Will an extension be able to serve a reply to eg http://localhost:5488/my-extension/templates (such that I don't need to wrap jsreport in my own webapp)
[
{
"title": "Personoplysninger",
"mimetype": "application/pdf",
"uipath": "aika/web/person",
"accept": "person",
"id": "LmNeYrxmvHFE8HQD",
"template": "personinfo"
},
{
"title": "Xmas Card",
"mimetype": "message/rfc822",
"uipath": "aika/web/person",
"accept": "person",
"id": "Y6rQ0wf5BYAWw6tT",
"template": "xmasmail"
}
]
Thank you