New LDM Reports

You can create your own analysis reports based on the notification data TIBCO Fulfillment Order Management sends.

The outbound notifications from TIBCO Fulfillment Order Management follow a defined schema located at $AF_HOME/schemas/schema/orchestrator/sharedResources/schemas/classes/notification.xsd.

There are two types of reports you can create:
  • Graphically represent the existing data in a different form
    TIBCO Fulfillment Order Management uses order, plan and plan-items notifications to provide out-of-box reports. You can choose to create new reports based on the existing data from the following existing tables:
    • planNotifications
    • orderNotifications
  • Use other notifications to create new reports
    Use the notification schema notification.xsd to listen to the following types of notifications:
    • orderNotification
    • orderLineNotification
    • planNotification
    • planDevelopmentNotification
    • planItemNotification
    • orderAmendmentNotification

    With this option, you first must import the $AF_HOME/ldm/fom-dashboard project in TIBCO StreamBase Studio. For more information on how-to-import a project, see the TIBCO StreamBase Authoring Guide topic "Importing into Studio". After importing the project, you can start creating new reports. Use the existing TIBCO StreamBase and Liveview files as a reference.