exam questions

Exam MB-500 All Questions

View all questions & answers for the MB-500 exam

Exam MB-500 topic 4 question 43 discussion

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

A company is implementing Dynamics 365 finance and operations apps.

The company must functionally test its native Dynamics 365 finance and operations apps with specific data values.

You need to add specific values on test data within a development environment.

Which two fluent setter methods can you use to achieve the goal? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

  • A. save
  • B. post
  • C. set
  • D. for
  • E. create
Show Suggested Answer Hide Answer
Suggested Answer: CD 🗳️

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
globeearth
1 month ago
Selected Answer: CD
Commands allow for two types of fluent setter methods, for methods and set methods: => for – These methods are used for command parameters that represent the entities that the command applies to. For example, the invoice command can apply to sales orders. Therefore, a for method is used to set the sales order that the invoice command applies to. => set – These methods are used for all other parameters of the command. For example, when you reserve a sales line, you usually specify a quantity. The quantity isn't something that the command applies to but is instead a simple parameter of the command. Therefore, a set method is used to specify the quantity parameter of the reservation command.
upvoted 2 times
...
kself
11 months, 1 week ago
Answer appears to be correct. Reference: https://learn.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/perf-test/concepts-commands#fluent-setter-methods
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 ...