Skip to main content
Answer

If I create a custom data provider in a .cs file, can I ask support to place it in App_Code?

  • April 20, 2021
  • 2 replies
  • 89 views

Forum|alt.badge.img+7

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?

Best answer by Naveen Boga

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

 

2 replies

Naveen Boga
Captain II
Forum|alt.badge.img+19
  • Captain II
  • Answer
  • April 21, 2021

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

 


Gabriel Michaud
Captain II
Forum|alt.badge.img+11

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.