- 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 ( # )
- Unreal Engine Physics Essentials
- ThinkPHP 5實戰
- Java面向對象思想與程序設計
- Android Studio Essentials
- 技術領導力:程序員如何才能帶團隊
- Mastering Kali Linux for Web Penetration Testing
- Arduino家居安全系統構建實戰
- RESTful Java Web Services(Second Edition)
- Java網絡編程實戰
- Spring+Spring MVC+MyBatis從零開始學
- Apache Camel Developer's Cookbook
- Python自然語言理解:自然語言理解系統開發與應用實戰
- Learning TypeScript
- 現代C++語言核心特性解析
- Python程序設計現代方法