HOTSPOT
A company plans to integrate tests with its build pipelines.
The company has two Docket sandbox environments: SandboxA and SandboxB.
You observe the following:
1.
SandboxA is configured without the Test Toolkit installed.
2.
SandboxB must be configured from scratch. The Test Toolkit must be installed in SandboxB during configuration.
You need to configure the sandbox environments.
How should you complete the cmdlets? To answer, select the appropriate options in the answer area.
Hot Area:

HOTSPOT
You need to create the codeunit to read the POS terminal APIs.
How should you complete the code segment? 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 define the properties of the comments field of the Non-conformity page.
How should you complete the code segment? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:

You need to call the Issue API action from the mobile application.
Which action should you use?
A. POST /issues(88122e0e-5796-ec11-bb87-000d3a392eb5)/Microsoft.NAV.copy
B. PATCH /issues(88122e0e-5796-ec11-bb87-000d3a392eb5)/Microsoft.NAV.Copy
C. POST /issues(88122e0e-5796-ec11-bb87-000d3a392eb5)/Copy
D. POST /issues(88122e0e-5796-ec11-bb87-000d3a392eb5)/copy
E. POST /issues(88122e0e-5796-ec11-bb87-000d3a392eb5)/Microsoft.NAV.Copy
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 Transact! on Type property to Update.
B. Declare a Savevalues' variable and assign it to true on the OnOpenPage () trigger.
C. Set the Use Request Page property to true.
D. Set the SaveValues property to true.
A company has a Business Central online environment.
You are exporting a file from a client by using the DownloadFromStream method.
You need to create an InStream data type to send the data
Which solution should you use?
A. Use OeatelnStream method from codeunit "Temp Blob".
B. Use OeatelnStream method for BLOB field of "TempBlob" table.
C. Use CreatelnStream method for File type variable.
You create a page with the PageType property set to RoleCenter.
You navigate through the different sections of the page.
You need to add functionalities to the page.
What should you do?
A. Define actions in the area (reporting) before actions in the area (creation).
B. Define the navigation menu in the area(processing).
C. Define the navigation bar in the area (embedding).
D. Add a source table on the Role Center page.
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 is deploying Business Central on-premises.
The company plans to use a single-tenant deployment architecture.
You need to describe how the data is stored and how the Business Central Server is configured.
In which two ways should you describe the single-tenant architecture? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
A. Each customer has their own Business Central Server.
B. The application and the business data are stored in the same database.
C. Multiple customers share a single Business Central Server.
D. The application and business data are stored in separate databases.
E. Multiple customers share multiple Business Central Server instances.