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...

October 19, 2018 No Comments READ MORE +

Which type should you tell the client?

You are reviewing the basic set of primitive data types in Microsoft Dynamics 365 for Finance and Operations with a client. The client wants to know the best data type to use for a set of literals, such as states of nature or key reporting structures. Which type should you...

October 13, 2018 No Comments READ MORE +

How should you reference this new label in the Label property of an artifact?

You are an Independent Software Vendor (ISV) developer working in the "ABCModule" module in an existing solution. You create a new label in the XYZ-en-US.label.txt file with a Label ID of "LabelText", a Label of "Text for the Label", and a Description of "ABC". How should you reference this new...

October 11, 2018 No Comments READ MORE +

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...

October 10, 2018 No Comments READ MORE +

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...

October 9, 2018 No Comments READ MORE +

What should you tell the team member?

A team member who is not familiar with IntelliMorph needs to understand what field groups are and the primary advantage of using them. What should you tell the team member?A . They are groups of fields referenced directly on forms and reports; however, you need to update ans refresh the...

October 8, 2018 No Comments READ MORE +

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...

October 2, 2018 No Comments READ MORE +

What is a correct example of calling the modifyCustTable method from NewClass2?

You create a new class named NewClass1 in a model. NewClass1 manipulates the CustTable table in the protected method modifyCustTable. NewClass1 has the following code: class NewClass1 { public static MainClass1 construct() { return new MainClass1(); } protected void modifyCustTable() { ... } } In the same model as NewClass1,...

October 2, 2018 No Comments READ MORE +

Which two best practices should you follow?

You need to add indexes to a table. Which two best practices should you follow? Each correct answer presents part of the solution.A . Determine how the table should be organized by specifying a clustered index.B . Specify a primary index to determine the unique key on the table.C ....

September 30, 2018 No Comments READ MORE +

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 ....

September 24, 2018 No Comments READ MORE +