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.
Multiline = true, ExtendedDatatype, RichContent
Multiline = true, ExtendedDatatype, RichContent. That matches how comments fields usually get set up in Business Central labs and the official documentation. I think "RichContent" specifically brings in the rich text editor everyone expects for comments. If you want to be totally sure, I'd check official docs or run a quick hands-on in a sandbox just to confirm the behavior with these properties.
