Working with Data Views

Case data consists of unitary business concepts such as customer, claim, policy or order. These can be defined as case classes. Each case class may have a number of attributes. For example, in an insurance company, claim may be a case class. It may have attributes such as, ID, date and time, claim lines and so on.

Web service operations and Service Connector methods in the BusinessDataServices API are used to search case data based on specified criteria.