MB-820 試験問題を無料オンラインアクセス
試験コード: | MB-820 |
試験名称: | Microsoft Dynamics 365 Business Central Developer |
認定資格: | Microsoft |
無料問題数: | 120 |
更新日: | 2025-09-04 |
You are exporting data from Business Central.
You must export the data in a non-fixed length and width in CSV format.
You need to generate an XMLport to export the data in the required format Which Format property value should you use?
You need to allow debugging in an extension to view the source code. In which file should you specify the value of the allowDebugging property?
A company has a Business Central online environment.
You are exporting a file from a client by using the DownloadFromStream method.
You need to create an InStream data type to send the data
Which solution should you use?
You need to create the configuration table and page for the non-conformity functionality.
Which table configurations should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point
You plan to call a web service by using the data type HttpClient from a Business Central AL extension You must provide the following implementation for the web service call:
* The web service must authenticate the client with a certificate.
* The certificate must include a password.
* The password must be hidden when you debug the code
You need to include the certificate in the web service call. Which instruction should you use?