This service is used to verify if links between an OnBase document and an SAP Object have been created in the OnBase sapdoccomponent and sapdocument tables. When the service is run, these tables are checked to see if any entries have already been created for the document. If a link exists in the tables, the GUID for that link will be returned. If no links exist, the value of null is returned.
To configure the service to get links:
- In OnBase Workflow, create a Call Web Service action in the appropriate life cycle and queue.
- In the WSDL field, enter http://<machinename>/<virtualdirectory>/WebServices/ArchivingServices/GenericLinkingService.asmx?wsdl where <machinename> is the name of the server and <virtualdirectory> is the configured virtual directory relative to the service.
- Click Retrieve.
- If you want to send the bar code value immediately, select GetLinks from the Method drop-down list.
- Click Mappings.
- Map parameters appropriately. For more information about parameters, see Common Parameters.
- Click OK.
- Click Apply.