What is an “AddOn” project?

心已入冬 提交于 2019-12-12 02:09:39

问题


I have an Acumatica instruction document that seems to be from a much older version of Acumatica. In the documentation, it mentions that I need to go to System -> Customization -> Manage -> Customization Projects and select the Visual Studio Drop Down -> Create AddOn Project. Currently I do not see the Visual Studio drop down as mentioned in this document.

Does this option still exist in newer version of Acumatica? If so, how do I access it? If not, does anyone know what type of project I need to create in Visual Studio to manually do what this option did?


回答1:


An Add-On project is a visual studio solution containing your Acumatica extension in the form of a dynamically linked library. You can access it by opening the Project Editor for customizations and going to the Extension Library menu.

Updated Acumatica training documents are available at the following URL: http://acumaticaopenuniversity.com/courses/



来源:https://stackoverflow.com/questions/42697114/what-is-an-addon-project

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!