nerdexam
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)
  • A
    81% (13)
  • B
    6% (1)
  • C
    13% (2)

Community Discussion

No community discussion yet for this question.

Full MB6-890 Practice