Hello Community,
I have a simple question yet I fear there is no simple answer (possibly no answer at all).
The question is:
Does any body know ways how to determine the ID (e.g. Y123ABCDY_) of the solution the code is running in?
My use case is the following:
We have a solution template which will be deployed in different customer tenant.
Thus, each deployment will have a different solution ID.
Now, somewhere in code, we generat PDFs using the OutputManagementUtilities.GetPDF reuse library.
This method requires the form template code of the pdf to be generated as a parameter.
However, this PDF form template code is composed of the solution ID and a fixed suffix.
Thus, currently I need to modify the absl code in each customer installation to manually modify the form template code prefix to the solutions solution ID.
Therefore I'd like to construct the form template code in absl but for this I need a way to determine the solution's ID.
Any ideas?
Best regards,
Ludger