exam questions

Exam MB-500 All Questions

View all questions & answers for the MB-500 exam

Exam MB-500 topic 6 question 23 discussion

Actual exam question from Microsoft's MB-500
Question #: 23
Topic #: 6
[All MB-500 Questions]

A company wants to integrate Dynamics 365 Finance with an external application.
The apps must send each customer's name and address as a single column to the external application.
You need to add a computed column to the CustCustomerEntity.
What should you do?

  • A. From the CustCustomerEntity table, select the Columns node, select New, and then select Mapped column.
  • B. Create an extension for the CustTable table and then add the new display field.
  • C. Create an extension of the CustCustomerEntity table, select New, and then select String Unmapped column.
  • D. From the CustCustomerEntity table, select the Columns node, select New, and then select String Unmapped Column.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
NSIDEV
Highly Voted 1 year, 10 months ago
Selected Answer: C
We can't modify a standard element, we have to create an extension.. So C for me
upvoted 10 times
examcram22
1 year, 8 months ago
Agreed, the example shows a custom entity, but the question references a standard entity which must be extended
upvoted 1 times
...
...
globeearth
Most Recent 2 months, 4 weeks ago
Selected Answer: C
C. Create an extension of the CustCustomerEntity table, select New, and then select String Unmapped column. -- However, note that the terminology "String Unmapped column" is not accurate for a computed column. The correct type is a Computed column, but since this is the closest option and involves extending the data entity, it is likely the intended choice in the context of the question. In practice, you would select Computed column in Visual Studio and define the logic as described.
upvoted 1 times
...
Quentin_86
9 months, 1 week ago
Selected Answer: C
Correct answer is C
upvoted 1 times
...
_Test
11 months, 1 week ago
CustCustomerEntity is an object in the ApplicationSuite. Not possible to make direct changes on it. Extension should be created.
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...