Form Upload Staging Type Controls Everything

Each form upload staging record has a reference to its type. Form upload staging type controls how form upload data is stored into the product's tax form and registration form tables.

The bulk of your forms upload configuration will be spent configuring form upload staging types and defining the mapping of data from the different sources to your target form schemas in the system.

If your form sources each use a different record format / layout for interfacing a given form, a form upload staging type must be defined per unique combination of the destination form type and form source.

The mapping of the input form data into the target form schemas is done in the Map Form Upload Data algorithm plugged into the business object for the form upload staging type. The base product provides a form upload staging type BO C1-FormUploadStagingType that uses XSL transformation to map the raw XML data into the target tax / registration form schemas.

Note:

Base plug-ins. Click here to see the algorithm types available for this system event.

Refer to Designing Form Upload Staging Types and Setting Up Form Upload Staging Types for details on how to configure your form upload staging types.