Single Choice
Easy
QAt what point does a pattern truly get applied on a form or container control?
ID: #9364
Form Patterns in D365 F&O X++
218 views
Question Info
#9364Q ID
EasyDifficulty
Form Patterns in D365 F&O X++Topic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
Explanation
Justification:
- A form pattern may be chosen and applied during the development process, but it is not fully applied until the form is fully compiled and saved with the chosen pattern applied.
- Building or rebuilding the form element builds the .NET module that the element is included in; however, the pattern is not fully applied until a compile and save is performed.
- You must first set the form you want to preview as the Startup object for the project. This can be done by right-clicking the form from the Solution Explorer and selecting “Set as startup object.” Then, you may proceed with building and running the project by pressing CTRL + F5.
- A rebuild of the form will cause the element to be rebuilt and compiled and checked for errors; however, it will not run the form unless it is set as the startup object first.
Related Lesson: Check Form Pattern
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic