Where should you look first to troubleshoot the issue in the most efficient manner possible?
You are an administrator of a Microsoft Dynamics 365 for Finance and Operations - Retail live environment. You receive a report that the corporate Retail server is unresponsive. Where should you look first to troubleshoot the issue in the most efficient manner possible?A . Environment Monitoring in Lifecycle Services (LCS)B...
Which two benefits will your team gain from using the new API in this manner?
Your development team plans to use the new API exposed in Commerce Runtime (CRT) to set/get or validate values based on enum type. Which two benefits will your team gain from using the new API in this manner? Each correct answer presets a complete solution.A . They can directly map...
Where should you go to access this library?
You need to troubleshoot an issue by using the Async sync library. Where should you go to access this library?A . Real Time ServiceB . Reatil ServerC . Retail Modern POSD . Channel DatabaseView AnswerAnswer: C Explanation: Retail modern POS includes the Async library which downloads any available data packages...
Which type of exception should you handle?
You are planning to use X++ to develop a solution that will update multiple records. You need to ensure that if the solution attempts to modify records that are currently being edited by a user, the operation will be retried. Which type of exception should you handle?A . UpdateConflictB ....
In which three ways do TempDB table types differ from InMemory table types for reporting?
You need to explain to a team member the difference between TempDB and InMemory table types. In which three ways do TempDB table types differ from InMemory table types for reporting? Each correct answer presents part of the solution.A . TempDB tables have a persistent database schema, and the data...
How should you iterate over multiple records in X++?
You are writing an X++ method. You need to perform the same logic for multiple records in the database. How should you iterate over multiple records in X++?A . Declare a table buffer variable, and then write a "while select" statement to iterate through each record.B . Declare a shared...
Which scenario requires a package rebuild?
You manage package deployments for a Microsoft Dynamics 365 Retail environment, and you need to determine if a package rebuild is necessary. Which scenario requires a package rebuild?A . You want to re-run a build due to warnings that appear in the Error List pane concerning best practices.B . You...
Which two actions can you take to check the status of the scheduler job?
Employees who use a Cloud point-of-sale (POS) at a store report that the product information is not current. There is no Retail Store Scale Unit deployed at the store, and you suspect that the scheduler job that updates product information has failed. Which two actions can you take to check...
Which two best practices should you follow when using the labels?
You are an Independent Software Vendor (ISV) developer. You are working on a new solution that will support multiple languages and regions, and you need to use labels. Which two best practices should you follow when using the labels? Each correct answer presents a complete solution.A . Use descriptive text...
How should you iterate over multiple records in X++?
You are writing an X++ method. You need to perform the same logic for multiple records in the database. How should you iterate over multiple records in X++?A . Declare a table buffer variable, and then write a "while select" statement to iterate through each record.B . Declare a shared...