Monday, August 5, 2019

Interview Question : Microsoft Dynamics 365 Finance and Operation Technical (D365FO)


Few days back I attended D365FO technical interview. I am listing down the questions which I remember now. Actually these questions were asked during the first round of interview.




  1. How to convert currency code to your local currency code in x++?
  2. What are the extension classes used in reports?
  3. What are the types of delete action?
  4. What is platform update and Application Update in D365FO?
  5. What is equivalent of AIF in D365?
  6. How you will write query based on Salesline and InventTrans table?
  7. What is common datatype and what is its use?
  8. what is the datatype of recid?
  9. what is the main limitation of SimpleListDetail Form?
More questions I will post.

Thanks,
Uma

using SQL Query in X++

 If you need to execute sql query inside your X++ code then below example can help you. To pass value to SQL query we need to use strfmt() f...