Return to Navigation

Understanding Application Class Set Creation

Order Capture uses the application class registry to store references to processing logic. Existing Order Capture application classes handle processing for the main order and quote classes primarily.

To register, or create, classes, you must enter the full class path into the application class registry. After the system stores this information, you can dynamically instantiate the class through PeopleCode. The registry enables you to create subclasses of the main class and substitute these classes for the main class. Order Capture uses this registry to dynamically invoke the logic that is required for each capture type. PeopleSoft Customer Relationship Management (PeopleSoft CRM) industry-specific applications invoke different logic from Order Capture. You can create and register additional classes without modifying the delivered extensions.