Single Choice
Easy
QYou need to output a value to the screen. Which will best complete this statement?
_________(Int2Str(fmVehicleMaint.dbVehicleID)+', '+fmVehicle.dbMake);
ID: #9389
Database Manipulation in D365 F&O X++
175 views
Question Info
#9389Q ID
EasyDifficulty
Database Manipulation 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:
- “Info::box” is not a valid output statement.
- The info keyword is used to output the value(s) to the screen in an informational display format
- The warning keyword will create a warning output message.
- The pause keyword is not supported in Dynamics AX.
Related Lesson: Reading Records
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic