HOTSPOT
You plan to create a table to hold client data.
You have the following data integrity requirements:
1.
Lookups into other records must be established.
2.
Validate if a record exists in a destination record.
You need to select the table field property to use for each requirement.
Which table field property should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:

HOTSPOT
You need to create the Install codeunit that is required in the extension used for installing or updating the Housekeeping app.
Which data type or declaration should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:

HOTSPOT
You need to select the appropriate page types to solve the reporting requirements.
Which page types should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:

DRAG DROP
You need to configure telemetry for the SaaS tenant and test whether the ingested signals are displayed.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
Select and Place:

DRAG DROP
You create the following Vendor table and Item table in Business Central.

You require the following data set to assign vendors to items.

You need to create a query to assign the vendors.

Which three code blocks should you use to develop the solution? To answer, move the appropriate code blocks from the list of code blocks to the answer area and arrange them in the correct order. NOTE: More than one order of answer choices is correct. You will receive credit for any of the correct orders you select.
Select and Place:

DRAG DROP
You are developing a test application to test the posting process of a sales order. You must provide the following implementation:
1.
Specify the value of post options (dialog: Ship, Invoice, Shipand; Invoice) as Invoice.
2.
Perform calculations and values checking.
You need to complete the development of the test codeunit.
Which methods should you use? To answer, move the appropriate methods to the correct implementation. You may use each method once, more than once, or not at all. You may need to move the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.
Select and Place:

You need to determine why the extension does not appear in the tenant.
What are two possible reasons for the disappearance? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
A. The extension was published as a DEV extension.
B. The extension was not compatible with the new version within 60 days of the first notification.
C. The extension was published as PTE, and the Platform parameter was not updated in the app.json file.
D. The extension was published as PTE, and the Platform and Runtime parameters were not updated in the app.json file.
E. The extension was not compatible with the new version within 90 days of the first notification.
You need to allow debugging in an extension to view the source code. In which file should you specify the value of the allowDebugging property?
A. settings.json
B. rad.json
C. app.json
D. launchjson
You are creating an entitlement object in Business Central to enable transactability for AppSource apps.
You must map the entitlement object to a plan in Partner Center.
You need to select the value of the Type property to use in the entitlement object.
Which value should you use?
A. PerUserServicePlan
B. Implicit
C. Unlicensed
D. Role
A company has a Business Central online environment.
You need to create an HTTP GET request that connects to an external REST service.
Which solution should you use?
A. HttpContent data type variable
B. Codeunit 1299 "Web Request Helper"
C. Codeunit S459 "JSON Management"
D. Codeunit 1297 "Http Web Request Mgt"
E. HttpClient data type variable