Microsoft
MB6-890 · Question #62
You have a table named SalesTable that stores sales data. The SalesTable table has a field named Deadline, which is of type Date. You need to write X++ code to update the deadlines of all records in…
The correct answer is A. SalesTable Sales!able. See the full explanation below for the reasoning.
Question
You have a table named SalesTable that stores sales data. The SalesTable table has a field named Deadline, which is of type Date. You need to write X++ code to update the deadlines of all records in the SalesTable and set the value to today's date. Which code segment should you use?
Options
- ASalesTable Sales!able;
- BSalesTable SalesTable;
- CSalesTable SalesTable;
- DSalesTable SalesTable;
How the community answered
(16 responses)- A81% (13)
- B6% (1)
- C13% (2)
Community Discussion
No community discussion yet for this question.