Free MB-500 Exam Braindumps (page: 27)

Page 27 of 66
View Related Case Study

You are working with extended data types in Visual Studio.
You need to create an extension of an Extended Data Types (EDT) that is derived from base data types.
Which three properties can be modified? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.

  1. String size
  2. IsExtensible
  3. Form help
  4. Alignment
  5. Label

Answer(s): A,C,E

Explanation:

String size can be defined only on root EDTs. The system will use the largest value that is defined across the EDT and its extensions.
Labels and Help text properties can be changed by an extension, but only one value can remain.


Reference:

https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/extensibility/extensible-edts



View Related Case Study

You have a table in which multiple properties must be changed. Multiple table properties are locked down at the base table and must not be overwritten.
You need to modify the table properties by extending the table.
Which table property can you populate in a table extension by using the property sheet?

  1. Cache lookup
  2. Modified date time
  3. Configuration key
  4. Table group

Answer(s): B

Explanation:

You can now modify the following properties through the property sheet:
-Created By
-Created Date Time
-Modified By
-Modified Date Time

Country Region Codes

Note: There are multiple versions of this question with different correct answers and various combinations of incorrect answers.

Other incorrect answers you may see in the exam include:
-Primary index
-Save data per company
-Clustered index


Reference:

https://docs.microsoft.com/sv-se/dynamics365/fin-ops-core/dev-itpro/extensibility/modify-properties



View Related Case Study

DRAG DROP (Drag and Drop is not supported)
A company uses Dynamics 365 Finance.
You create the following tables:



You need to configure the system to meet the requirements.

Which delete actions should you use? To answer, drag the appropriate delete action types to the correct scenarios. Each delete action may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.

  1. See Explanation section for answer.

Answer(s): A

Explanation:



View Related Case Study

A company uses Dynamics 365 Finance.
You implement an abstract class named Car.

The Car class has the following:

•A real member called weight that is used to store the weight of the car.
•An abstract getWeight method that returns the value of the weight member.

The Car class code is:



You must create a child class named BigCar.
You need to implement the Car class by using the BigCar child class.
Which code segment should you use?

  1. class BigCar extends Car { void new(real _weight) { weight = _weight; } public real getweight() { return weight; }}
  2. class BigCar implements Car { void new(real _weight) { weight = _weight; } public real getweight() { return weight; }}
  3. class BigCar extends car { public real getWeight() { return weight; }}
  4. class BigCar : car { void new(real _weight) { weight = _weight; } public real getweight() { return weight; }}

Answer(s): A

Explanation:

Creating a subclass
Subclasses are classes that extend or inherit from other classes. A class can extend only one other class.

Subclass example
The following example first creates a class that is named Point. It then extends the Point class to create a new class that is named ThreePoint.

class Point
{
// Instance fields.
real x;
real y;

// Constructor to initialize fields x and y.
void new(real _x, real _y)
{
x = _x;
y = _y;
}
}

class ThreePoint extends Point
{
// Additional instance fields z. Fields x and y are inherited.
real z;

// Constructor is overridden to initialize z.
void new(real _x, real _y, real _z)
{
// Initialize the fields.
super(_x, _y);
z = _z;
}
}


Reference:

https://docs.microsoft.com/en-us/dynamicsax-2012/developer/creating-a-subclass



Page 27 of 66



Post your Comments and Discuss Microsoft MB-500 exam with other Community members:

the coder1 commented on December 11, 2024
It helped alot
UNITED KINGDOM
upvote

Ek commented on June 29, 2024
It helped alot
INDIA
upvote

Tom commented on March 18, 2022
i purchased this exam dumps from another website with way more questions but they were all invalid and outdate. this exam dumps was right to the point and all from recent exam. it was a hard pass.
UNITED KINGDOM
upvote

Tom commented on March 18, 2022
I purchased this exam dumps from another website with way more questions but they were all invalid and outdate. This exam dumps was right to the point and all from recent exam. It was a hard pass.
UNITED KINGDOM
upvote

Eddie commented on September 20, 2021
These notes are pretty informative along with the questions. I helped a lot.
UNITED STATES
upvote