Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 3

Test Your Knowledge Questions

Module 1 – MICROSOFT DYNAMICS 365 BUSINESS CENTRAL DEVELOPMENT


ENVIRONMENT
1. Visual Studio Code supports the integration with “Version Control systems”. Which Version
Control System is built-in?
a. TFVC (Team Foundation Version Control)
b. Git
c. Subversion
d. CVS

2. Which object type do you use to enable users to view and enter information in Microsoft
Dynamics 365 Business Central?
a. Table
b. Page
c. Report
d. XMLport
e. Query

3. Which object numbers should be used by Microsoft partners to create new objects used in
customization?
a. 1 … 9999
b. 10000 … 49999
c. 50000 … 99999
d. + 100000
Module 2 – TABLES
1. What class of field is the Sales (LCY) field in the Customer table?
a. Decimal
b. Integer
c. FlowField
d. FlowFilter

2. What table property defines the default lookup page for the table?
a. LookupPageID
b. EnterPageID
c. PageIDLookup
d. PageID

3. How can you show an image on a tile in a list such as the Customer List?
a. You need to set our Media/MediaSet/BLOB field as the first field in the field Group
“Brick”
b. You need to set our Media/MediaSet/BLOB field as the last field in the Field Group
“Brick”
c. You need to set the field property “UseOnTile” to true
d. The first Media/MediaSet/BLOB field in a table is automatically displayed on a tile.

4. What do you need to change in the Salesperson Code field in the Customer table so that the user is
only able to look up Salespeople that have a Commission % larger than zero?
a. You must define the Table Lookup property for the table relation.
b. You must define the Table SetLookupFilter property for the table relation.
c. You must define the Table SetLookup property for the table relation.
d. You must define the Table Filter property for the table relation.

Module 3 – TABLE EXTENSIONS


1. Which field property cannot be modified via a table extension?
a. Width
b. Caption
c. Description
d. Extended DataType

2. Which options do you have by creating a table extension?


a. Adding fields
b. Modifying fields
c. Removing fields
d. Adding keys
e. Modifying keys

Module 4 – PAGES
1. Which of the following types is not a valid page type?
a. Card
b. List
c. CardPlus
d. ListPlus
e. CardPart

2. Which page type do you use to enable users to enter information in a wizard like interface?
a. ListPlus
b. NavigatePage
c. RoleCenter
d. StandardDialog
e. WizardDialog
3. Which properties do you need to set, if you want an action to be exclusively displayed on the
Home tab of the ribbon of page?
a. Promoted
b. PromotedIsBig
c. PromotedOnly
d. PromotedCategory
e. HomeExclusive

4. Which property on a control displays an error when a field is mandatory?


a. ShowMandatory
b. IsRequired
c. IsMandatory
d. NotBlank

Module 5 – PAGE EXTENSIONS


1. With the In Client Page Designer, you can modify the layout of a page. Which option should you
use to change the layout for all users?
a. Personalize
b. Customize
c. Design
d. Organize

2. Which page property cannot be modified via a page extension?


a. PageType
b. Caption
c. Description
d. CaptionML

You might also like