A form source is defined for each external source that interfaces forms into the system.
The following points describe a recommended design process:
Define the categories for your form sources by updating the C1_FORM_CHANNEL_FLG lookup flag. Examples of these broad categories are: Lockbox, Third Party Data Capture, In-House Data Capture, etc.
Determine the information about your external sources that the system needs to capture.
Configure you tender sources. A unique tender source is usually associated to each form source.
The base product provides a form source business object C1-FormSource that maps all of the fields on the form source maintenance object.
If this BO's structure is sufficient for your implementation, you can use the BO as is. Your implementation can extend the BO's processing logic by adding / overriding algorithms and BO options.
If your implementation needs to capture additional information, you can: inherit from the base BO, copy the base BO or create your own BO.
Refer to existing help on configuration tools for more details on configuring business objects.
Copyright © 2007, 2016, Oracle and/or its affiliates. All rights reserved. Documentation build: 2.5.2016 10:21:45 [T1_1454696505000]