Cisco-Ausbildung

Insoft Services ist einer der wenigen Schulungsanbieter in EMEAR, der ein umfassendes Angebot an Cisco-Zertifizierungen und spezialisierten Technologieschulungen anbietet.

Lesen Sie mehr

Cisco Zertifizierungen

Erleben Sie einen Blended-Learning-Ansatz, der das Beste aus von Lehrern geleiteten Schulungen und E-Learning zum Selbststudium kombiniert, um sich auf Ihre Zertifizierungsprüfung vorzubereiten.

Lesen Sie mehr

Cisco Learning Credits

Cisco Learning Credits (CLCs) sind Prepaid-Schulungsgutscheine, die direkt bei Cisco eingelöst werden und die Planung für Ihren Erfolg beim Kauf von Cisco-Produkten und -Services erleichtern.

Lösen Sie Ihre CLCs ein

Cisco Continuing Education

Das Cisco Continuing Education Program bietet allen aktiven Zertifizierungsinhabern flexible Optionen zur Rezertifizierung, indem sie eine Vielzahl von in Frage kommenden Schulungselementen absolvieren.

Lesen Sie mehr

Cisco Digital Learning

Zertifizierte Mitarbeiter sind GESCHÄTZTE Vermögenswerte. Erkunden Sie die offizielle Digital Learning Library von Cisco, um sich durch aufgezeichnete Sitzungen weiterzubilden.

CDLL-Katalog

Cisco Business Enablement

Das Cisco Business Enablement Partner Program konzentriert sich auf die Verbesserung der Geschäftsfähigkeiten von Cisco Channel Partnern und Kunden.

Lesen Sie mehr

Cisco Schulungskatalog

Lesen Sie mehr

Technische Zertifizierung

Das Fortinet Network Security Expert (NSE) -Programm ist ein achtstufiges Schulungs- und Zertifizierungsprogramm, um Ingenieuren ihre Netzwerksicherheit für Fortinet FW-Fähigkeiten und -Erfahrungen beizubringen.

Technische Kurse

Fortinet-Ausbildung

Insoft ist als Fortinet Authorized Training Center an ausgewählten Standorten in EMEA anerkannt.

Lesen Sie mehr

Fortinet Schulungskatalog

Lesen Sie mehr

ATC Status

Überprüfen Sie unseren ATC-Status in ausgewählten Ländern in Europa.

Lesen Sie mehr

Fortinet Service-Pakete

Insoft Services hat eine spezielle Lösung entwickelt, um den Prozess der Installation oder Migration zu Fortinet-Produkten zu rationalisieren und zu vereinfachen.

Lesen Sie mehr

Microsoft-Ausbildung

Insoft Services bietet Microsoft-Schulungen in EMEAR an. Wir bieten technische Schulungen und Zertifizierungskurse von Microsoft an, die von erstklassigen Instruktoren geleitet werden.

Technische Kurse

Extreme-Ausbildung

Erfahren Sie außergewöhnliche Kenntnisse und Fähigkeiten von Extreme Networks.

Technische Kurse

Technische Zertifizierung

Wir bieten einen umfassenden Lehrplan für technische Kompetenzen zur Zertifizierung an.

Lesen Sie mehr

Extreme Schulungskatalog

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

Lesen Sie mehr

ATP-Akkreditierung

Als autorisierter Schulungspartner (ATP) stellt Insoft Services sicher, dass Sie die höchsten verfügbaren Bildungsstandards erhalten.

Lesen Sie mehr

Lösungen & Dienstleistungen

Wir bieten innovative und fortschrittliche Unterstützung bei der Konzeption, Implementierung und Optimierung von IT-Lösungen. Unsere Kundenbasis umfasst einige der größten Telcos weltweit.

Beratungspakete

Ein weltweit anerkanntes Team von zertifizierten Experten unterstützt Sie bei einem reibungsloseren Übergang mit unseren vordefinierten Beratungs-, Installations- und Migrationspaketen für eine breite Palette von Fortinet-Produkten.

Über uns

Insoft bietet autorisierte Schulungs- und Beratungsdienstleistungen für ausgewählte IP-Anbieter. Erfahren Sie, wie wir die Branche revolutionieren.

Lesen Sie mehr
  • +49 6151 277 6496
  • ADM231 - Introduction to Object-Oriented Programming with Force.com Code

    Duration
    5 Tage
    Delivery
    (Online Und Vor Ort)
    Price
    Preis auf Anfrage
    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.

      Termine
      Datum auf Anfrage

    Follow Up Courses

    Filter
    • 3 Tage
      Datum auf Anfrage
      Price on Request
      Book Now
    • 3 Tage
      Datum auf Anfrage
      Price on Request
      Book Now
    • 5 Tage
      Datum auf Anfrage
      Price on Request
      Book Now
    • 5 Tage
      Datum auf Anfrage
      Price on Request
      Book Now
    • 3 Tage
      Datum auf Anfrage
      Price on Request
      Book Now
    • 4 Tage
      Datum auf Anfrage
      Price on Request
      Book Now
    • 5 Tage
      Datum auf Anfrage
      Price on Request
      Book Now
    • 5 Tage
      Datum auf Anfrage
      Price on Request
      Book Now
    • 4 Tage
      Datum auf Anfrage
      Price on Request
      Book Now
    • 2 Tage
      Datum auf Anfrage
      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.