Designing Form Sources

A form source is defined for each external source that interfaces forms into the system.

The following points describe a recommended design process:

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.