What is the output of the X++ code?

You are developing a solution to insert and update records in a table named Table1, and you need to ensure that you handle the possible exceptions. Table1 does not have any unique indexes that include the ID or the Description fields. The table has the following structure: What is the...

January 21, 2019 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,...

January 20, 2019 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...

January 18, 2019 No Comments READ MORE +

Which two best practices should you follow?

You are adding a relationship to a table. Which two best practices should you follow? Each correct answer presents part of the solution.A . Define a navigational relationship; the validate property on the relation should be set to "Yes" for easier navigation.B . Set the validate property to No when...

January 5, 2019 No Comments READ MORE +

What are two best practices for extending a series of data types?

You are a developer for an Independent Software Vendor (ISV). You need to create new extended data types in Microsoft Dynamics 365 for Finance and Operations. What are two best practices for extending a series of data types? Each correct answer presents a complete solution.A . An EDT should be...

January 5, 2019 No Comments READ MORE +

Which statement will complete the method?

You are writing a method to update the Customer reference field on a Sales order table record. You begin by writing the following code: class ExampleClass { /// <summary> /// Update the Customer reference field on the Sales orders table. /// </summary> /// <param name = "_salesId"> /// Sales order...

December 31, 2018 No Comments READ MORE +

Amount baseAmount = _lineAmount > 0 ?

You are a developer working on a new customized form and are troubleshooting a defect on the form. The form displays a summary for each line. The defect report says that the form shows the incorrect summary for return order lines. A display method provides the summary, and the method...

December 29, 2018 No Comments READ MORE +

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

December 28, 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...

December 26, 2018 No Comments READ MORE +

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

December 23, 2018 No Comments READ MORE +