Wednesday, September 27, 2017

How to organize projects by element type in D365 operations

Hi All,


when developing a new solution in Dynamics 365 for Operations. After adding so many new elements I observed that they were just being added to the project solution and were not being categorized. 
It is recommended to categorized the elements by type for each and every solutions.
for that i manually created folders and moved those objects to respective folders. because in Previous versions of Ax  also we used to do for the same.
but it is very difficult to move those manually ,especially if there are a large number of elements in the solution. 
Solution:
we can organize elements  automatically with a simple steps.But this will work for only new solutions . if you already have elements in your project they won’t get organized.
Step 1:
Go to  the Dynamics 365 tab in Visual studio and select Options.


Expand Dynamics 365 Tab --> Click on Projects -->and check on Organize projects  by element  type




Once you set this option enabled,now onward no need to create folders manually ,when you add a new element folder will create automatically. 


How to start and Stop AOS Service in D365

Hi All,

As we all aware, if we wanted to start/restart and stop the AOS service in previous versions of Dynamics AX, we have to  open services console and we can perform start or stop.

But In Dynamics 365,we are accessing application through a web site, so that it has been changed to IIS.


We can start or stop the AOS through IIS .



Go to IIS-Server-->Sites-->AOS Service.

we have right side Manage Website,here we can perform the actions like Restart,start or stop.