You have a table that contains invoices.
You need to create a Fact Box that displays the number of invoices in the table.
Which type of Fact Box should you use?
You have two tables named Table l and Table2. There is a many to one relationship between Table2 and
Table l. You discover that following X++ statement is very slow to execute;
Table l field cannot have duplicate data in Table 1
You need to reduce the amount of time it takes for the code to execute.
What should you create?
You have two tables named Table l and Table2. There is a relationship between the tables.
You need to display data from both tables in a form.
How should you create the data source for the form?
You have a table named Vend Table that contains a field named Main Contact Worker. Main Contact
Worker is the reference Recid. Many records in the Vend Table table have the same value for Main Contact
Worker.
Users frequently search for data in the Vend Table table based on the Main Contact Worker field.
You need to ensure that when the users create queries that include the Main Contact Worker field in the
where clause, the query results are returned in the least amount of time possible.
What should you create in Vend Table?