Hello,
I would like to run the electronic report from my form.
For that I have created a class and tried to use ERFormatMappingRun class, which is used to run electronic reports.
Compilation gives below error:
Class 'ERFormatMappingRun' is internal and is not accessible from the current module 'MyModel'
I understand, that it can be only used within it's own model, but what are the workaround to use internal classes' logic from my model?
Thanks.