The integration supports the import of form type definitions into the self service product. The ability to import the definition allows seamless integration between the product and the self service application.
The import process has the following steps:
The implementer enters a form sub-type and other search criteria. This triggers the web service call.
The request is processed by the XAI Inbound Service TSRetrieveActiveFormTypes, which invokes the service script C1-RetAcFrTy. The service script reads the Master Configuration and invokes the defined processor. The list of form types available for import is determined by the product and returned back to the self service portal.
The user is prompted to select one or more form types. This triggers another web service call for the service TSRetrieveFormTypeDefinitions, and the form definitions are retrieved and captured as a self service product's form definition.
The imported information for a single form type includes:
Form Sections: Business name, display sequence, occurrence, label.
Form Single Lines: Business name, display sequence, line number, label, data type, referenced lookup (if applicable), data precision, and scale.
Form Group Lines: Business name, display sequence, line number, label.
Referenced lookups: A list of values and descriptions for each lookup referenced by a form line.
Notes:
Form Group Line is interpreted as a table in self service product. On the import XML it is represented by the tag <table>.
Form Single Line within a group line is interpreted as a table column.
All language-base information is returned for all languages supported by the base product.
Copyright © 2007, 2016, Oracle and/or its affiliates. All rights reserved. Documentation build: 2.5.2016 10:21:45 [T1_1454696505000]