Base solution for your next web application
Open Closed

Plugins #10845


User avatar
0
williepieterse created

.Net Core MVC (10.4.0)

There is currently very limited documentation on plugins, mostly background worker samples. I want create Report and Global update Plugins that would mostly function like the current excel Import/Export functionality.

The application services will be extended with the corresponging logic and the selected report will passed with the filter parameters via some sort of identifier, but how would the application services access and also schedule the request via the plugin as a background job.


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @williepieterse

    Regardless of Plugin topic, you can create a class library, define an interface in this library for excel Import/Export functionality and use it from both your plugins and main app.

    Your plugin can replace or extend the default implementation this way.