Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add reports from standalone excel templates #126

Open
MikeWalker3 opened this issue Aug 22, 2024 · 1 comment
Open

Add reports from standalone excel templates #126

MikeWalker3 opened this issue Aug 22, 2024 · 1 comment
Labels
enhancement New features or code improvements

Comments

@MikeWalker3
Copy link

📝 Description of the feature

Add the ability to run an excel export report using standalone excel templates pre-defined in MI Admin.

💡 Steps for implementing the feature

No response

🔗 Useful links and references

No response

@MikeWalker3 MikeWalker3 added the enhancement New features or code improvements label Aug 22, 2024
@ludovicsteinbach
Copy link
Contributor

Thanks for the suggestion.

I did some investigation on this: the Jobqueue API can run a job where the template is an existing template defined in MI:Admin.
To do so, instead of uploading the template as a file and referring to it in the job request parameters by name, the job request must include a TemplateDefinitionId field.

However, it isn't currently possible to obtain via ServerAPI a list of available pre-defined templates and their ids. I'll check with the Product Team if that is on the roadmap.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New features or code improvements
Projects
None yet
Development

No branches or pull requests

2 participants