Cisco utbildning

Insoft Services är en av få utbildningsleverantörer inom EMEAR som erbjuder hela utbudet av Cisco-certifiering och specialiserad teknikutbildning.

Läs mer

Cisco-certifieringar

Upplev en blandad inlärningsmetod som kombinerar det bästa av instruktörsledd utbildning och e-lärande i egen takt för att hjälpa dig att förbereda dig för ditt certifieringsprov.

Läs mer

Cisco Learning Credits

Cisco Learning Credits (CLC) är förbetalda utbildningskuponger som löses in direkt med Cisco och som gör det enklare att planera för din framgång när du köper Ciscos produkter och tjänster.

Läs mer

Cisco Fortbildning

Ciscos fortbildningsprogram erbjuder alla aktiva certifikatinnehavare flexibla alternativ för att omcertifiera genom att slutföra en mängd olika kvalificerade utbildningsartiklar.

Läs mer

Cisco Digital Learning

Certifierade medarbetare är VÄRDERADE tillgångar. Utforska Ciscos officiella digitala utbildningsbibliotek för att utbilda dig själv genom inspelade sessioner.

Läs mer

Partner för affärsaktivering

Cisco Business Enablement Partner Program fokuserar på att vässa affärskunskaperna hos Cisco Channel Partners och kunder.

Läs mer

Cisco Kurskatalog

Läs mer

Fortinet-certifieringar

Fortinet Network Security Expert (NSE) -programmet är ett utbildnings- och certifieringsprogram på åtta nivåer för att lära ingenjörer om deras nätverkssäkerhet för Fortinet FW-färdigheter och erfarenheter.

Tekniska utbildningar

Tekniska utbildningar

Insoft är erkänt som Fortinet Authorized Training Center på utvalda platser i EMEA.

Läs mer

Fortinet Kurskatalog

Utforska ett brett utbud av Fortinet-scheman i olika länder samt onlinekurser.

Läs mer

ATC-status

Kolla in vår ATC-status i utvalda länder i Europa.

Läs mer

Fortinet Professionella tjänster

Globalt erkända team av certifierade experter hjälper dig att göra en smidigare övergång med våra fördefinierade konsult-, installations- och migreringspaket för ett brett utbud av Fortinet-produkter.

Läs mer

Microsoft-utbildning

Insoft Services tillhandahåller Microsoft-utbildning i EMEAR. Vi erbjuder Microsofts tekniska utbildnings- och certifieringskurser som leds av instruktörer i världsklass.

Tekniska utbildningar

Extreme-utbildning

Lär dig exceptionella kunskaper och färdigheter i Extreme Networks.

Technische Kurse

Tekniske-certifieringar

Vi tillhandahåller omfattande läroplan för tekniska kompetensfärdigheter på certifieringsprestationen.

Läs mer

Extreme Kurskatalog

Hier finden Sie alle Extreme Networks online und den von Lehrern geleiteten Kalender für den Klassenraum.

Läs mer

ATP-ackreditering

Som auktoriserad utbildningspartner (ATP) säkerställer Insoft Services att du får de högsta tillgängliga utbildningsstandarderna.

Läs mer

Konsultpaket

Vi erbjuder innovativt och avancerat stöd för att designa, implementera och optimera IT-lösningar.Vår kundbas inkluderar några av de största telekombolagen globalt.

Lösningar och tjänster

Globalt erkända team av certifierade experter hjälper dig att göra en smidigare övergång med våra fördefinierade konsult-, installations- och migreringspaket för ett brett utbud av Fortinet-produkter.

Om oss

Insoft Tillhandahåller auktoriserade utbildnings- och konsulttjänster för utvalda IP-leverantörer.Lär dig hur vi revolutionerar branschen.

Läs mer
  • +46 8 502 431 88
  • ADM231 - Introduction to Object-Oriented Programming with Force.com Code

    Duration
    5 Dagar
    Delivery
    (Online och på plats)
    Price
    Pris på begäran
    The ADM231 - Introduction to Object-Oriented Programming with Force.com Code course provides Salesforce Administrators with the skills for implementing basic business logic using Apex, the primary programming language of the Salesforce platform. In this course, you will learn how to read Apex code and then you will gradually increase your programming skills from writing single debugging statements to programming multiple, multi-line blocks of code.  

    When you complete this course, you will be able to:

    • Demonstrate the fundamentals of Force.com code development
    • Describe object-oriented programming concepts
    • Evaluate general use cases where Force.com code is a good solution
    • Consider basic Force.com code syntax, available data types, and potential use of each
    • List the ways Force.com code can be invoked
    • Compare and contrast the different types of collections
    • Write SOQL for loops to handle bulk data
    • Review execution order and where before and after triggers execute
    • Test the different governor limits and contexts
    • Create a unit test for a class using assertion methods
    • Understand the requirements, steps, and tools available for deploying Force.com code

    Introduction to Force.com Code

    • Overview, including Force.com code in the salesforce.com stack, environment requirements, usage scenarios, the development lifecycle, execution methods, and salesforce.com objects and fields
    • An introduction to object-oriented programming, classes, and objects
    • Installation and development using the Force.com IDE

     

    Force.com Building Blocks

    • Classes, variables and methods, and data objects
    • Data objects and relationships between objects
    • Force.com code variables, data types, and expressions
    • Best practices for formatting, commenting, and naming conventions

     

    Force.com Code Class Construction

    • Classes and objects, including passing and returning variables, encapsulation, conditions and logic flow control, loops, and exception handling

     

    Force.com Triggers and Data

    • Introduction to Force.com triggers, including when to use a trigger, order of execution, creation and development considerations, and governors and limitations
    • An introduction to querying data with SOQL and SOSL
    • Data Manipulation Language (DML)

     

    Testing, Debugging, and Deployment

    • Debugging scenarios, methods, and tools
    • Test classes, unit testing, testing requirements and strategies, and considerations and best practices
    • IDE testing and an overview of Salesforce CRM UI testing
    • Deployment checklist and preparation steps
    • Force.com IDE deployment

    Introduction to Object-Oriented Programming with Force.com Code is designed for people who are familiar with the Salesforce application user interface and customising applications using the Setup menu and who want to gain an understanding of object-oriented programming and develop basic Force.com code development skills.

    Course participants should be familiar with the Salesforce UI and how to customise applications using the declarative capabilities.

    The ADM231 - Introduction to Object-Oriented Programming with Force.com Code course provides Salesforce Administrators with the skills for implementing basic business logic using Apex, the primary programming language of the Salesforce platform. In this course, you will learn how to read Apex code and then you will gradually increase your programming skills from writing single debugging statements to programming multiple, multi-line blocks of code.  

    When you complete this course, you will be able to:

    • Demonstrate the fundamentals of Force.com code development
    • Describe object-oriented programming concepts
    • Evaluate general use cases where Force.com code is a good solution
    • Consider basic Force.com code syntax, available data types, and potential use of each
    • List the ways Force.com code can be invoked
    • Compare and contrast the different types of collections
    • Write SOQL for loops to handle bulk data
    • Review execution order and where before and after triggers execute
    • Test the different governor limits and contexts
    • Create a unit test for a class using assertion methods
    • Understand the requirements, steps, and tools available for deploying Force.com code

    Introduction to Force.com Code

    • Overview, including Force.com code in the salesforce.com stack, environment requirements, usage scenarios, the development lifecycle, execution methods, and salesforce.com objects and fields
    • An introduction to object-oriented programming, classes, and objects
    • Installation and development using the Force.com IDE

     

    Force.com Building Blocks

    • Classes, variables and methods, and data objects
    • Data objects and relationships between objects
    • Force.com code variables, data types, and expressions
    • Best practices for formatting, commenting, and naming conventions

     

    Force.com Code Class Construction

    • Classes and objects, including passing and returning variables, encapsulation, conditions and logic flow control, loops, and exception handling

     

    Force.com Triggers and Data

    • Introduction to Force.com triggers, including when to use a trigger, order of execution, creation and development considerations, and governors and limitations
    • An introduction to querying data with SOQL and SOSL
    • Data Manipulation Language (DML)

     

    Testing, Debugging, and Deployment

    • Debugging scenarios, methods, and tools
    • Test classes, unit testing, testing requirements and strategies, and considerations and best practices
    • IDE testing and an overview of Salesforce CRM UI testing
    • Deployment checklist and preparation steps
    • Force.com IDE deployment

    Introduction to Object-Oriented Programming with Force.com Code is designed for people who are familiar with the Salesforce application user interface and customising applications using the Setup menu and who want to gain an understanding of object-oriented programming and develop basic Force.com code development skills.

    Course participants should be familiar with the Salesforce UI and how to customise applications using the declarative capabilities.

      Datum
      Datum på begäran

    Follow Up Courses

    Filtrera
    • 3 Dagar
      Datum på begäran
      Price on Request
      Book Now
    • 3 Dagar
      Datum på begäran
      Price on Request
      Book Now
    • 5 Dagar
      Datum på begäran
      Price on Request
      Book Now
    • 5 Dagar
      Datum på begäran
      Price on Request
      Book Now
    • 3 Dagar
      Datum på begäran
      Price on Request
      Book Now
    • 4 Dagar
      Datum på begäran
      Price on Request
      Book Now
    • 5 Dagar
      Datum på begäran
      Price on Request
      Book Now
    • 5 Dagar
      Datum på begäran
      Price on Request
      Book Now
    • 4 Dagar
      Datum på begäran
      Price on Request
      Book Now
    • 2 Dagar
      Datum på begäran
      Price on Request
      Book Now

    Know someone who´d be interested in this course?
    Let them know...

    Use the hashtag #InsoftLearning to talk about this course and find students like you on social media.