Creating a sample ODM project

You can create an ODM project to verify that the ICFM Detection Toolkit plug-in was installed correctly.

About this task

With a rules-based flow, you should obtain data from the IIB flow and then pass the data to the rule application. To obtain data in IIB to pass to ODM, do one of the following:
  • Use a database VIEW in combination with an IIB database query node to retrieve the set of records needed.
  • Use a REST service query to retrieve the set of business objects (provided that a business object was defined).

Procedure

To create the ODM project:

  1. Start Rule Designer, select a workspace, and click OK. The recommended workspace path is C:\Users\icfmmgr\IBM\ODM\DS\workspace.
  2. Click Window > Open Perspective > Other. Select Counter Fraud Detection and click OK.
  3. In the Detection Navigator pane, right-click Counter Fraud Detection and select New > Deterministic Rules Project. The Counter Fraud Detection Project wizard opens.
  4. Click New to create a new project. Enter a name for the project, such as Test_ODM and click Next.
  5. In the ICFM Project Definition: Detection Code Generation window, click Next.
  6. In the ICFM Project Definition: Specify the intention window, click the Yes - Create artifacts option and the Use rules against CFFact Store objects option. Click Next.
  7. In the ICFM Project Definition: Objects to be analyzed window, click the Events option in Action Objects and then click Next.
  8. In the ICFM Project Definition: Data Retrieval window, click Finish. The wizard creates the project, the rule set, and the analysis flows.
  9. Click Cancel to close the Counter fraud detection project window.
  10. In the Detection Navigator pane, click Counter Fraud Detection > Test_ODM.
  11. Double-click Test_ODM RuleSet. You can expand the folders in the RuleSet to view the created items.
  12. Close the IBM® Integration Toolkit.