Skip to main content

As per the subject, if I create a custom data provider in a .cs file, can I ask support to place it in App_Code in the hosted environment?  If not, how can I include it within a customization project so that it becomes available for use?

Hi @ddunn,

Yes, you can request to add that file to the App_Code folder.

In the below article, the Acumatica team has given an example of custom data provider and added that file to App_code foler.

 

https://asiablog.acumatica.com/2016/09/custom-integration-services-data.html

 


You don’t need to involve Acumatica support for that. Just place your code in a customization project and publish it normally.

Note that nowadays, the code gets published into App_RuntimeCode instead of App_Code to avoid a restart of the application.


Reply