Posts

Showing posts from June, 2017

Short Notes on Packages, Models in Dynamics 365 for operations

All development work is carried out in conjunction with Visual Studio Team Services, or VSTS. It used to be optional, but the implementation process that is managed through Lifecycle services (LCS) requires that we have a VSTS project linked to it to function to its fullest. This is not just for source control and work management, but it is also used when performing code upgrades. When a solution is designed, it will be done by breaking the solution into packages of functionality. Package is a deployable unit that can becomes a distinct dll. Package that contain one model and one project. The  dependencies are defined against the project, not the model. When we create a project, the project is associated with a model. The Application Suite is a package that we normally always reference, as it contains the majority of the types that we usually need. Model is a subset of elements,such as classes, within package and can be used to move code from one development system ...

Very Useful link for Dynamics 365 for Operations:

https://devserra.wordpress.com/tag/ax7/