Hi Community,
I'm new in d365 FO, Currently my requirements is to import and export elements i.e only forms and view without data from development environment to UAT environment. How can i complete this requirements Via AOT or a user interface.
The requirement doesn't make a good sense. What you deploy aren't individual objects - it's the whole package (.NET assembly) built from source code. And it includes all objects in the given version of a code package (usually a single model).
The right process is using a build server to generate a deployable package, because it guarantees that all code comes from source control and it doesn't block a development environment. But there is a way how to do it manually: Create deployable packages of models. If you do that, ensure yourself that files in your development environment match what you have in source control.
André Arnaud de Cal...
292,031
Super User 2025 Season 1
Martin Dráb
230,868
Most Valuable Professional
nmaenpaa
101,156