- Programming Microsoft Dynamics? NAV 2015
- David Studebaker Christopher Studebaker
- 461字
- 2021-07-16 13:19:02
Review questions
Q.1. The maximum length for a C/AL field or variable name is 250 characters. True or False?
Q.2. The Table Relation property defines the reference of a data field to a table. The related table data field must be: (choose one)
- In any key in the related table
- Defined in the related table but not in a key
- In the Primary Key in the related table
- The first field in the primary key in the related table
Q.3. How many of the following Field Data Types support storing application data such as names and amounts 1, 2, 3 or 4?
- FlowFilter
- Editable
- Normal
- FlowField
Q.4. The ExtendedDataType property supports designation of all but one of the following data types, displaying an appropriate action icon. (Choose the one that is not supported.)
- Email address
- Website URL
- GPS location
- Telephone number
- Masked entry
Q.5. Choose one of the following that is not a FlowField Method.
- Median
- Count
- Max
- Exist
- Average
Q.6. It is important to have a consistent, well-planned approach to field numbers, especially if the application will use the TransferFields function. True or False?
Q.7. Field Filters and Limit totals cannot be used at the same time. True or False?
Q.8. Which property is used to support the multi-language feature of NAV? (choose one)
- Name
- CaptionML
- Caption
- LanguageRef
Q.9. Which of the following are Field Triggers? (Choose two)
- OnEntry
- OnValidate
- OnDeletion
- OnLookup
Q.10. Which of the following are complex data types? (Choose three)
- Records
- Strings of text
- DateFormula
- DateTime data
- Objects
Q.11. Every table must have a Primary Key. A Primary Key entry can be defined as unique or duplicates allowed, based on a table property. True or False?
Q.12. Text and Code variables can be of any length.
- In a memory variable (working storage)? True or False?
- In a table field? True or False?
Q.13. FlowField results are not stored in the NAV table data. True or False?
Q.14. The following two filters are equivalent. True or False?
- (*W50?|I?5|D*)
- (I?5) OR (D*) OR (*W50?)
Q.15. Limit totals apply to FlowFilters. True or False?
Q.16. All Data Types can be used to define data in tables and working storage. True or False?
Q.17. DateFormula alpha time units include which of the following? (Choose two.)
- C for century
- W for week
- H for holiday
- CM for current month
Q.18. FlowFilter data is stored in the database. True or False?
Q.19. Option data is stored as alpha data strings. True or False?
Q.20. Which of the following are numeric data types in NAV 2015? (Choose two.)
- Decimal
- Option
- Hexadecimal
- BLOB
Q.21. Which of the following acts as wildcards in NAV 2015? (Choose two.)
- Decimal Point ( . )
- Question Mark ( ? )
- Asterisk ( * )
- Hash Mark ( # )
- Django+Vue.js商城項目實戰
- Kubernetes實戰
- JavaFX Essentials
- Java程序員面試算法寶典
- 深入理解Java7:核心技術與最佳實踐
- Ray分布式機器學習:利用Ray進行大模型的數據處理、訓練、推理和部署
- 軟件工程
- C語言程序設計
- Web Development with MongoDB and Node(Third Edition)
- Access 2010數據庫應用技術(第2版)
- Mastering Unity 2D Game Development(Second Edition)
- Visual Foxpro 9.0數據庫程序設計教程
- Mastering Backbone.js
- Web性能實戰
- Cocos2d-x by Example:Beginner's Guide(Second Edition)