Test 5
|
|
Título del Test:
![]() Test 5 Descripción: preguntas learn |



| Comentarios |
|---|
NO HAY REGISTROS |
|
You are developing a custom API for a car dealership application using Microsoft Dynamics 365 Business Central. The application manages car brands and models, allowing users to create, read, update, and delete records. You need to ensure the API supports deep insert operations to create a car brand with multiple car models in one request. Each correct answer presents part of the solution. Which two actions should you take?. Define a part on the Car Brand page for Car Model using SystemId in SubPageLink. Disable InsertAllowed, ModifyAllowed, and DeleteAllowed properties. Set Multiplicity to ZeroOrOne in the part definition. Set ODataKeyFields to Name and Brand Id. Set the ODataBaseUrl property to a custom endpoint. You are developing a Microsoft Business Central extension that integrates with an external accounting system. The development team experiences issues with debugging the extension because breakpoints are not hit during the debugging session. You need to adjust the debugging configuration to enable effective code inspection. Each correct answer presents part of the solution. Which two actions should you take?. Enable allowDebugging in app.json. Set breakOnError to true in launch.json. Set showMyCode to true in app.json. Use F5 to start debugging after setting breakpoints. Your company is adding a module in Microsoft Dynamics 365 Business Central for customer interaction management. The Customer Card page needs fields for social media integration. You need to add Facebook and LinkedIn fields on the Customer Card page and enable sending welcome emails to new customers. Which three actions should you perform? Each correct answer presents part of the solution. Add separate fields for Facebook and LinkedIn. Add a new section for managing social media on the Customer Card page. Add an action for sending a welcome email. Position new fields after the General group. Set the visibility of Facebook and LinkedIn fields to false. Use a page extension to add the required fields. Your organization uses Microsoft Dynamics 365 Business Central for managing sales data. You need to create a report that enables users to perform advanced data analysis using external tools. What should you use?. Excel. Power BI. PowerPoint. Word. You are developing a new extension for Microsoft Dynamics 365 Business Central with custom tables and codeunits. You need to restrict access to precisely these objects during testing by creating a permission set. What action should you take?. Create a new permission set with full access to all objects. Create a new permission set with limited access to the custom objects. Create a permission set in AL with Assignable set to true for the custom objects. Create a permission set with manual assignments for each tester. Your company develops a custom extension for Microsoft Dynamics 365 Business Central that experiences performance issues. You need to gather telemetry data to diagnose the problem with the extension. What should you do?. Add an Azure Application Insights connection string to the app.json file. Enable environment-level telemetry in the admin center. Use Azure Logic Apps to collect telemetry data. Use Azure Monitor Logs to collect telemetry data. Your organization has several extensions running on Microsoft Dynamics 365 Business Central, and you want to ensure that any performance issues are identified and addressed promptly. You must configure alerts for telemetry events to notify your team of potential issues. Each correct answer presents part of the solution. Which two tools should you use?. Azure Application Insights Alerts. Azure DevOps. Azure Logic Apps. Power BI. You are developing a feature in Microsoft Business Central to handle bulk data imports from external systems. Errors during import should be logged without interrupting the operation. You need to implement error handling in AL code to manage errors effectively. What should you do?. Use Error to display error messages and halt the process. Use LogError to record error messages without halting the process. Use LogMessage to log errors but halt the process. Use TryFunction to catch errors and log them. |




