exam questions

Exam MB-820 All Questions

View all questions & answers for the MB-820 exam

Exam MB-820 topic 1 question 35 discussion

Actual exam question from Microsoft's MB-820
Question #: 35
Topic #: 1
[All MB-820 Questions]

You create a Business Central report.
You need to insert values on the Request page to be saved for the next time the report is run.
What should you do?

  • A. Set the TransactionType property to Update.
  • B. Declare a ‘SaveValues’ variable and assign it to true on the OnOpenPage() trigger.
  • C. Set the UseRequestPage property to true.
  • D. Set the SaveValues property to true.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

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
VPin
Highly Voted 1 year, 1 month ago
Selected Answer: D
Reason for proper answer: SaveValues Property Remarks The SaveValues property enables the Saved Settings feature on the request page, which saves a predefined group of options for a page or request page. When this property is enabled, filters that users set on the request page will be stored in the database, in the Page Data Personalization table. As a result, the filters are still set the next time request page is opened. Filters are only saved when the request page is closed after the user selects either Print or an action from the Send To menu. The filters aren't saved when the request page closes after the user selects Preview or Cancel. You can later use the saved settings to consistently generate the same reports, XMLports, or batch jobs. For more information about users work with saved settings, see Manage Saved Settings for Reports and Batch jobs in the business functionality help. Note on bad answer B makes absolutely no sense. Create a variable, then assign a value, that is not even saved or used is dumb. VS Code, properly configured with proper codecop will give notice of assigned but unused value.
upvoted 15 times
...
ivanrlg
Most Recent 11 months, 3 weeks ago
Selected Answer: D
D is the answer
upvoted 3 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 ...