AgileApps Support Wiki Pre Release

Case Types

From AgileApps Support Wiki
Revision as of 18:56, 31 May 2013 by imported>Aeric

It is frequently necessary to manage different kinds of Cases. For example, a bank can handle both consumer loans and commercial loans. A Banking solution would define a different Case Type for each kind of loan. Cases might be called applications, in that scenario. When an individual applies for a loan, a Consumer Loan application would be created. When a business customer applies, it would be a Commercial Loan application.

For designers, it's important to know that Case Types take advantage of Object Inheritance. That means you can define common attributes and behaviors just once, in the Cases Object. A Case Type object, then, needs to define only those things that are unique to that kind of case.