Vendors

This self-paced course introduces learners to the technical framework of the Sterling Order Management application. It covers how to customize the application to meet specific business requirements and provides an overview of the technical architecture of the system, including installation and deployment.

The course deep dives into the concepts of extending transaction workflows, fulfillment pipelines, and transferring data between applications. Learners will discover how to create, extend, and customize agents, agent servers, APIs, and services. Additionally, the course explores database extensibility, object extensibility, presentation framework, and customization of the Sterling Order Management System user interface.

img-course-overview.jpg

What You'll Learn

  • Understand the technical environment of the Sterling Order Management System.
  • Extend transaction workflows and fulfillment pipelines.
  • Use Sterling Order Management APIs to transfer data between Sterling Order Management System and other applications.
  • Create new agents and agent servers.
  • Configure services.
  • Customize the user interface, database, printed documents, and objects.
  • Extend application screens using the Web UI Framework.

Who Should Attend

This course is designed to train developers, implementers, and technical architects.

img-who-should-learn.png

Prerequisites

No Prior knowledge or Preparation is needed

Learning Journey

Coming Soon...

Unit 1: Introduction

This unit provides you a high-level overview of the architecture of the IBM® Sterling Order Management system.

Lesson 1.1: Introduction to Application Architecture

Duration: 1.5 hours

Learning objectives:

  • Discuss the footprint of the Sterling Order Management system.
  • Identify the various components of Sterling Order Management.
  • List the frameworks that are part of Sterling Order Management.
  • Identify the user interfaces of the Sterling Order Management system.

Exercise 1.1.1: Launching User Interfaces

Duration: 30 minutes

Learning objectives:

  • Launch various application screens present in the Sterling Order Management system.

Unit 2: Installation and Deployment

This unit provides you information about installation, configuration, and deployment of IBM Sterling Order Management.

Lesson 2.1: Introduction to Application Architecture

Duration: 1 hour, 15 minutes

Learning objectives:

  • Identify the prerequisites for installing the Sterling Order Management.
  • Differentiate between single schema and multi-schema installations.
  • Learn about Shards and Colonies.
  • Understand different types of deployment.
  • Install the Sterling Order Management in silent mode.
  • Install the Sterling Sterling Order Management in GUI mode.
  • Process to enable sharding in multi-schema installation.
  • Configure the Sterling Order Management and the supporting Application Server and database components.
  • Create the "Factory Setup" base data set.
  • Configure the property files.

Exercise 2.1.1: Viewing the Directory Structure

Duration: 15 minutes

Learning objectives:

  • Navigate and view the installation directory.
  • View the Liberty server directory.

Exercise 2.1.2: Viewing Property Files and Fulfillment Architecture

Duration: 15 minutes

Learning objectives:

  • Navigate to the properties folder in the installation directory.
  • View the DB Name and other details pertaining to the database.

Lesson 2.2: Deploying the Application

Duration: 1.5 hours

Learning objectives:

  • Describe a typical deployment environment.
  • Deploy the application in production mode.
  • Deploy the application in exploded mode.
  • Pre-compile the JSPs.
  • Understand promising server and its implementation.
  • Configure and use the Configuration Deployment tool.
  • Overview of Initial Data Loading tool.

Unit 3: APIs and Custom Business Logic

This unit provides you with conceptual and procedural information to work with APIs provided by IBM Sterling Order Management system.

Lesson 3.1: APIs and Custom Business Logic

Duration: 1.5 hours

Learning objectives:

  • Describe the Process Modeling terms briefly.
  • Identify the system APIs.
  • Determine API behavior via the API Java documentation.
  • Modify output template XML.
  • Use the API Tester to invoke APIs.
  • Deploy custom Java classes.
  • Extend standard transactions by using User Exits.
  • Configure custom transactions.
  • Extend transaction events.
  • Extend statuses.

Exercise 3.1.1: Using Order Console

Duration: 15 minutes

Learning objectives:

  • Create an order using the order console in Application Console.

Exercise 3.1.2: Using API Documentation

Duration: 15 minutes

Learning objectives:

  • Navigate to and use the API documentation in the application directory.

Exercise 3.1.3: Using the API Tester

Duration: 30 minutes

Learning objectives:

  • Use the API tester to create an order.

Exercise 3.1.4: Modifying XML Template

Duration: 15 minutes

Learning objectives:

  • Modify a standard output XML and retrieve specific details using the API tester.

Exercise 3.1.5: Configuring User Exits

Duration: 15 minutes

Learning objectives:

  • Configure and test a user exit.

Unit 4: Agent Framework

This unit describes overview of agent architecture. The process to set up the agent architecture, schedule, and call an agent is described in detail.

Lesson 4.1: Agent Framework

Duration: 1 hour, 15 minutes

Learning objectives:

  • Differentiate between Task Queue and Non-Task Queue Based Agents.
  • Explain the Agent Framework architecture.
  • Create an agent's infrastructure.
  • Start an agent server.
  • Trigger an agent.
  • Schedule an agent to trigger.
  • List the best practices when working with agents.

Exercise 4.1.1: Viewing the YFS_TASK_Q Table

Duration: 15 minutes

Learning objectives:

  • Connect to the database and view the YFS_TASK_Q table.

Exercise 4.1.2: Verifying the JMS Service

Duration: 15 minutes

Learning objectives:

  • Navigate to MQ Manager and start the queue manager and listener.

Exercise 4.1.3: Viewing the Agent Criteria Details

Duration: 15 minutes

Learning objectives:

  • View the agent criteria details.

Exercise 4.1.4: Configure Agents

Duration: 15 minutes

Learning objectives:

  • Configure an agent server.

Exercise 4.1.5: Configure Agent Criteria Settings

Duration: 15 minutes

Learning objectives:

  • Configure and trigger an agent server.

Unit 5: Service Definition Framework

This unit provides an overview of the Service Definition Framework in the Sterling Order Management system. This unit also details the procedure to create and configure a service using the Service Builder graphical interface.

Lesson 5.1: Service Definition Framework

Duration: 2.5 hours

Learning objectives:

  • Create reusable business services using the Service Builder.
  • Integrate with external systems using services.
  • Invoke APIs via services.
  • Implement services via synchronous and asynchronous protocols.
  • Invoke services via integration servers in the runtime environment.
  • Handle exceptions that are logged by the Service Definition Framework using the exception console.

Exercise 5.1.1: Create a Service

Duration: 30 minutes

Learning objectives:

  • Create a service using Service Builder and execute a service.

Exercise 5.1.2: Event Handling

Duration: 30 minutes

Learning objectives:

  • Create, test and execute a service that provides order alerts.

Exercise 5.1.3: Order Capture Integration

Duration: 30 minutes

Learning objectives:

  • Create a service that allows external order entry system to pass an XML.

Exercise 5.1.4: Create an Order

Duration: 30 minutes

Learning objectives:

  • Create a service that reads an xml file from the JMS queue, to create order.

Exercise 5.1.5: Exception Handling

Duration: 30 minutes

Learning objectives:

  • Identify and resolve exceptions in the console.

Exercise 5.1.6: Rapid Deployment Tool/ Troubleshooting

Duration: 30 minutes

Learning objectives:

  • Use the RDT tool to load items to the organization catalog.

Unit 6: Extensibility

This unit provides information on how to extend the database by adding new columns and table to the IBM Sterling Selling and Fulfillment Foundation data model. You will also learn about the configuring object extensibility in the IBM Sterling Business Center.

Lesson 6.1: Database Extensibility

Duration: 1 hour

Learning objectives:

  • List the restrictions on extending the database.
  • Explain the Entity Definition Framework.
  • Use Entity Relationship Diagrams to view the Sterling Order Management system entity relationship mapping.
  • List the steps to extend the database to meet implementation needs.
  • Extend database entities by creating custom columns, custom tables, and hang-off tables.
  • Create the Extension.xml file.
  • Modify API XMLs to accommodate database changes.
  • Create the Entities.jar.
  • Create services to call Extended Database APIs.

Exercise 6.1.1: Viewing ERDs

Duration: 15 minutes

Learning objectives:

  • View the ERDs available in the standard documentation.

Exercise 6.1.2: Database Extensibility

Duration: 45 minutes

Learning objectives:

  • Create a custom table and a hang-off table.

Lesson 6.2: Object Extensibility

Duration: 45 minutes

Learning objectives:

  • Configure Object Extensibility.

Exercise 6.2.1: Add an Extensible Attribute

Duration: 15 minutes

Learning objectives:

  • Create an extensible attribute.

Unit 7: Presentation Framework

This unit describes information about how to use the Presentation Framework to create unique User-View associations, modify existing UI screens, and create new UI screens.

Lesson 7.1: Presentation Framework

Duration: 1 hour, 15 minutes

Learning objectives:

  • Describe the Presentation Framework architecture.
  • Identify the Application Console screen elements.
  • Work with UI resources to customize screen layout and behavior.
  • Change the basic look and feel of the Application Console by using menus, themes, and logos.

Exercise 7.1.1: Viewing the Order Entity

Duration: 15 minutes

Learning objectives:

  • View the various resources that form an entity.

Exercise 7.1.2: Associating an User with a View

Duration: 30 minutes

Learning objectives:

  • Create a view for a specific user.

Exercise 7.1.3: Presentation Framework

Duration: 30 minutes

Learning objectives:

  • Build custom console screens to meet the requirements of the organization.

Unit 8: Web UI Framework

This unit provides a brief overview about the framework on which Sterling Business Center and Sterling Field Sales are developed. It also provides detailed procedure on how to extend these applications.

Lesson 8.1: Web UI Framework

Duration: 1 hour, 15 minutes

Learning objectives:

  • The underlying framework of Sterling Business Center and Sterling Field Sales.
  • Web UI Framework and its components such as screens, mashups, and struts.
  • Loading of screens and pages, and the data flow.
  • Extensibility in terms of extending a screen and the required components.

Exercise 8.1.1: Setting up Extensibility Environment

Duration: 15 minutes

Learning objectives:

  • Launch the Extensibility Workbench in the Sterling Business Center application.

Exercise 8.1.2: Web UI Extensibility

Duration: 1 hour

Learning objectives:

  • Creating a new screen in SBC using Designer Workbench.

Unit 9: Case Study

This unit provides a scenario-based case study to reinforce the concepts. The process to extend the database by adding a custom column is explained in detail. Additionally, you modify the UI screens to display and populate this new column.

Lesson 9.1: Case Study

Duration: 3 hours

Learning objectives:

  • Create a custom column
  • Modify the UI screens to display and populate a new column
  • Course Wrap Up

Duration: 10 minutes

Learning objectives:

  • Explain how the course met its learning objectives.
  • Submit an evaluation of the class.
  • Identify other IBM Education courses related to this topic.
  • Locate appropriate resources for further study.

img-exam-cert

Frequently Asked Questions (FAQs)

  • Why get IBM certified?

    IBM certifications validate your skills and expertise in a wide range of technologies, including hybrid cloud, data & AI, security, IT infrastructure, and business applications.

    These certifications are globally recognized and can help you advance your career, increase your earning potential, and demonstrate your commitment to professional development.

    IBM-certified professionals are in high demand, making them valuable assets to any organization seeking to leverage IBM's innovative solutions.

  • What to expect for the examination?

    IBM offers a variety of certification exams at different levels (Basic, Intermediate, and Advanced) covering various technologies and job roles.

    Exams typically consist of multiple-choice questions and may include scenario-based questions that assess your ability to apply your knowledge in real-world situations.

    Note: Certification requirements and policies may be updated by IBM from time to time. We apologize for any discrepancies; do get in touch with us if you have any questions.

  • How long is IBM certification valid for?

    The validity period of IBM certifications varies. Some certifications, particularly those focused on specific product versions or technologies, may have expiration dates.

    However, many IBM certifications, especially those focused on broader skills or newer technologies, do not have an expiration date.

    Note: Certification requirements and policies may be updated by IBM from time to time. We apologize for any discrepancies; do get in touch with us if you have any questions.

  • Why take this course with Trainocate?

    Here’s what sets us apart:

    - Global Reach, Localized Accessibility: Benefit from our geographically diverse training hubs in 24 countries (and counting!).

    - Top-Rated Instructors: Our team of subject matter experts (with high average CSAT and MTM scores) are passionate to help you accelerate your digital transformation.

    - Customized Training Solutions: Choose from on-site, virtual classrooms, or self-paced learning to fit your organization and individual needs.

    - Experiential Learning: Dive into interactive training with our curated lesson plans. Participate in hands-on labs, solve real-world challenges, and take on comprehensive assessments.

    - Learn From The Best: With 30+ authorized training partnerships and countless awards from Microsoft, AWS, Google – you're guaranteed learning from the industry's elite.

    - Your Bridge To Success: We provide up-to-date course materials, helpful exam guides, and dedicated support to validate your expertise and elevate your career.

Keep Exploring

Course Curriculum

Course Curriculum

Training Schedule

Training Schedule

Exam & Certification

Exam & Certification

FAQs

Frequently Asked Questions

img-improve-career.jpg

Improve yourself and your career by taking this course.

img-get-info.jpg

Ready to Take Your Business from Great to Awesome?

Level-up by partnering with Trainocate. Get in touch today.

Name*
Email*
Phone*
I'm inquiring for
Inquiry Details

By submitting this form, you consent to Trainocate processing your data to respond to your inquiry and provide you with relevant information about our training programs, including occasional emails with the latest news, exclusive events, and special offers.

You can unsubscribe from our marketing emails at any time. Our data handling practices are in accordance with our Privacy Policy.