exam questions

Exam MB2-716 All Questions

View all questions & answers for the MB2-716 exam

Exam MB2-716 topic 1 question 23 discussion

Actual exam question from Microsoft's MB2-716
Question #: 23
Topic #: 1
[All MB2-716 Questions]

You create a custom entity. Records are created by users through the user interface, and through a backend integration.
You must combine two fields to populate a new field that will replace the name field on the entity.
You need to ensure that the new field displays a result immediately after a new record is saved.
What should you use?

  • A. a background workflow
  • B. JavaScript code on the record form
  • C. a form-scoped business rule
  • D. a calculated field
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

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
Yo11
Highly Voted 5 years, 8 months ago
The answer is Canculated Field. It's not only for Numeric Type. You can use the Concat(string field1, string field2,....) for the Single line of text type Check here: https://docs.microsoft.com/en-us/previous-versions/dynamicscrm-2016/administering-dynamics-365/dn832103(v=crm.8)?redirectedfrom=MSDN
upvoted 6 times
CParker
5 years, 5 months ago
considering the data is also updated through background integration, would the calculated field work with this data (do calculated fields only work through form interaction)?
upvoted 1 times
...
...
nakshatra
Most Recent 4 years, 8 months ago
calculated fields refresh value: - On Save - Every 12 hours - When user presses rollup refresh button source: https://community.dynamics.com/crm/f/microsoft-dynamics-crm-forum/266724/update-calculated-field
upvoted 1 times
...
Shahram_zadeh
4 years, 12 months ago
Name field is an existing and is not calculated, you have to do it problematically. A is correct
upvoted 1 times
...
turok3000
5 years ago
Correct is D
upvoted 2 times
...
Mandya
5 years, 1 month ago
Correct answer is: D. a calculated field
upvoted 2 times
...
CParker
5 years, 4 months ago
considering the data is also updated through background integration, would the calculated field work with this data (do calculated fields only work through form interaction)?
upvoted 1 times
...
shrikantkarpur
5 years, 5 months ago
The answer is D
upvoted 2 times
...
troisdsolide
5 years, 8 months ago
The form-scope rule will not work, as the question state backend integration. The form will not be loaded.
upvoted 1 times
...
troisdsolide
5 years, 8 months ago
You can achieve this for a new text field define as calculated. If the question say that you need to make this happen for an existing field, you cannot change a simple field to calculate.
upvoted 2 times
...
Houses
5 years, 8 months ago
Calculated fields are only for numeric types. Background wf is obviously not and I don't think that a Microsoft exam will allow a JavaScript answer so I think it's the business rule.
upvoted 2 times
braddles
4 years, 11 months ago
Calculated fields can be used for all of these Single line of text Option set two options whole number decimal currency date time
upvoted 2 times
Varda
4 years, 10 months ago
That is not correct.
upvoted 1 times
...
...
...
javier
5 years, 9 months ago
Workflows can be used on existing fields, definitely NOT a background one for this case. Although javascript could do the job also, the answer should be Calculated Field.
upvoted 1 times
...
daisy
5 years, 10 months ago
should be D
upvoted 4 times
...
mu
5 years, 11 months ago
Should not be a Real Time workflow instead of a Background workflow ? Since the new field value has to be immediately available.
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 ...