Acumatica generic inquiry how to export more than one GI as xml

馋奶兔 提交于 2019-12-02 18:45:01

问题


I know you can export one GI at a time to xml, I'm wondering you can select all user GI and export to XML as a backup.

Thanks


回答1:


You can do this by creating a customization project and include all the generic inquiries you need in one package. The project can be exported and imported which includes all of your attached GIs. We do this already and works great. Do not forget to update from database when making changes before re-exporting.

Simple list of steps if you have not created a project before: (using 5.30)

  1. System > Customization > Customization Projects > create a new project (save)
  2. Click on the hyper-link for your project name to open the customization project window.
  3. Click on Generic Inquiries
  4. Click the add (plus symbol) and check/select all of your GIs and click save. Note the 'RELOAD FROM DATABASE' option. Do this step when you make changes to your GI that you need to update into your package as this does not happen automatically when saving changes to your GIs.
  5. You should see the list of Generic Inquiries include all that you selected
  6. In the upper right under File (still in the Customization project window) select 'Export Project Package'. A zip file will be downloaded from the site which includes all of your XML for each GI


来源:https://stackoverflow.com/questions/35908124/acumatica-generic-inquiry-how-to-export-more-than-one-gi-as-xml

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