• Cloud
      • AWS
      • Azure
      • Azure & AI
      • Microsoft 365
      • Microsoft Copilot
      • Power Platform
    • Databaser, BI & SQL
      • Databricks
      • Microsoft Fabric
      • Power BI
      • R
      • SQL
      • SQL Server
    • IT-sikkerhed
      • CompTIA
      • EC-Council
      • Microsoft Security
    • Netværk
      • CCNA
      • CCNP Enterprise
      • CCNP Security
      • TCP / IP
    • Programudvikling
      • AI
      • C
      • C# & .NET
      • C++
      • DevOps & Docker
      • GIT versionsstyring
      • Intro til programmering
      • Java
      • Projektledelse
      • Python
      • Webudvikling
      • Andre programmeringssprog
    • Server & Desktop
      • Exchange Server
      • LINUX & UNIX
      • macOS
      • Microsoft Dynamics
      • Office
      • PowerShell
      • SharePoint
      • VMware
      • Windows
      • Windows Server
  • Om os
  • Firmakurser
  • Konsulenter
    • Kursusklippekort
    • Jobrettet Uddannelse
    • Tilskud fra Kompetencefonde
    • Forskellige Kursusformer
    • Praktiske Oplysninger
  • Kontakt

Kurv

0
  • Kurser
    • Cloud
      • Microsoft Copilot
      • Azure & AI
      • Power Platform
      • AWS
      • Microsoft 365
      • Azure
    • Databaser, BI & SQL
      • Power BI
      • Microsoft Fabric
      • Databricks
      • SQL
      • SQL Server
      • R
    • IT-sikkerhed
      • EC-Council
      • CompTIA
      • Microsoft Security
    • Netværk
      • CCNP Security
      • CCNP Enterprise
      • TCP / IP
      • CCNA
    • Programudvikling
      • AI
      • Projektledelse
      • Python
      • GIT versionsstyring
      • Java
      • Webudvikling
      • Andre programmeringssprog
      • C# & .NET
      • Intro til programmering
      • DevOps & Docker
      • C
      • C++
    • Server & Desktop
      • Exchange Server
      • SharePoint
      • LINUX & UNIX
      • Windows Server
      • Windows
      • VMware
      • PowerShell
      • Office
      • Microsoft Dynamics
      • macOS
  • Om os
  • Firmakurser
  • Konsulenter
  • Services
    • Kursusklippekort
    • Jobrettet Uddannelse
    • Tilskud fra Kompetencefonde
    • Forskellige Kursusformer
    • Praktiske Oplysninger
  • Kontakt

Kurv

0
KURSER
  • Cloud
  • Databaser, BI & SQL
  • IT-sikkerhed
  • Programudvikling
  • Netværk
  • Server & Desktop
Genveje
  • Firmakurser
  • Kursusklippekort
  • Jobrettet Uddannelse
  • Få Tilskud fra Kompetencefonde
  • Praktiske Oplysninger
  • Eventyret om Karlebogaard
  • Eventyret om Kampehøjgaard
KIG INDENFOR
  • Hillerød - Karlebogaard
    Karlebovej 91, 3400 Hillerød
  • Aarhus - Kampehøjgaard
    Krajbjergvej 3, 8541 Skødstrup
  • København - Tivoli Hotel
    Arni Magnussons Gade 2, 1577 København
kontakt
  • super@superusers.dk
  • +45 4828 0706
  • Karlebovej 91, 3400 Hillerød
Nyhedsbrev
Tilmeld dig vores nyhedsbrev
FacebookLinkedin
Handelsbetingelser | PersondatapolitikCVR-15948833
© 2026 SuperUsers
C/Side Introduction in Microsoft Dynamics NAV
  • Introduktion
  • Beskrivelse
  • Forudsætninger og videre forløb
  • Moduloversigt
  • Det siger vores kursister
  • Har du spørgsmål?
SuperUsers billede
  1. Server & Desktop/
  2. Microsoft Dynamics/
  3. C/Side Introduction in Microsoft Dynamics NAV
Kursus
DY-436

C/Side Introduction in Microsoft Dynamics NAV

This training focuses on the capabilities and features of the Microsoft Dynamics NAV Development Environment. It explains the basic development concepts in Microsoft Dynamics NAV.
Ingen kurser tilgængeligeKontakt os

Beskrivelse

This instructor-led course focuses on the capabilities and features of the Microsoft Dynamics NAV Development Environment. It explains the basic development concepts in Microsoft Dynamics NAV, and provides an overview of the C/AL programming language and various object types. It also introduces new development capabilities, including reporting, queries, and .NET Framework interoperability.

Videre forløb

DY-440 - Developing extensions v2.0 in Visual Studio Code for Dynamics NAV 2018/365 BC

Moduloversigt

  • Modul 1
    Present the basic object types in Microsoft Dynamics NAV

    Present the basic object types in Microsoft Dynamics NAV.

    Describe fundamental aspects of Microsoft Dynamics NAV Development Environment. This includes the UI, application objects, and basic metadata concepts.

    Explain the physical and logical database structure.

    Explain the features for multi-developer environments.

    Explain the concepts of tables and table components.

    Examine the concept behind primary and secondary keys, and explain how to set them.

    Create a simple table with primary and secondary keys, and add data to the table.

    Review the concept of table relations.

    Set table relations with a filter and condition.

    Describe special table fields.

    Use special table fields to improve table features.

    Explain the concepts of pages and page components.

    Describe Page Designer and Action Designer.

    Create a simple page and add basic controls to the page.

    Provide an overview of different page types and their characteristics.

  • Modul 2
    Discuss best practices in designing pages

    Discuss best practices in designing pages.

    Create a Card page, add a container, FastTabs, and fields.

    Create a List page and link it to the Card page.

    Create a main page and a Part page, and link the two pages.

    Describe the concepts and basic use of C/AL code elements.

    Describe the concepts of data types, simple data types, and complex data types.

    Explain the concepts of identifiers, variables, and syntax.

    Explain the syntax of identifiers.

    Explain the scope of variables.

    Explain the initialization of variables.

    Create a simple codeunit to show how to define variables, assign data types, and investigate several default values that are initialized for several data types.

    Explain the concepts of assignment, statement, and assignment statements.

    Describe the syntax of statements and introduce the statement separator.

    Describe automatic type conversions for string, numeric, and other data types.

    Use assignment statements and the Symbol Menu.

  • Modul 3
    Understand the concepts of expressions, terms, and operators

    Understand the concepts of expressions, terms, and operators.

    Describe the syntax of an expression.

    Describe the string operator.

    Use the string operator.

    Describe the MAXSTRLEN and the COPYSTR functions.

    Use the MAXSTRLEN and the COPYSTR functions in an expression.

    Define numeric expressions, arithmetic operators, and operator precedence.

    Describe the arithmetic operators, and provide examples.

    Use the arithmetic operators and examine the operator precedence.

    Define relational and logical operators and expressions.

    Describe how to use relational expressions for comparison.

    Describe how to use relational expressions for set inclusion.

    Describe how to use logical expressions.

    Use logical and relational expressions in a page.

    Define conditional statements and Boolean expressions.

  • Modul 4
    Describe the IF statement, the IF-THEN, and IF-THEN-ELSE syntax

    Describe the IF statement, the IF-THEN, and IF-THEN-ELSE syntax.

    Describe the EXIT statement and code indentation.

    Describe the CASE statement and the syntax of the CASE statement.

    Define compound statements and comments.

    Describe the syntax of compound statements with BEGIN and END.

    Understand the concepts of nested IF statements and the rule of correct indentation.

    Describe the syntax of comments.

    Use the IF, EXIT, CASE, and compound statements in a page.

    Test knowledge about C/AL statements.

    Define arrays and describe the components of arrays.

    Describe the syntax of arrays.

    Explain the power of arrays.

    Describe how to use strings as arrays of characters.

    Introduce repetitive statements that are available in C/AL.

    Use arrays and repetitive statements in a page.

  • Modul 5
    Describe the WITH statement, record variables, and the syntax of the WITH statement.

    Describe the WITH statement, record variables, and the syntax of the WITH statement.

    Explain the concepts of functions and parameters.

    Explain the C/AL Symbol Menu.

    Describe the use and syntax of data access, filtering, and manipulation functions.

    Describe the use and syntax of user interaction functions.

    Describe the use and syntax of string functions.

    Describe the use and syntax of system functions.

    Describe the use and syntax of date functions.

    Describe the use and syntax of number functions.

    Describe the use and syntax of array functions.

    Describe the use and syntax of several other important functions.

    Provide an overview of the benefits of creating custom functions.

    Explain the concepts of local functions and local variables.

    Create custom functions in a page and call the functions from Actions.

    Explain the concepts of reports and report components.

  • Modul 6
    Provide an overview of different report types and their characteristics

    Provide an overview of different report types and their characteristics.

    Describe the difference between the logical and the visual design of reports and introduce Report Designer.

    Describe the logical design of a report.

    Create the data model for a new report by defining data items in the Report Dataset Designer.

    Describe the visual design of a report and introduce Microsoft Visual Studio Report Designer.

    Design the report layout.

    Introduce Request Page Designer.

    Design the Request Options page.

    Explain the concepts of grouping and totaling in a report.

    Create a grouping and totaling for a report.

    Add advanced features to a report.

    Describe the fundamentals of an XMLport and its components.

    Review how to design XMLports.

    Explain the Request page functionality.

    Describe how to use XMLports from C/AL code.

  • Modul 7
    Create XMLports for export and import with XML format

    Create XMLports for export and import with XML format.

    Create XMLports for export and import with a fixed and a variable text format.

    Explain the concepts of codeunits.

    Provide an overview of designing codeunits.

    Provide an overview by using codeunits.

    Define variables and functions in a codeunit.

    Use the SMTP Mail codeunit.

    Explain the .NET Interoperability features.

    Describe the concept of constructors.

    Communicate between client-side and server-side objects.

  • Modul 8
    Describe how to respond to events that are raised by .NET objects

    Describe how to respond to events that are raised by .NET objects.

    Examine mapping between C/AL and .NET data types.

    Review the most important C/AL functions for managing .NET objects.

    Use arrays, collections, and enumerations.

    Explain how to stream data between C/AL and .NET objects.

    Present the Query Designer and its features

    Explain the principles of the query design process

    Show how to select, join, filter, aggregate, and order data

    Demonstrate how to access queries from C/AL code

    Explain how to export data from queries

Fleksibel afholdelse icon

Fleksibel afholdelse

Mulighed for overnatning icon

Mulighed for overnatning

Fuld forplejning icon

Fuld forplejning

Gratis taxa-ordning icon

Gratis taxa-ordning

Undervisning kl. 09-16 icon

Undervisning kl. 09-16

Materialer inkluderet icon

Materialer inkluderet

Er du i tvivl?

Det ligger os meget på sinde, at du finder det kursusforløb, der skaber størst værdi for dig og din arbejdsplads. Tag fat i vores kursusrådgivere, de sidder klar til at hjælpe dig!

super@superusers.dk
+45 4828 0706
Contact image
DY-436 (3 dage)
C/Side Introduction in Microsoft Dynamics NAV
19.700 DKK
(ekskl. moms)
Har du spørgsmål? Kontakt os