pass4sure microsoft MB7-221
Navision 4.0 C/SIDE Introduction : MB7-221 Exam
Exam Number/Code: MB7-221
Exam Name: Navision 4.0 C/SIDE Introduction
VUE Code: NAV 40-221
Questions Type: Multiple choice,
Real Exam Question Numbers: 100
Passing Scores: 80%
Exam Language(s): English
“Navision 4.0 C/SIDE Introduction”, also known as MB7-221 exam, is a Microsoft certification.
Preparing for the MB7-221 exam? Searching MB7-221 Test Questions, MB7-221 Practice Exam, MB7-221 Dumps?
With the complete collection of questions and answers, Pass4sure has assembled to take you through 325 questions to your MB7-221 Exam preparation. In the MB7-221 exam resources, you will cover every field and category in Microsoft Business Solutions helping to ready you for your successful Microsoft Certification.
Exam topics covered
The following list includes the topic areas covered on this exam. The percentage indicates the portion of the exam that addresses a particular skill.
• Basic Tables (17 percent)
Basic Tables
Table and Field Properties
Creating Tables
Defining Keys
Setting Relationships Between Tables
Special Table Fields
Table Types and Characteristics
• Basic Forms (17 percent)
Defining Forms
Blank Forms
Useful Controls
Form Wizard
Creating Buttons
Creating Subforms
Form Types and Characteristics
Standard Navigations
• C/AL Programming (18 percent)
Defining C/AL
Accessing C/AL
Simple Datatypes
Identifiers and Variables
Assignment Statements
Expressions
Numeric Expressions
Logical and Related Expressions
IF and EXIT Statements
Compound Statements and Comments
Arrays
Repetitive Statements
Other Statements
Calling Built-in Functions
Using Intrinsic C/AL Functions
Creating C/AL Functions
• Reports (16 percent)
Defining Reports
Types of Printed Reports
Report Designer
How Sections Work
Useful Properties
Grouping Within a Report
Totaling Within a Report
Advanced Report Features
• Dataports and XMLports (10 percent)
Defining Dataports
Dataport Fundamentals
Creating Dataports
Defining XMLports
XMLport Fundamentals
Creating XMLports
• Codeunits (10 percent)
Defining Codeunits
Codeunit Fundamentals
Creating Codeunits
• MenuSuites (6 percent)
Defining MenuSuites
MenuSuite Fundamentals
Customizing MenuSuites
Exporting a MenuSuite object
Upgrading a MenuSuite object
• ODBC, OCX, and Automation (6 percent)
Defining ODBC, OCX, Automation, and C/Front
Installation and Setup of NODBC
Accessing Data from Database Queries
Updating Data with Database Queries
Limitations of NODBC
Installing and Registering OCX Controls
Using OCX Controls
Limitations of OCX Controls
Why Use Automation in Microsoft Dynamics NAV
Creating Automation Variables
Creating Reports with Automation
Responding to Events
Common Problems and Limitations
Audience profile
Individuals who want to obtain a certification on Microsoft Business Solutions – Navision (now Microsoft Dynamics NAV) 4.0 C/SIDE Introduction should take this exam.
Credit toward certification
When you pass this exam, you earn credit toward the following certifications:
• Microsoft Certified Business Management Solutions Specialist
• Microsoft Certified Business Management Solutions Professional – Developer for Microsoft Dynamics NAV
• Microsoft Certified Business Management Solutions Professional – Installation and Configuration for Microsoft Dynamics NAV
Preparation tools and resources
In addition to your hands-on experience working with the product, we highly recommend that you use the following tools and training to help you prepare for this exam.
E-Learning courses for this exam
• Collection 8324: Introduction to Microsoft Dynamics NAV 4.0
• Collection 8359: Development I – C/SIDE Introduction to Microsoft Dynamics NAV 4.0
Training materials for this exam
Training materials for Microsoft Dynamics can be ordered through your local partner.
• Microsoft Business Solutions – Navision 4.0 Introduction
• Microsoft Business Solutions – Navision 4.0 Development I C/SIDE Introduction
• Microsoft Business Solutions – Navision 4.0 Warehouse Management
Classroom training for this exam
• Course 8324: Microsoft Business Solutions – Navision 4.0 Introduction
• Course 8359B: Microsoft Business Solutions – Navision 4.0 Development I—C/SIDE Introduction
Supplemental learning resources
• Navision Application Developer’s Guide
• Navision C/SIDE Reference Guide
• Basic online Help within the Microsoft Dynamics NAV 4.0 product
Additional skills recommended
• Basic working knowledge of the general ledger, accounts receivable, and accounts payable functionality in Microsoft Dynamics NAV 4.0
Microsoft online resources
• MSDN: The Microsoft Developer Network (MSDN) is a reference for developers that features code samples, technical articles, newsgroups, chats, and more.
• Training and certification newsgroups: There is a newsgroup for every Microsoft certification. By participating in the ongoing dialogue, you take advantage of a unique opportunity to exchange ideas with and ask questions of others, including more than 750 Microsoft Most Valuable Professionals (MVPs) worldwide.
Skills being measured
This certification exam measures your ability to do the following:
• Understand and articulate how to use the C/SIDE software development environment in Microsoft Dynamics NAV 4.0.
Exam specifics
Time requirements and questions
• 120 minutes to complete the exam
• 100 questions, with a passing rate of 80 percent
• Multiple choice and multiple answer questions
Registration
Register for Exam #MB7-221, Microsoft Business Solutions – Navision 4.0 C/SIDE Introduction.
Free PassGuide Practice Engine Demo Download
Pass4sure offers free demos for each certification exam, including all IT vendors. You can check out the testing engine software, or pdf file question quality and usability of our practice exams before you decide to buy it. We are the only one site that offers demos for almost all IT certification exams.If you want to try p4s exam practice engine demo.
http://demo.passguide.com/download
• Register now (Prometric.com)
Note This preparation guide is subject to change at any time without prior notice and at the sole discretion of Microsoft. Microsoft exams might include adaptive testing technology and simulation items. Microsoft does not identify the format in which exams are presented. Please use this preparation guide to prepare for the exam, regardless of its format. Please contact MBS-Cert@microsoft.com with any certification or training-related questions.
• Learn more and download samples
QUESTION 1:
Which of the following is a valid Codeunit trigger? A. OnAfterGetRecord.
B. OnPreDataItem.
C. OnInitCodeunit. D. OnRun.
Answer: D
QUESTION 2:
The scope of a variable refers to the
A. Range of values that can be assigned to the variable. B. Amount of data that a variable can store.
C. Parts of the program in which the variable can be used. D. Length of time the variable can be used.
Answer: C
QUESTION 3:
Which of the following facilities provided by Navision will allow a Navision application to access data or functions in outside applications?
A. C/OCX and OLE Automation. B. NODBC and C/FRONT.
C. NODBC and C/OCX. D. C/OCX and C/APP.
Answer: A
QUESTION 4:
When setting up a Worksheet form used to display and enter journal entries, the AutoSplitKey property of the form must be set to Yes. What corresponding action must be performed on the form’s Source Table to have those form entries correctly increment?
A. Define the type of the last field of the primary key of the Source Table as a Line No.
B. Define the type of the first field of the primary key of the Source Table as an Integer.
C. Set the Permissions property of the Source Table to YES.
D. Define the type of the last field of the primary key of the Source Table as an Integer.
Answer: D
QUESTION 5:
Which of the following statements is TRUE regarding grouping in Navision reports?
A. There can multiple GroupHeader and multiple GroupFooter sections for each Data
Item.
B. There can only be one GroupHeader and one GroupFooter section for each Data Item.
C. There can only be one GroupHeader, but multiple GroupFooter sections for each Data
Item.
D. There can be multiple GroupHeader, but only one GroupFooter section for each Data
Item. Answer: A
QUESTION 6:
A SumIndexField is a field that can be attached to a key definition. Which of the following are accurate characteristics of a SumIndexField?
A. A SumIndexField can be any data type and can be attached to any key in the table.
B. A SumIndexField can be any data type and can only be attached to the primary key.
C. A SumIndexField must be a decimal field and can be attached to any key in the table.
D. A SumIndexField must be a decimal field and can only be attached to the primary key. Answer: C
QUESTION 7:
Which of the following is an invalid constant value for a variable (or field) of type text?
A. “Wally Wallace”. B. ‘12:30 AM’.
C. ‘ ‘.
D. ‘Wally Wallace’. Answer: A
QUESTION 8:
Which of the following statements is true regarding C/AL programming? A. It can be found in object areas known as “events”.
B. It can be found in any Navision application object.
C. It is based on the C# programming language.
D. It requires that each line be identified by line number. Answer: B
QUESTION 9:
Which of the following is NOT a true statement regarding reports in Navision? A. Reports can be non-printing.
B. Reports must be bound to a single table.
C. Report Data Items can be indented to designate hierarchy.
D. A report can include a form that runs before the actual report begins execution. Answer: B
QUESTION 10:
Select the item that represents characteristics of an OCX control when used with
Navision.
A. Can be placed on a form, like a TextBox control.
B. A small, outside application that can read data from Navision.
C. A small, outside application that you can call from within Navision.
D. Allows Navision to use C/ODBC to read Microsoft Access?data files. Answer: C
QUESTION 11:
Which two methods can be used to designate fields to be totaled in a Navision report?
A. Set the TotalFields property or set the GroupTotalFields property.
B. Set the TotalFields property or use the CurrReport.CREATETOTALS command.
C. Set the GroupTotalFields property or use the CurrReport.CREATETOTALS
command.
D. Set the GroupTotalFields property or use the CurrReport.CREATEGROUPS
command. Answer: B
QUESTION 12:
The following code uses two variables: CodeNum which is a Code type, and
pass4sure MB7-221
Questions and Answers : 325 questions
Updated: 2008-2-13
Market Price: $159.99
Member Price: $125.99
MBS [ MB7-221]Navision 4.0 Certification is one of the newest released exams for Microsoft Business Solutions Certificates. MB7-221 Pass4sure build the questions pool immediately after got the news from Microsoft Business Solutions provider, so candicates will get the latest material for preparing this exam from pass4sure. The candidate who successfully passed this exam indicates that he has mastered the knowledge and skills of Navision 4.0 Certification.
Free download:pass4sure microsoft MB7-221
Free download:testking microsoft MB7-221
| P4S Free Downloads |
|
Type |
Exam Braindumps | New Questions & Answers |
Latest Updated |
Available link |
![]() |
All Pass4sure's Exam Pack |
858 |
1 days ago | Download Free Testing Engines |
PassGuide Braindumps-Free Test king Help You Quick Pass Any it Certifications Exams
Click links: www.testking.la/braindumps/free/down/crack/all/testkingPass Guide Training Materials Dumps
Top Posts for Today
- Pass4sure ibm 000-965 (2 views)
- Huge Collection Of Pass4sure Actualtests Transcenders Sun, Oracle, HP, Citrix, Novell, Nortel etc other may request (2 views)
- Pass4sure oracle 11g 1z1-146 2.77 (2 views)
- passGuide promotional code (2 views)
- Pass4sure 133-S-715.2 (2 views)
- free p4s sun exam (2 views)
- Pass4sure HP2-B44 (2 views)
- free pass4sure ccna 640-802 v3.10 (2 views)
- CompTIA Network+® 2009 Certification Overview (2 views)
- IT Certification Forum (2 views)










Pingback by Pass4sure Microsoft MB7-221 2.83 | Free Latest Topcerts Pass4sure Rapidshare 4shared Dumps
[...] Number:MB7-221 Exam Name:Microsoft Certification – Navision 4.0 C/SIDE Introduction Market Price:$159.99 Member [...]
Pingback by Testking Microsoft MB7-221 | Download Free Latest Testking Certification Exams Training vce PDF Materials Braindumps
[...] Number: MB7-221 Exam Exam Name: Navision 4.0 C/SIDE [...]