Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
默认情况下,我在 USR 上工作,因为在此层上工作不是最佳实践,我需要在 Dynamics 365 中的 ISV 层上工作。如何在 Visual Studio 中更改层。
借助 Visual Studio 顶部的 Dynamics365 菜单创建项目后,您无法将 USR 层更改为 ISV 层。
您可以单击 Dynamics 365 菜单选择模型管理,然后单击创建模型
我认为您也许可以修改目录XML中的Descriptor并将其更改<Layer>14</Layer>为<Layer>8</Layer>where 8 = ISV。
XML
Descriptor
<Layer>14</Layer>
<Layer>8</Layer>
8 = ISV