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 have a per tenant extension that contains the following code.
For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point.
Hot Area:
HOTSPOT
A company uses Business Central. The company has branches in different cities.
A worker reports that each time they generate a daily summary report they get an error message that they do not have permissions.
You need to resolve the issue.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Hot Area:
HOTSPOT
You develop a test application.
You must meet the following requirements:
1.
Roll back changes to a test method after run time.
2.
Run an approve action on a test page named TestPageA.
You need to implement the given requirements on the test codeunit
Which actions should you perform? To answer, select the appropriate options in the answer area
NOTE: Each correct selection is worth one point.
Hot Area:
HOTSPOT
A company plans to customize its per tenant extension reports. The company has the following requirements for the customization:
1.
Child data items must not be displayed on the request page for some master detail reports.
2.
Selecting key filter fields takes users too much time. The customization must decrease the amount of time to select the fields.
You need to optimize the report request page.
Which actions should you configure? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:
HOTSPOT
You create a query that contains a procedure to display the top customers.
The procedure breaks at runtime.
You need to fix the code.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Hot Area:
HOTSPOT
You are writing a procedure to block all inventory items with numbers that do not start with the letter S.
You need to complete the procedure.
How should you complete the code expressions? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:
HOTSPOT
You need to download a stored picture from the Room Incident 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:
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:
DRAG DROP
You need to handle the removal of the Description field and the Clone procedure without breaking other extensions.
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.
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
A company plans to deploy Business Central.
The company has the following deployment requirements:
1.
Use the company hardware architecture to run the deployment. ?Use sandbox environments to develop extensions.
2.
Allow tenants to connect to Shopify with the standard connector.
3.
Use Microsoft Power Automate to create a workflow that calls a business event.
You need to identify the deployment type for each requirement.
Which deployment types should you use? To answer, move the appropriate deployment types to the correct requirements. You may use each deployment type once, more than once, or not at all.
Select and Place:
You need to determine why the debugger does not start correctly.
What is the cause of the problem?
A. The "userId" parameter must have the GUID of the user specified, not the username.
B. The "breakOnNext" parameter is not set to "WebServiceClient".
C. The "userId" parameter is specified, and the next user session that is specified in the "breakOnNext" parameter is snapshot debugged.
D. The "executionContext" parameter is not set to "Debug".
A company plans to set up a local Business Central Development Docker container. The environment will be used for testing new project ideas.
You need to ensure that the most recent Business Central artifact URL has been selected.
Which command should you use?
A. Get-BcArtifactUrl -type sandbox -select Current
B. Get-BcArtifactUrl -type sandbox -select Closest
C. Get-BcArtifactUrl -type sandbox -select NextMinor
D. Get-BcArtifactUrl -type sandbox -select NextMajor
You plan to write unit test functions to test newly developed functionality in an app.
You must create a test codeunit to write the functions.
You need to select the property to use for the test codeunit.
Which property should you use to ensure that the requirements are fulfilled?
A. SubType
B. Access
C. Description
You are cleaning up sandbox environments for a company.
The company requires data to be cleared from the environments each time an extension is published.
You need to configure the launch.json file.
Which schemaUpdateMode property should you set?
A. ForceUpgrade
B. ForceSync
C. Synchronize
D. Recreate