Remedy Adapter 7.1 | webMethods Remedy Adapter Documentation | webMethods Remedy Adapter Installation and User’s Documentation | Adapter Services | Configuring Batch Get Services
 
Configuring Batch Get Services
A Batch Get adapter service retrieves the details about multiple form entries from the Remedy ARS Server. The entries obtained are identified by the name of the AR System form along with the entry IDs.
When retrieving field values for an entry, Remedy Adapter maps the data type of the field from an AR System data type to a data type that Remedy Adapter uses. Remedy Adapter does not support all AR System data types. Remedy Adapter attempts to use java.lang.String for unsupported data types. For more information, see Data Mapping.
For more information about the template used to create Batch Get adapter services, see Batch Get Adapter Service. For more information about adapter services, see Using Adapter Services.
*To configure a Batch Get adapter service
1. Review the steps in Before Configuring or Managing Adapter Services.
2. Start Designer.
3. If you are using Designer, perform the following:
a. Right-click the package in which the service should be contained and select New > Adapter Service.
b. Select the parent namespace and type a name for the adapter service.
c. Click Next.
4. Select Remedy Adapter as the adapter type and click Next.
5. Select the appropriate Adapter Connection Name and click Next.
6. From the list of available templates, select the Batch Get template and do the following:
Select a package and folder to contain the service, type a unique name for the service.
7. Click Finish.
The service is created and its parameters and controls are displayed in Designer.
8. In the editor, select the Schema tab and specify the following values:
Parameter
Description/Action
Form Name
Select the name of the form that was used for the entry.
Remedy Adapter populates the Form Name field with a list of forms that are currently defined in the AR System and that are accessible by the user that is defined for the connection. For more information, see Configuring Adapter Connections.
Entry IDs
Specify the entry IDs of the entries that you want the Batch Get adapter service to retrieve.
Remedy Adapter populates the Entry IDs field with a list of all entry IDs in the AR System for the selected form.
Rather than specifying the entry IDs at design time when you configure the Batch Get adapter service, you can pass the entry IDs to the Batch Get adapter service as input at run time.
9. To specify the fields that you want the Batch Get adapter service to retrieve for the entry:
a. Select the Output Fields tab. This tab lists the fields that are defined for the AR System form that you selected on the Schema tab.
b. For each field that you want the Batch Get adapter service to retrieve, select the fields by selecting the check box in the Use Field column. If you want to select all fields, click the icon.
10. You can select the Adapter Settings tab at any time to confirm adapter properties such as adapter name, connection name, and service template, as needed.
11. The Input/Output tab lists the input and output parameters for the adapter service. If this service is later used in a flow, its input and output signatures will be visible in the flow editor.
For additional information about using the Input/Output tab, see the webMethods Service Development Help for your release.
12. From the File menu, select Save.