Retail Server health Check

Retail Server health Check



If you have a Dynamics 365 for Operations with Retail deployment, it can be especially critical to be able to quickly check the health of the Retail Service (real-time service).


Life cycle Services (LCS) provides an Environment Monitoring portal for each service. 

Login to your LCS and select production server full details.

Click on Environment Detail.


Then select Retail Tab Tab and then click on retail Tab 


You will find the health status in graphical View...

A quick real-time service check can be performed by:
Opening a web browser especially Google chrome and Enter the below URL on the browser.

The only thing you have to change is the Server name with your environment URL

 https://SERVERNAME/healthcheck?testname=ping


if you want results in XML just add one more segment.

  https://SERVERNAME/healthcheck?testname=ping&resultFormat=xml 






Support Faryal's Cusine


Custom Data Entity D365FO




Custom Data Entity in few steps



Step -1
Create New Project and Create a Table like below 





Step-2 
Now add 4 fields. Name, Age, ClassName and RollNumber. After this create an index add two fields RollNumber and className.


Reference: Screenshot



Step-3 
Right-click on the table and navigate to Addin and select Create Data Entity.




Step-4  
if you are facing the error Natural key is not found like the below screenshot.




Step-5 
Go to Table and change the primary index with your newly created index.



Step-6 
Now perform step-3 again... Hope everything will work fine for you.






Extension Cases-

If you have the requirement to create a Systems Out of the box table entity and you are facing the same natural key error then there is another way to create a data entity of the required table.




As we all know we can't change the primary index in Table extensions.. check the below screenshot Primary index field showing disable.



Step-1 Copy any existing Entity 
Step-2 Remove data source, Fields, relations indexes, Methods and groups
Step-3 Add Invent Trans add the required field and make index


Step-4 set the properties like below images


Step-5 Now regenerate the staging table











Support Faryal's Cusine


Virtual Fields Vs Computed Fields

  Virtual Field: A virtual field in D365FO is a field that doesn't have a direct representation in the database. It's a field that y...